Searched defs:Elf_Phdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h35 #define Elf_Phdr Elf64_Phdr macro
41 #define Elf_Phdr Elf32_Phdr macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c42 #define Elf_Phdr Elf64_Phdr macro
51 #define Elf_Phdr Elf32_Phdr macro
65 static Elf_Phdr *ph = NULL; /* program header array */
123 h.e_phentsize != sizeof(Elf_Phdr) ||
134 if ((ph = (Elf_Phdr*)malloc(size)) == NULL)
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h71 #define Elf_Phdr Elf64_Phdr macro
87 #define Elf_Phdr Elf32_Phdr macro

Completed in 87 milliseconds