Searched defs:old_section_load_addr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp485 const addr_t old_section_load_addr = m_process->GetTarget().GetSectionLoadList().GetSectionLoadAddress (section_sp); local
486 if (old_section_load_addr == LLDB_INVALID_ADDRESS ||
487 old_section_load_addr != new_section_load_addr)
568 const addr_t old_section_load_addr = info.segments[i].vmaddr + info.slide; local
569 if (m_process->GetTarget().GetSectionLoadList().SetSectionUnloaded (section_sp, old_section_load_addr))

Completed in 52 milliseconds