Searched refs:shdrs_end (Results 1 – 3 of 3) sorted by relevance
125 GElf_Off shdrs_end; in elf_from_remote_memory() local147 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()160 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()275 && (GElf_Off) contents_size >= shdrs_end in elf_from_remote_memory()279 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory()280 contents_size = shdrs_end; in elf_from_remote_memory()319 if (contents_size < shdrs_end) in elf_from_remote_memory()
352 GElf_Off shdrs_end; in dwfl_segment_report_module() local386 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()400 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in dwfl_segment_report_module()603 if (shdrs_end <= filesz_offset in dwfl_segment_report_module()604 && shdrs_end > file_trimmed_end) in dwfl_segment_report_module()606 filesz += shdrs_end - file_trimmed_end; in dwfl_segment_report_module()607 file_trimmed_end = shdrs_end; in dwfl_segment_report_module()896 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); in dwfl_segment_report_module()
583 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() local585 && shdr->sh_offset < shdrs_end)) in relocate_section()590 && tshdr->sh_offset < shdrs_end)) in relocate_section()