/external/syslinux/com32/lib/sys/module/ |
D | elfutils.h | 20 static inline Elf_Phdr *elf_get_pht(void *elf_image) { in elf_get_pht() 23 return (Elf_Phdr*)((Elf_Off)elf_hdr + elf_hdr->e_phoff); in elf_get_pht() 32 static inline Elf_Phdr *elf_get_ph(void *elf_image, int index) { in elf_get_ph() 33 Elf_Phdr *elf_pht = elf_get_pht(elf_image); in elf_get_ph() 36 return (Elf_Phdr*)((Elf_Off)elf_pht + index * elf_hdr->e_phentsize); in elf_get_ph()
|
/external/syslinux/gpxe/src/image/ |
D | elf.c | 39 typedef Elf32_Phdr Elf_Phdr; typedef 50 static int elf_load_segment ( struct image *image, Elf_Phdr *phdr, in elf_load_segment() 123 Elf_Phdr phdr; in elf_load()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 47 typedef Elf_Phdr_Impl<ELFT> Elf_Phdr; typedef 172 const Elf_Phdr *program_header_begin() const { in program_header_begin() 173 if (Header->e_phnum && Header->e_phentsize != sizeof(Elf_Phdr)) in program_header_begin() 175 return reinterpret_cast<const Elf_Phdr *>(base() + Header->e_phoff); in program_header_begin() 178 const Elf_Phdr *program_header_end() const { in program_header_end()
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 20 typedef ElfW(Phdr) Elf_Phdr; typedef 206 const Elf_Phdr *phdr = &info->dlpi_phdr[phdr_idx]; in find_cfi_check_in_dso() 241 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; in dl_iterate_phdr_cb()
|
/external/syslinux/com32/include/sys/i386/ |
D | module.h | 31 typedef Elf32_Phdr Elf_Phdr; typedef
|
/external/syslinux/com32/include/sys/x86_64/ |
D | module.h | 31 typedef Elf64_Phdr Elf_Phdr; typedef
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 415 typedef ElfW(Phdr) Elf_Phdr; typedef 417 # define Elf_Phdr XElf32_Phdr macro 442 const Elf_Phdr *phdr = &info->dlpi_phdr[i]; in dl_iterate_phdr_cb()
|
D | sanitizer_linux.cc | 871 typedef ElfW(Phdr) Elf_Phdr; in ForEachMappedRegion() typedef 884 Elf_Phdr *phdr = (Elf_Phdr *)iter; in ForEachMappedRegion() 893 Elf_Phdr *phdr = (Elf_Phdr *)iter; in ForEachMappedRegion()
|
D | sanitizer_platform_limits_posix.cc | 304 unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
|
/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 27 for (const typename ELFO::Elf_Phdr &Phdr : o->program_headers()) { in printProgramHeaders()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 60 typedef typename ELFO::Elf_Phdr Elf_Phdr; \ 141 typedef typename ELFO::Elf_Phdr Elf_Phdr; typedef in __anon07d3185e0111::ELFDumper 161 DynRegionInfo createDRIFrom(const Elf_Phdr *P, uintX_t EntSize) { in createDRIFrom() 169 void parseDynamicTable(ArrayRef<const Elf_Phdr *> LoadSegments); 348 bool checkTLSSections(const Elf_Phdr &Phdr, const Elf_Shdr &Sec); 349 bool checkoffsets(const Elf_Phdr &Phdr, const Elf_Shdr &Sec); 350 bool checkVMA(const Elf_Phdr &Phdr, const Elf_Shdr &Sec); 351 bool checkPTDynamic(const Elf_Phdr &Phdr, const Elf_Shdr &Sec); 1310 SmallVector<const Elf_Phdr *, 4> LoadSegments; in ELFDumper() 1311 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in ELFDumper() [all …]
|
/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 401 #if !defined(Elf_Phdr) in findUnwindSections() 402 typedef ElfW(Phdr) Elf_Phdr; in findUnwindSections() 406 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i]; in findUnwindSections()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 119 #define Elf_Phdr Elf64_Phdr macro 134 #define Elf_Phdr Elf32_Phdr macro
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 185 #define Elf_Phdr Elf64_Phdr 200 #define Elf_Phdr Elf32_Phdr
|