#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | absl::debugging_internal::SymbolDecoratorArgs |
Namespaces | |
absl | |
absl::debugging_internal | |
Typedefs | |
using | absl::debugging_internal::SymbolDecorator = void(*)(const SymbolDecoratorArgs *) |
Functions | |
bool | absl::debugging_internal::GetFileMappingHint (const void **start, const void **end, uint64_t *offset, const char **filename) |
int | absl::debugging_internal::InstallSymbolDecorator (SymbolDecorator decorator, void *arg) |
bool | absl::debugging_internal::RegisterFileMappingHint (const void *start, const void *end, uint64_t offset, const char *filename) |
bool | absl::debugging_internal::RemoveAllSymbolDecorators (void) |
bool | absl::debugging_internal::RemoveSymbolDecorator (int ticket) |