Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Drelocate.c595 size_t phnums; in relocate_section() local
596 if (elf_getphdrnum (relocated, &phnums) < 0) in relocate_section()
598 if (phdrs_start != 0 && phnums != 0) in relocate_section()
602 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section()