Searched defs:shnum (Results 1 – 8 of 8) 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() 118 static void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_elf_loader.c | 258 u16 shnum = elf_hdr_get_e_shnum(class, ehdr); local
|
H A D | remoteproc_coredump.c | 356 int shnum; in rproc_coredump_using_sections() local
|
H A D | pru_rproc.c | 876 u16 shnum = ehdr->e_shnum; in pru_rproc_find_interrupt_map() local
|
/openbmc/linux/kernel/module/ |
H A D | kallsyms.c | 79 unsigned int shnum, unsigned int pcpundx) in is_core_symbol()
|
/openbmc/linux/scripts/ |
H A D | sorttable.h | 284 unsigned int shnum; in do_sort() local
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 15 static unsigned long shnum; variable
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2170 static void bswap_shdr(struct elf_shdr *shdr, int shnum) in bswap_shdr() 2208 static inline void bswap_shdr(struct elf_shdr *shdr, int shnum) { } in bswap_shdr() 3634 int i, shnum, nsyms, sym_idx = 0, str_idx = 0; in load_symbols() local
|