Home
last modified time | relevance | path

Searched refs:bswap_phdr (Results 1 – 4 of 4) sorted by relevance

/qemu/bsd-user/
H A Delfload.c65 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr() function
117 static void bswap_phdr(struct elf_phdr *phdr, int phnum) { } in bswap_phdr() function
322 bswap_phdr(elf_phdata, interp_elf_ex->e_phnum); in load_elf_interp()
652 bswap_phdr(elf_phdata, elf_ex.e_phnum); in load_elf_binary()
/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc27 static void elfN(bswap_phdr)(ElfN(Phdr) *phdr)
113 elfN(bswap_phdr)(phdr + i);
H A Delfload.c2138 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr() function
2190 static inline void bswap_phdr(struct elf_phdr *phdr, int phnum) { } in bswap_phdr() function
3225 bswap_phdr(phdr, ehdr->e_phnum); in load_elf_image()
4102 bswap_phdr(phdr, 1); in fill_elf_note_phdr()
4271 bswap_phdr(phdr, 1); in wmr_fill_region_phdr()
/qemu/include/hw/
H A Delf_ops.h.inc18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr)
408 glue(bswap_phdr, SZ)(ph);