Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp93 ObjectFile *image_object_file = module_sp->GetObjectFile(); in LoadAllImagesAtFileAddresses() local
94 if (image_object_file) { in LoadAllImagesAtFileAddresses()
95 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp341 if (auto image_object_file = in ReadJITDescriptorImpl() local
343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
375 ObjectFile *image_object_file = module_sp->GetObjectFile(); in ReadJITDescriptorImpl() local
376 if (image_object_file) { in ReadJITDescriptorImpl()
377 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp251 ObjectFile *image_object_file = module->GetObjectFile(); in UpdateImageLoadAddress() local
252 if (image_object_file) { in UpdateImageLoadAddress()
253 SectionList *section_list = image_object_file->GetSectionList(); in UpdateImageLoadAddress()
328 ObjectFile *image_object_file = module->GetObjectFile(); in UnloadModuleSections() local
329 if (image_object_file) { in UnloadModuleSections()
330 SectionList *section_list = image_object_file->GetSectionList(); in UnloadModuleSections()
347 image_object_file->GetFileSpec().GetPath().c_str()); in UnloadModuleSections()