Home
last modified time | relevance | path

Searched refs:debug_id (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/asan/scripts/
HDasan_symbolize.py282 self.debug_id = fragments[3]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2512 user_id_t debug_id = rel_hdr->sh_info + 1; in RelocateDebugSections() local
2518 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2530 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections()