Searched refs:shdrs_end (Results 1 – 3 of 3) sorted by relevance
119 GElf_Off shdrs_end; in elf_from_remote_memory() local136 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()148 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()264 && (GElf_Off) contents_size >= shdrs_end in elf_from_remote_memory()268 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory()269 contents_size = shdrs_end; in elf_from_remote_memory()307 if (contents_size < shdrs_end) in elf_from_remote_memory()334 if (contents_size < shdrs_end) in elf_from_remote_memory()
336 GElf_Off shdrs_end; in dwfl_segment_report_module() local365 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()378 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in dwfl_segment_report_module()533 if (shdrs_end <= filesz_offset && shdrs_end > file_trimmed_end) in dwfl_segment_report_module()535 filesz += shdrs_end - file_trimmed_end; in dwfl_segment_report_module()536 file_trimmed_end = shdrs_end; in dwfl_segment_report_module()847 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); in dwfl_segment_report_module()
324 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() local326 && shdr->sh_offset < shdrs_end) in relocate_section()328 && tshdr->sh_offset < shdrs_end))) in relocate_section()