Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDSectionLoadHistory.cpp149 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP &section_sp) in SetSectionUnloaded() function in SectionLoadHistory
154 return section_load_list->SetSectionUnloaded (section_sp); in SetSectionUnloaded()
158 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP &section_sp, addr_t… in SetSectionUnloaded() function in SectionLoadHistory
163 return section_load_list->SetSectionUnloaded (section_sp, load_addr); in SetSectionUnloaded()
HDSectionLoadList.cpp165 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded() function in SectionLoadList
200 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded() function in SectionLoadList
HDTarget.cpp2473 …section_unload_count += m_section_load_history.SetSectionUnloaded(stop_id, sections->GetSectionAtI… in UnloadModuleSections()
2480 Target::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded() function in Target
2488 return m_section_load_history.SetSectionUnloaded (stop_id, section_sp); in SetSectionUnloaded()
2492 Target::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded() function in Target
2500 return m_section_load_history.SetSectionUnloaded (stop_id, section_sp, load_addr); in SetSectionUnloaded()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDSectionLoadList.h70 SetSectionUnloaded (const lldb::SectionSP &section_sp, lldb::addr_t load_addr);
76 SetSectionUnloaded (const lldb::SectionSP &section_sp);
HDSectionLoadHistory.h79 SetSectionUnloaded (uint32_t stop_id,
87 SetSectionUnloaded (uint32_t stop_id,
HDTarget.h1254 SetSectionUnloaded (const lldb::SectionSP &section_sp);
1257 SetSectionUnloaded (const lldb::SectionSP &section_sp, lldb::addr_t load_addr);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp153 target.SetSectionUnloaded(section_sp); in UnloadSectionsCommon()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp340 target.GetSectionLoadList().SetSectionUnloaded (section_sp); in ReadJITDescriptorImpl()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp318 target.SetSectionUnloaded(section_sp); in UnloadSections()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp2159 if (target_sp->SetSectionUnloaded (section.GetSP())) in ClearSectionLoadAddress()
2241 changed |= target_sp->SetSectionUnloaded (section_sp); in ClearModuleLoadAddress()