Searched refs:obj_file (Results 1 - 25 of 26) sorted by relevance

12

/external/lldb/source/Symbol/
H A DSymbolFile.cpp22 SymbolFile::FindPlugin (ObjectFile* obj_file) argument
25 if (obj_file != NULL)
29 // be with this new obj_file.
30 lldb::ModuleSP module_sp(obj_file->GetModule());
35 if (module_obj_file != obj_file)
39 obj_file->CreateSections (*module_sp->GetUnifiedSectionList());
51 std::unique_ptr<SymbolFile> curr_symfile_ap(create_callback(obj_file));
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp89 ObjectFile *obj_file = module_sp->GetObjectFile();
90 if (!obj_file)
94 ConstString obj_name = obj_file->GetPluginName();
99 if (!obj_file->GetUUID (&uuid))
103 FileSpecList file_spec_list = obj_file->GetDebugSymbolFilePaths();
123 module_spec.GetFileSpec() = obj_file->GetFileSpec();
/external/chromium_org/build/win/importlibs/
H A Dcreate_importlib_win.py127 obj_file = None
132 obj_file = self._CreateObj(dll_name, imports)
151 if obj_file:
152 cmdline.append(obj_file)
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp129 ObjectFile * obj_file = module_sp->GetObjectFile();
130 if (!obj_file)
134 ConstString obj_name = obj_file->GetPluginName();
161 FileSpec file_spec = obj_file->GetFileSpec();
291 symbol_vendor->AddSymbolFileRepresentation(obj_file->shared_from_this());
/external/lldb/include/lldb/Symbol/
H A DSymbolFile.h46 FindPlugin (ObjectFile* obj_file);
51 SymbolFile(ObjectFile* obj_file) : argument
52 m_obj_file(obj_file),
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp72 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile();
73 m_byte_order = obj_file->GetByteOrder();
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp58 SymbolFileSymtab::CreateInstance (ObjectFile* obj_file) argument
60 return new SymbolFileSymtab(obj_file);
69 SymbolFileSymtab::SymbolFileSymtab(ObjectFile* obj_file) : argument
70 SymbolFile(obj_file),
H A DSymbolFileSymtab.h36 CreateInstance (lldb_private::ObjectFile* obj_file);
41 SymbolFileSymtab(lldb_private::ObjectFile* obj_file);
/external/lldb/source/Core/
H A DModule.cpp312 ObjectFile * obj_file = GetObjectFile (); local
314 if (obj_file != NULL)
316 obj_file->GetUUID(&m_uuid);
856 ObjectFile *obj_file = GetObjectFile (); local
857 if (obj_file != NULL)
1132 ObjectFile *obj_file = GetObjectFile(); local
1133 if (obj_file)
1134 obj_file->CreateSections(*GetUnifiedSectionList());
1264 ObjectFile *obj_file = symbol_file->GetObjectFile(); local
1265 if (obj_file)
1297 ObjectFile *obj_file = GetObjectFile(); local
1492 ObjectFile *obj_file = GetObjectFile(); local
[all...]
H A DSection.cpp19 ObjectFile *obj_file,
31 m_obj_file (obj_file),
50 ObjectFile *obj_file,
62 m_obj_file (obj_file),
18 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const ConstString &name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t flags) argument
48 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const ConstString &name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t flags) argument
H A DAddress.cpp1025 ObjectFile *obj_file = module_sp->GetObjectFile(); local
1026 if (obj_file)
1030 return obj_file->GetAddressClass (GetFileAddress());
/external/chromium_org/third_party/icu/source/test/depstest/
H A Ddepstest.py105 obj_file = _obj_files[file_name]
106 imports |= obj_file["imports"]
107 exports |= obj_file["exports"]
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py105 obj_file = _obj_files[file_name]
106 imports |= obj_file["imports"]
107 exports |= obj_file["exports"]
/external/lldb/include/lldb/
H A Dlldb-private-interfaces.h32 typedef SymbolFile* (*SymbolFileCreateInstance) (ObjectFile* obj_file);
/external/lldb/include/lldb/Core/
H A DSection.h114 ObjectFile *obj_file,
127 ObjectFile *obj_file,
/external/chromium_org/third_party/mesa/src/scons/
H A Dcrossmingw.py154 obj_file = env2.SharedObject(c_file)
/external/mesa3d/scons/
H A Dcrossmingw.py154 obj_file = env2.SharedObject(c_file)
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp688 ObjectFile *obj_file = module_sp->GetObjectFile();
689 if (!obj_file)
692 ObjectFile::Type obj_type = obj_file->GetType();
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp214 ObjectFile *obj_file = module->GetObjectFile(); local
215 SectionList *sections = obj_file->GetSectionList();
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp340 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); local
341 Address addr = obj_file->GetImageInfoAddress();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp286 SymbolFileDWARFDebugMap::CreateInstance (ObjectFile* obj_file) argument
288 return new SymbolFileDWARFDebugMap (obj_file);
473 ObjectFile *obj_file = GetObjectFile(); local
484 obj_file->GetModule()->ReportError ("debug map object file '%s' has changed (actual time is 0x%" PRIx64 ", debug map time is 0x%" PRIx64 ") since this executable was linked, file will be ignored",
508 comp_unit_info->oso_sp->module_sp.reset (new DebugMapModule (obj_file->GetModule(),
H A DSymbolFileDWARFDebugMap.h51 CreateInstance (lldb_private::ObjectFile* obj_file);
H A DDWARFDebugInfoEntry.cpp1032 ObjectFile *obj_file = dwarf2Data->GetObjectFile();
1033 if (obj_file)
1034 obj_file_name = obj_file->GetFileSpec().GetFilename().AsCString();
H A DSymbolFileDWARF.h85 CreateInstance (lldb_private::ObjectFile* obj_file);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp291 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); local
292 Address addr = obj_file->GetImageInfoAddress();

Completed in 2937 milliseconds

12