Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp90 ObjectFile *image_object_file = module_sp->GetObjectFile(); in LoadAllImagesAtFileAddresses() local
91 if (image_object_file) { in LoadAllImagesAtFileAddresses()
92 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/openbsd/src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp338 if (auto image_object_file = in ReadJITDescriptorImpl() local
340 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
372 ObjectFile *image_object_file = module_sp->GetObjectFile(); in ReadJITDescriptorImpl() local
373 if (image_object_file) { in ReadJITDescriptorImpl()
374 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp248 ObjectFile *image_object_file = module->GetObjectFile(); in UpdateImageLoadAddress() local
249 if (image_object_file) { in UpdateImageLoadAddress()
250 SectionList *section_list = image_object_file->GetSectionList(); in UpdateImageLoadAddress()
325 ObjectFile *image_object_file = module->GetObjectFile(); in UnloadModuleSections() local
326 if (image_object_file) { in UnloadModuleSections()
327 SectionList *section_list = image_object_file->GetSectionList(); in UnloadModuleSections()
344 image_object_file->GetFileSpec().GetPath())); in UnloadModuleSections()