Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp910 … SectionSP ondisk_section_sp(ondisk_section_list->GetSectionAtIndex(sect_idx)); in LoadImageUsingMemoryModule() local
911 if (ondisk_section_sp) in LoadImageUsingMemoryModule()
918 … if (ignore_linkedit && ondisk_section_sp->GetName() == g_section_name_LINKEDIT) in LoadImageUsingMemoryModule()
921 …st Section *memory_section = memory_section_list->FindSectionByName(ondisk_section_sp->GetName()).… in LoadImageUsingMemoryModule()
924 …target.GetSectionLoadList().SetSectionLoadAddress (ondisk_section_sp, memory_section->GetFileAddre… in LoadImageUsingMemoryModule()