Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h33 using Elf_Phdr = typename ELFT::Phdr; variable
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp630 typedef ElfW(Phdr) Elf_Phdr; typedef
632 #define Elf_Phdr XElf32_Phdr macro
Dsanitizer_linux.cpp1238 typedef ElfW(Phdr) Elf_Phdr; in ForEachMappedRegion() typedef
/openbsd/src/gnu/llvm/compiler-rt/lib/cfi/
Dcfi.cpp26 typedef ElfW(Phdr) Elf_Phdr; typedef
/openbsd/src/gnu/llvm/libunwind/src/
DAddressSpace.hpp431 typedef ElfW(Phdr) Elf_Phdr; typedef
/openbsd/src/sys/sys/
Dexec_elf.h759 #define Elf_Phdr Elf32_Phdr macro
787 #define Elf_Phdr Elf64_Phdr macro
/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.cpp248 using Elf_Phdr = typename ELFT::Phdr; in isReadOnly() typedef