Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Delfload.c81 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 Dgen-vdso-elfn.c.inc39 static void elfN(bswap_shdr)(ElfN(Shdr) *shdr)
105 elfN(bswap_shdr)(&shdr[i]);
H A Delfload.c2155 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 Delf_ops.h.inc30 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]);