Home
last modified time | relevance | path

Searched refs:sections_nr (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/objtool/
Delf.c289 size_t shstrndx, sections_nr; in read_sections() local
292 if (elf_getshdrnum(elf->elf, &sections_nr)) { in read_sections()
302 if (!elf_alloc_hash(section, sections_nr) || in read_sections()
303 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
306 for (i = 0; i < sections_nr; i++) { in read_sections()
359 printf("nr_sections: %lu\n", (unsigned long)sections_nr); in read_sections()