Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Drelocate.c597 size_t phnums; in relocate_section() local
598 if (elf_getphdrnum (relocated, &phnums) < 0) in relocate_section()
600 if (phdrs_start != 0 && phnums != 0) in relocate_section()
604 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section()