Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Delf-from-memory.c125 GElf_Off shdrs_end; in elf_from_remote_memory() local
147 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()
Ddwfl_segment_report_module.c358 GElf_Off shdrs_end; in dwfl_segment_report_module() local
406 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * sizeof (Elf32_Shdr); in dwfl_segment_report_module()
420 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * sizeof (Elf64_Shdr); in dwfl_segment_report_module()
662 if (shdrs_end <= filesz_offset in dwfl_segment_report_module()
663 && shdrs_end > file_trimmed_end) in dwfl_segment_report_module()
665 filesz += shdrs_end - file_trimmed_end; in dwfl_segment_report_module()
666 file_trimmed_end = shdrs_end; in dwfl_segment_report_module()
965 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); in dwfl_segment_report_module()
Drelocate.c585 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() local
587 && shdr->sh_offset < shdrs_end)) in relocate_section()
592 && tshdr->sh_offset < shdrs_end)) in relocate_section()