Home
last modified time | relevance | path

Searched refs:disk_file_has_build_id (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c223 invalid_elf (Elf *elf, bool disk_file_has_build_id, in invalid_elf() argument
226 if (! disk_file_has_build_id && build_id->len > 0) in invalid_elf()
233 if (disk_file_has_build_id && build_id->len > 0) in invalid_elf()
699 && invalid_elf (module->elf, module->disk_file_has_build_id, in dwfl_segment_report_module()
Dlink_map.c404 r_debug_info_module->disk_file_has_build_id = false; in report_r_debug()
435 r_debug_info_module->disk_file_has_build_id = true; in report_r_debug()
DlibdwflP.h683 bool disk_file_has_build_id; member
DChangeLog1657 and disk_file_has_build_id.