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.cpp2941 user_id_t debug_id = rel_hdr->sh_info; in RelocateDebugSections() local
2947 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2959 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections()