Home
last modified time | relevance | path

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

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