Home
last modified time | relevance | path

Searched defs:shnum (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/
H A Delfload.c81 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr()
118 static void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr()
/openbmc/qemu/linux-user/
H A Delfload.c2242 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr()
3728 int i, shnum, nsyms, sym_idx = 0, str_idx = 0; in load_symbols() local