Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp216 SectionLoadList &load_list = m_process->GetTarget().GetSectionLoadList(); in UpdateLoadedSections() local
223 lldb::addr_t old_load_addr = load_list.GetSectionLoadAddress(section_sp); in UpdateLoadedSections()
232 load_list.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()