HomeSort by relevance Sort by last modified time
    Searched refs:disk_file_has_build_id (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 206 BUILD_ID_LEN bytes. Pass DISK_FILE_HAS_BUILD_ID as false if it is
211 invalid_elf (Elf *elf, bool disk_file_has_build_id,
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 */,
link_map.c 387 r_debug_info_module->disk_file_has_build_id = false;
418 r_debug_info_module->disk_file_has_build_id = true;
libdwflP.h 660 bool disk_file_has_build_id; member in struct:r_debug_info_module

Completed in 387 milliseconds