Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py340 self.debug_id = fragments[3]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2765 user_id_t debug_id = rel_hdr->sh_info; in RelocateDebugSections() local
2771 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2783 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections()