Searched refs:Elf_Phdr (Results 1 - 8 of 8) 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
H A Dwho.c51 Elf_Phdr *phdr;
65 for (i = 0, phdr = (Elf_Phdr *)(ehdr->e_phoff + lpc);
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h71 #define Elf_Phdr Elf64_Phdr macro
87 #define Elf_Phdr Elf32_Phdr macro
H A Delf_read.c103 static Elf_Phdr EI_Phdr; /* recent Elf_Phdr to be stored */
256 size = sizeof (Elf_Phdr);
312 Elf_Phdr *phdr = &EI_Phdr;
/illumos-gate/usr/src/boot/sys/sys/
H A Dlink_elf.h83 const Elf_Phdr *dlpi_phdr; /* pointer to module's phdr */
/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/boot/sys/boot/common/
H A Dbootstrap.h315 void (*arch_loadseg)(Elf_Ehdr *eh, Elf_Phdr *ph, uint64_t delta);
H A Dload_elf.c54 Elf_Phdr *ph;
301 Elf_Phdr *phdr, *php;
396 phdr = (Elf_Phdr *)(ef->firstpage + ehdr->e_phoff);

Completed in 92 milliseconds