Searched refs:disk_file_has_build_id (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c211 invalid_elf (Elf *elf, bool disk_file_has_build_id, argument
214 if (! disk_file_has_build_id && build_id_len > 0)
221 if (disk_file_has_build_id && build_id_len > 0)
664 && invalid_elf (module->elf, module->disk_file_has_build_id,
699 invalid = invalid_elf (elf, true /* disk_file_has_build_id */,
H A Dlink_map.c387 r_debug_info_module->disk_file_has_build_id = false;
418 r_debug_info_module->disk_file_has_build_id = true;
H A DlibdwflP.h660 bool disk_file_has_build_id; member in struct:r_debug_info_module

Completed in 533 milliseconds