Searched refs:bswap_shdr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 81 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() function 118 static void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr() function 409 bswap_shdr(&sechdr, 1); in load_symbols() 417 bswap_shdr(&strtab, 1); in load_symbols()
|
/openbmc/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 39 static void elfN(bswap_shdr)(ElfN(Shdr) *shdr) 105 elfN(bswap_shdr)(&shdr[i]);
|
H A D | elfload.c | 2155 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() function 2193 static inline void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr() function 3653 bswap_shdr(shdr, shnum); in load_symbols()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr) 125 glue(bswap_shdr, SZ)(shdr_table + i); 219 glue(bswap_shdr, SZ)(&shdr_table[i]);
|