Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Drelocate.c602 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section() local
604 && shdr->sh_offset < phdrs_end)) in relocate_section()
609 && tshdr->sh_offset < phdrs_end)) in relocate_section()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc877 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() local
883 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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp1166 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() local
1172 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()
1181 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()