Planeshift
|
#include <elfutils.h>
Public Types | |
typedef Elf64_Addr | Addr |
typedef Elf64_Ehdr | Ehdr |
typedef Elf64_Half | Half |
typedef Elf64_Nhdr | Nhdr |
typedef Elf64_Off | Off |
typedef Elf64_Phdr | Phdr |
typedef Elf64_Shdr | Shdr |
typedef Elf64_Word | Word |
Static Public Attributes | |
static const size_t | kAddrSize = sizeof(Elf64_Addr) |
static const int | kClass = ELFCLASS64 |
Definition at line 57 of file elfutils.h.
typedef Elf64_Addr google_breakpad::ElfClass64::Addr |
Definition at line 58 of file elfutils.h.
typedef Elf64_Ehdr google_breakpad::ElfClass64::Ehdr |
Definition at line 59 of file elfutils.h.
typedef Elf64_Half google_breakpad::ElfClass64::Half |
Definition at line 63 of file elfutils.h.
typedef Elf64_Nhdr google_breakpad::ElfClass64::Nhdr |
Definition at line 60 of file elfutils.h.
typedef Elf64_Off google_breakpad::ElfClass64::Off |
Definition at line 64 of file elfutils.h.
typedef Elf64_Phdr google_breakpad::ElfClass64::Phdr |
Definition at line 61 of file elfutils.h.
typedef Elf64_Shdr google_breakpad::ElfClass64::Shdr |
Definition at line 62 of file elfutils.h.
typedef Elf64_Word google_breakpad::ElfClass64::Word |
Definition at line 65 of file elfutils.h.
const size_t google_breakpad::ElfClass64::kAddrSize = sizeof(Elf64_Addr) [static] |
Definition at line 67 of file elfutils.h.
const int google_breakpad::ElfClass64::kClass = ELFCLASS64 [static] |
Definition at line 66 of file elfutils.h.