Home
last modified time | relevance | path

Searched defs:Phdr (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/common/linux/
Delfutils.h48 typedef Elf32_Phdr Phdr; typedef
61 typedef Elf64_Phdr Phdr; typedef
Delf_core_dump.h51 typedef ElfW(Phdr) Phdr; typedef
Dsynth_elf_unittest.cc200 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef
267 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef
Delfutils.cc84 typedef typename ElfClass::Phdr Phdr; in FindElfClassSegment() typedef
Ddump_symbols.cc160 typedef typename ElfClass::Phdr Phdr; in GetLoadingAddress() typedef
593 typedef typename ElfClass::Phdr Phdr; in LoadSymbols() typedef
/external/elfutils/src/libelf/
Delf32_newphdr.c50 ElfW2(LIBELFBITS,Phdr) *result; in ElfW2() argument
Delf32_getphdr.c233 ElfW2(LIBELFBITS,Phdr) *result; in ElfW2() argument
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc63 #define Phdr ElfW(Phdr) macro