Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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.c2199 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr() function
2251 static inline void bswap_phdr(struct elf_phdr *phdr, int phnum) { } in bswap_phdr() function
3294 bswap_phdr(phdr, ehdr->e_phnum); in load_elf_image()
4335 bswap_phdr(phdr, 1); in fill_elf_note_phdr()
4740 bswap_phdr(&phdr, 1); in elf_core_dump()
/openbmc/qemu/include/hw/
H A Delf_ops.h18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr) in glue() argument
408 glue(bswap_phdr, SZ)(ph); in glue() local