Lines Matching refs:elf_phdr
2140 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr()
2192 static inline void bswap_phdr(struct elf_phdr *phdr, int phnum) { } in bswap_phdr()
2226 && ehdr->e_phentsize == sizeof(struct elf_phdr) in elf_check_ehdr()
2620 NEW_AUX_ENT(AT_PHENT, (abi_ulong)(sizeof (struct elf_phdr))); in create_elf_tables()
3108 const struct elf_phdr *phdr, in parse_elf_properties()
3198 g_autofree struct elf_phdr *phdr = NULL; in load_elf_image()
3223 ehdr->e_phnum * sizeof(struct elf_phdr), in load_elf_image()
3243 struct elf_phdr *eppnt = phdr + i; in load_elf_image()
3419 struct elf_phdr *eppnt = phdr + i; in load_elf_image()
4114 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_header()
4120 static void fill_elf_note_phdr(struct elf_phdr *phdr, size_t sz, off_t offset) in fill_elf_note_phdr()
4272 struct elf_phdr *phdr;
4280 struct elf_phdr *phdr = d->phdr; in wmr_fill_region_phdr()
4393 offset += (css.count + 1) * sizeof(struct elf_phdr); in elf_core_dump()
4436 hptr += sizeof(struct elf_phdr); in elf_core_dump()