Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2905 user_id_t debug_id = rel_hdr->sh_info; in RelocateDebugSections() local
2911 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2923 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections()