Home
last modified time | relevance | path

Searched defs:shnum (Results 1 – 8 of 8) 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/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.c258 u16 shnum = elf_hdr_get_e_shnum(class, ehdr); local
H A Dremoteproc_coredump.c356 int shnum; in rproc_coredump_using_sections() local
H A Dpru_rproc.c876 u16 shnum = ehdr->e_shnum; in pru_rproc_find_interrupt_map() local
/openbmc/linux/kernel/module/
H A Dkallsyms.c79 unsigned int shnum, unsigned int pcpundx) in is_core_symbol()
/openbmc/linux/scripts/
H A Dsorttable.h284 unsigned int shnum; in do_sort() local
/openbmc/linux/arch/x86/tools/
H A Drelocs.c15 static unsigned long shnum; variable
/openbmc/qemu/linux-user/
H A Delfload.c2153 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr()
2191 static inline void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr()
3615 int i, shnum, nsyms, sym_idx = 0, str_idx = 0; in load_symbols() local