Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DSectionLoadList.h65 SetSectionUnloaded (const lldb::SectionSP &section_sp, lldb::addr_t load_addr);
71 SetSectionUnloaded (const lldb::SectionSP &section_sp);
/external/lldb/source/Target/
DSectionLoadList.cpp131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded() function in SectionLoadList
167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded() function in SectionLoadList
/external/lldb/source/API/
DSBTarget.cpp2435 if (target_sp->GetSectionLoadList().SetSectionUnloaded (section.GetSP())) in ClearSectionLoadAddress()
2516 … changed |= target_sp->GetSectionLoadList().SetSectionUnloaded (section_sp) > 0; in ClearModuleLoadAddress()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp569 …if (m_process->GetTarget().GetSectionLoadList().SetSectionUnloaded (section_sp, old_section_load_a… in UnloadImageLoadAddress()