proxygen
|
#include <folly/experimental/symbolizer/Elf.h>
#include <fcntl.h>
#include <folly/portability/SysMman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <cstring>
#include <string>
#include <glog/logging.h>
#include <folly/Conv.h>
#include <folly/Exception.h>
#include <folly/ScopeGuard.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::symbolizer | |
Macros | |
#define | STT_GNU_IFUNC 10 |
#define | EXPECTED_CLASS P1(ELFCLASS, __ELF_NATIVE_CLASS) |
#define | P1(a, b) P2(a, b) |
#define | P2(a, b) a##b |
#define EXPECTED_CLASS P1(ELFCLASS, __ELF_NATIVE_CLASS) |
Referenced by folly::symbolizer::ElfFile::init().
#define STT_GNU_IFUNC 10 |
Definition at line 33 of file Elf.cpp.
Referenced by folly::symbolizer::ElfFile::getDefinitionByAddress(), and folly::symbolizer::ElfFile::getSymbolByName().