Searched refs:Elf_Phdr (Results 1 – 9 of 9) sorted by relevance
42 #define Elf_Phdr Elf64_Phdr macro51 #define Elf_Phdr Elf32_Phdr macro65 static Elf_Phdr *ph = NULL; /* program header array */123 h.e_phentsize != sizeof(Elf_Phdr) || in __fex_read_syms()134 if ((ph = (Elf_Phdr*)malloc(size)) == NULL) in __fex_read_syms()
35 #define Elf_Phdr Elf64_Phdr macro41 #define Elf_Phdr Elf32_Phdr macro
51 Elf_Phdr *phdr; in add_object()65 for (i = 0, phdr = (Elf_Phdr *)(ehdr->e_phoff + lpc); in add_object()
74 #define Elf_Phdr Elf64_Phdr macro91 #define Elf_Phdr Elf32_Phdr macro
104 static Elf_Phdr EI_Phdr; /* recent Elf_Phdr to be stored */257 size = sizeof (Elf_Phdr); in get_phdr()313 Elf_Phdr *phdr = &EI_Phdr; in process_phdr()
83 const Elf_Phdr *dlpi_phdr; /* pointer to module's phdr */
377 void (*arch_loadseg)(Elf_Ehdr *eh, Elf_Phdr *ph, uint64_t delta);
53 Elf_Phdr *ph;313 Elf_Phdr *phdr, *php; in __elfN()416 phdr = (Elf_Phdr *)(ef->firstpage + ehdr->e_phoff); in __elfN()
248 @ MSG_EPHDR_DCD "Display Elf_Phdr entry"257 Decode an ELF Program Header (Elf_Phdr) structure.\n\