Home
last modified time | relevance | path

Searched defs:Elf_Phdr (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc408 typedef ElfW(Phdr) Elf_Phdr; typedef
410 # define Elf_Phdr XElf32_Phdr macro
Dsanitizer_linux.cc768 typedef ElfW(Phdr) Elf_Phdr; in ForEachMappedRegion() typedef
/external/valgrind/VEX/unused/
Dlinker.c119 #define Elf_Phdr Elf64_Phdr macro
134 #define Elf_Phdr Elf32_Phdr macro
/external/llvm/include/llvm/Object/
DELF.h134 typedef Elf_Phdr_Impl<ELFT> Elf_Phdr; typedef