Searched refs:SetSectionUnloaded (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | SectionLoadHistory.cpp | 149 SectionLoadHistory::SetSectionUnloaded (uint32_t stop_id, const lldb::SectionSP §ion_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 §ion_sp, addr_t… in SetSectionUnloaded() function in SectionLoadHistory 163 return section_load_list->SetSectionUnloaded (section_sp, load_addr); in SetSectionUnloaded()
|
| HD | SectionLoadList.cpp | 165 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp) in SetSectionUnloaded() function in SectionLoadList 200 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp, addr_t load_addr) in SetSectionUnloaded() function in SectionLoadList
|
| HD | Target.cpp | 2473 …section_unload_count += m_section_load_history.SetSectionUnloaded(stop_id, sections->GetSectionAtI… in UnloadModuleSections() 2480 Target::SetSectionUnloaded (const lldb::SectionSP §ion_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 §ion_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/ |
| HD | SectionLoadList.h | 70 SetSectionUnloaded (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr); 76 SetSectionUnloaded (const lldb::SectionSP §ion_sp);
|
| HD | SectionLoadHistory.h | 79 SetSectionUnloaded (uint32_t stop_id, 87 SetSectionUnloaded (uint32_t stop_id,
|
| HD | Target.h | 1254 SetSectionUnloaded (const lldb::SectionSP §ion_sp); 1257 SetSectionUnloaded (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | DynamicLoader.cpp | 153 target.SetSectionUnloaded(section_sp); in UnloadSectionsCommon()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| HD | JITLoaderGDB.cpp | 340 target.GetSectionLoadList().SetSectionUnloaded (section_sp); in ReadJITDescriptorImpl()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| HD | DynamicLoaderHexagonDYLD.cpp | 318 target.SetSectionUnloaded(section_sp); in UnloadSections()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 2159 if (target_sp->SetSectionUnloaded (section.GetSP())) in ClearSectionLoadAddress() 2241 changed |= target_sp->SetSectionUnloaded (section_sp); in ClearModuleLoadAddress()
|