Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Delf-from-memory.c135 GElf_Off shdrs_end; in elf_from_remote_memory() local
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()
164 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()
265 && (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()
305 if (contents_size < shdrs_end) in elf_from_remote_memory()
332 if (contents_size < shdrs_end) in elf_from_remote_memory()
Ddwfl_segment_report_module.c183 GElf_Off shdrs_end; in dwfl_segment_report_module() local
209 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()
222 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in dwfl_segment_report_module()
376 if (shdrs_end <= filesz_offset && shdrs_end > file_trimmed_end) in dwfl_segment_report_module()
378 filesz += shdrs_end - file_trimmed_end; in dwfl_segment_report_module()
379 file_trimmed_end = shdrs_end; in dwfl_segment_report_module()
575 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); in dwfl_segment_report_module()