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.c211 invalid_elf (Elf *elf, bool disk_file_has_build_id, in invalid_elf() argument
214 if (! disk_file_has_build_id && build_id_len > 0) in invalid_elf()
221 if (disk_file_has_build_id && build_id_len > 0) in invalid_elf()
664 && invalid_elf (module->elf, module->disk_file_has_build_id, in dwfl_segment_report_module()
Dlink_map.c385 r_debug_info_module->disk_file_has_build_id = false; in report_r_debug()
416 r_debug_info_module->disk_file_has_build_id = true; in report_r_debug()
DlibdwflP.h660 bool disk_file_has_build_id; member
DChangeLog1051 and disk_file_has_build_id.