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

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp921 const Section *memory_section = memory_section_list->FindSectionByName(ondisk_section_sp->GetName()).get(); local
922 if (memory_section)
924 target.GetSectionLoadList().SetSectionLoadAddress (ondisk_section_sp, memory_section->GetFileAddress());

Completed in 116 milliseconds