Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Drelocate.c331 GElf_Off phdrs_start = ehdr->e_phoff; in relocate_section() local
335 if (phdrs_start != 0 && phnums != 0) in relocate_section()
339 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section()
340 if (unlikely ((phdrs_start < shdr->sh_offset + shdr->sh_size in relocate_section()
342 || (phdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()