Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Delf-from-memory.c125 GElf_Off shdrs_end; in elf_from_remote_memory() local
142 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()
Ddwfl_segment_report_module.c344 GElf_Off shdrs_end; in dwfl_segment_report_module() local
373 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()
Drelocate.c555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() local
557 && shdr->sh_offset < shdrs_end) in relocate_section()
559 && tshdr->sh_offset < shdrs_end))) in relocate_section()