Searched refs:sections_nr (Results 1 – 1 of 1) sorted by relevance
270 size_t shstrndx, sections_nr; in read_sections() local273 if (elf_getshdrnum(elf->elf, §ions_nr)) { in read_sections()283 if (!elf_alloc_hash(section, sections_nr) || in read_sections()284 !elf_alloc_hash(section_name, sections_nr)) in read_sections()287 elf->section_data = calloc(sections_nr, sizeof(*sec)); in read_sections()292 for (i = 0; i < sections_nr; i++) { in read_sections()340 printf("nr_sections: %lu\n", (unsigned long)sections_nr); in read_sections()
Completed in 4 milliseconds