Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp222 lldb::addr_t new_load_addr = section_sp->GetFileAddress() + base_addr; in UpdateLoadedSections() local
227 if (new_load_addr == base_addr) in UpdateLoadedSections()
231 old_load_addr != new_load_addr) in UpdateLoadedSections()
232 load_list.SetSectionLoadAddress(section_sp, new_load_addr); in UpdateLoadedSections()