Home
last modified time | relevance | path

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

/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()
/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
/qemu/linux-user/
H A Delfload.c2147 static void bswap_phdr(struct elf_phdr *phdr, int phnum) in bswap_phdr()