Searched refs:phnum (Results 1 – 2 of 2) sorted by relevance
168 Elf32_Half phnum; in elf2aout32() local191 phnum = xe16toh(e->e_phnum); in elf2aout32()194 for (i = 0; i < phnum; i++) { in elf2aout32()223 Elf64_Half phnum; in elf2aout64() local246 phnum = xe16toh(e->e_phnum); in elf2aout64()249 for (i = 0; i < phnum; i++) { in elf2aout64()
38 count_regions(const char* imagePath, char const* buff, int phnum, int phentsize) in count_regions() argument44 for (i = 0; i < phnum; i++) { in count_regions()106 parse_program_headers(image_t* image, char* buff, int phnum, int phentsize) in parse_program_headers() argument115 for (i = 0; i < phnum; i++) { in parse_program_headers()