Home
last modified time | relevance | path

Searched defs:phnum (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/remoteproc/
Dremoteproc_elf_loader.c
Dremoteproc_coredump.c
/openbmc/qemu/bsd-user/
H A Delfload.c65 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr()
117 static void bswap_phdr(struct elf_phdr *phdr, int phnum) { } in bswap_phdr()
/openbmc/qemu/dump/
H A Ddump.c144 uint16_t phnum = MIN(s->phdr_num, PN_XNUM); in prepare_elf64_header() local
171 uint16_t phnum = MIN(s->phdr_num, PN_XNUM); in prepare_elf32_header() local
/openbmc/linux/tools/perf/util/
Dsymbol-elf.c
/openbmc/qemu/linux-user/
H A Delfload.c2224 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr()