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.c208 invalid_elf (Elf *elf, bool disk_file_has_build_id, in invalid_elf() argument
211 if (! disk_file_has_build_id && build_id_len > 0) in invalid_elf()
218 if (disk_file_has_build_id && build_id_len > 0) in invalid_elf()
688 && invalid_elf (module->elf, module->disk_file_has_build_id, in dwfl_segment_report_module()
Dlink_map.c381 r_debug_info_module->disk_file_has_build_id = false; in report_r_debug()
412 r_debug_info_module->disk_file_has_build_id = true; in report_r_debug()
DlibdwflP.h666 bool disk_file_has_build_id; member
DChangeLog1382 and disk_file_has_build_id.