Searched refs:bswap_phdr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 65 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 D | gen-vdso-elfn.c.inc | 27 static void elfN(bswap_phdr)(ElfN(Phdr) *phdr) 101 elfN(bswap_phdr)(&phdr[i]);
|
H A D | elfload.c | 2140 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr() function 2192 static inline void bswap_phdr(struct elf_phdr *phdr, int phnum) { } in bswap_phdr() function 3228 bswap_phdr(phdr, ehdr->e_phnum); in load_elf_image() 4126 bswap_phdr(phdr, 1); in fill_elf_note_phdr() 4294 bswap_phdr(phdr, 1); in wmr_fill_region_phdr()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr) 408 glue(bswap_phdr, SZ)(ph);
|