Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Drelocate.c578 size_t shnums; in relocate_section() local
579 if (elf_getshdrnum (relocated, &shnums) < 0) in relocate_section()
583 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section()
/external/elfutils/src/
Dreadelf.c615 size_t shnums; in open_input_section() local
626 if (elf_getshdrnum (elf, &shnums) < 0) in open_input_section()
641 for (cnt = 0; cnt < shnums; ++cnt) in open_input_section()