Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp223 lldb::addr_t old_load_addr = load_list.GetSectionLoadAddress(section_sp); in UpdateLoadedSections() local
230 if (old_load_addr == LLDB_INVALID_ADDRESS || in UpdateLoadedSections()
231 old_load_addr != new_load_addr) in UpdateLoadedSections()