Searched refs:shdrs_end (Results 1 – 3 of 3) sorted by relevance
125 GElf_Off shdrs_end; in elf_from_remote_memory() local142 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()154 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()282 && (GElf_Off) contents_size >= shdrs_end in elf_from_remote_memory()286 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory()287 contents_size = shdrs_end; in elf_from_remote_memory()328 if (contents_size < shdrs_end) in elf_from_remote_memory()355 if (contents_size < shdrs_end) in elf_from_remote_memory()
344 GElf_Off shdrs_end; in dwfl_segment_report_module() local373 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()386 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in dwfl_segment_report_module()544 if (shdrs_end <= filesz_offset && shdrs_end > file_trimmed_end) in dwfl_segment_report_module()546 filesz += shdrs_end - file_trimmed_end; in dwfl_segment_report_module()547 file_trimmed_end = shdrs_end; in dwfl_segment_report_module()867 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); in dwfl_segment_report_module()
555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() local557 && shdr->sh_offset < shdrs_end) in relocate_section()559 && tshdr->sh_offset < shdrs_end))) in relocate_section()