proxygen
|
#include <elf.h>
#include <link.h>
#include <cstdio>
#include <initializer_list>
#include <stdexcept>
#include <system_error>
#include <folly/Conv.h>
#include <folly/Likely.h>
#include <folly/Range.h>
#include <folly/lang/SafeAssert.h>
#include <folly/experimental/symbolizer/Elf-inl.h>
Go to the source code of this file.
Classes | |
class | folly::symbolizer::ElfFile |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::symbolizer | |
Macros | |
#define | FOLLY_EXPERIMENTAL_SYMBOLIZER_ELF_H_ |
Typedefs | |
using | folly::symbolizer::ElfAddr = ElfW(Addr) |
using | folly::symbolizer::ElfEhdr = ElfW(Ehdr) |
using | folly::symbolizer::ElfOff = ElfW(Off) |
using | folly::symbolizer::ElfPhdr = ElfW(Phdr) |
using | folly::symbolizer::ElfShdr = ElfW(Shdr) |
using | folly::symbolizer::ElfSym = ElfW(Sym) |