Searched refs:object_file (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp43 ObjectFile *object_file = exe_module->GetObjectFile(); local
44 if (object_file)
46 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage);
/external/libcxx/test/libcxx/
H A Dcompiler.py99 def compileLinkTwoSteps(self, source_file, out=None, object_file=None,
103 if object_file is None:
108 with_fn = lambda: libcxx.util.nullContext(object_file)
109 with with_fn() as object_file:
111 source_file, object_file, flags=flags, env=env, cwd=cwd)
116 object_file, out=out, flags=flags, env=env, cwd=cwd)
/external/ImageMagick/coders/
H A DMake.com172 $ object_file=f$parse(source_file,,,"name")+".obj"
173 $ object_file=f$search( object_file )
174 $ if (object_file .nes. "")
176 $ object_time=f$file_attribute(object_file,"cdt")
179 $ object_file=""
181 $ if (object_file .eqs. "")
/external/llvm/bindings/python/llvm/
H A Dobject.py292 def __init__(self, ptr, object_file):
294 assert isinstance(object_file, ObjectFile)
299 self._object_file = object_file
/external/libxml2/vms/
H A Dbuild_libxml.com244 $ object_file = f$parse("[.debug].OBJ",name,,,"SYNTAX_ONLY")
248 $ write sys$output "''cc_command'''p2'/object=''object_file' ''source_file'"
249 $ cc_command'p2' /object='object_file 'source_file'
253 $ if lib_command.nes."" then lib_command 'object_file'
260 $ write sys$output "''link_command'''opts' ''object_file',XML_LIBDIR:libxml.olb/library"
263 $ link_command'opts' 'object_file',-
266 $ link_command'opts' 'object_file',-
/external/libcxx/test/libcxx/test/
H A Dformat.py110 source_path, out=exec_path, object_file=object_path,
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp145 ObjectFile *object_file = exe_module->GetObjectFile(); local
146 if (object_file)
148 if (object_file->GetStrata() != ObjectFile::eStrataKernel)
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp105 ObjectFile *object_file = exe_module->GetObjectFile(); local
106 if (object_file)
108 create = (object_file->GetStrata() == ObjectFile::eStrataUser);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp637 ObjectFile * object_file = exe_module->GetObjectFile(); local
638 if (object_file)
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp4369 ObjectFile *object_file = symbol_file->GetObjectFile(); local
4371 if (object_file && object_file->GetFileSpec() == symbol_fspec)

Completed in 242 milliseconds