Planeshift
|
#include <elfutils.h>
Public Types | |
typedef Elf32_Addr | Addr |
typedef Elf32_Ehdr | Ehdr |
typedef Elf32_Half | Half |
typedef Elf32_Nhdr | Nhdr |
typedef Elf32_Off | Off |
typedef Elf32_Phdr | Phdr |
typedef Elf32_Shdr | Shdr |
typedef Elf32_Word | Word |
Static Public Attributes | |
static const size_t | kAddrSize = sizeof(Elf32_Addr) |
static const int | kClass = ELFCLASS32 |
Definition at line 44 of file elfutils.h.
typedef Elf32_Addr google_breakpad::ElfClass32::Addr |
Definition at line 45 of file elfutils.h.
typedef Elf32_Ehdr google_breakpad::ElfClass32::Ehdr |
Definition at line 46 of file elfutils.h.
typedef Elf32_Half google_breakpad::ElfClass32::Half |
Definition at line 50 of file elfutils.h.
typedef Elf32_Nhdr google_breakpad::ElfClass32::Nhdr |
Definition at line 47 of file elfutils.h.
typedef Elf32_Off google_breakpad::ElfClass32::Off |
Definition at line 51 of file elfutils.h.
typedef Elf32_Phdr google_breakpad::ElfClass32::Phdr |
Definition at line 48 of file elfutils.h.
typedef Elf32_Shdr google_breakpad::ElfClass32::Shdr |
Definition at line 49 of file elfutils.h.
typedef Elf32_Word google_breakpad::ElfClass32::Word |
Definition at line 52 of file elfutils.h.
const size_t google_breakpad::ElfClass32::kAddrSize = sizeof(Elf32_Addr) [static] |
Definition at line 54 of file elfutils.h.
const int google_breakpad::ElfClass32::kClass = ELFCLASS32 [static] |
Definition at line 53 of file elfutils.h.