#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | absl::debugging_internal::SymbolDecoratorArgs |
Namespaces | |
namespace | absl |
namespace | absl::debugging_internal |
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) |