HomeSort by: relevance | last modified time | path
    Searched defs:Elf_Phdr (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 422 const Elf_Phdr *hdr = info->dlpi_phdr;
423 const Elf_Phdr *last_hdr = hdr + info->dlpi_phnum;
535 typedef ElfW(Phdr) Elf_Phdr;
537 #define Elf_Phdr XElf32_Phdr
562 const Elf_Phdr *phdr = &info->dlpi_phdr[i];
sanitizer_linux.cc 1172 typedef ElfW(Phdr) Elf_Phdr;
1185 Elf_Phdr *phdr = (Elf_Phdr *)iter;
1194 Elf_Phdr *phdr = (Elf_Phdr *)iter;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 616 #define Elf_Phdr Elf32_Phdr
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 709 #define Elf_Phdr Elf32_Phdr
732 #define Elf_Phdr Elf64_Phdr
  /src/tools/arm-elf2aout/sys/
exec_elf.h 1097 #define Elf_Phdr Elf32_Phdr
1123 #define Elf_Phdr Elf64_Phdr
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 1097 #define Elf_Phdr Elf32_Phdr
1123 #define Elf_Phdr Elf64_Phdr
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 1068 #define Elf_Phdr Elf32_Phdr
1094 #define Elf_Phdr Elf64_Phdr
  /src/sys/sys/
exec_elf.h 1214 #define Elf_Phdr Elf32_Phdr
1241 #define Elf_Phdr Elf64_Phdr

Completed in 48 milliseconds