Searched refs:phdrs_end (Results 1 – 2 of 2) sorted by relevance
570 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section() local572 && shdr->sh_offset < phdrs_end) in relocate_section()574 && tshdr->sh_offset < phdrs_end))) in relocate_section()
877 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() local883 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()892 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()