Searched refs:object_file (Results 1 - 10 of 10) sorted by relevance
/external/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 43 ObjectFile *object_file = exe_module->GetObjectFile(); local 44 if (object_file) 46 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage);
|
/external/libcxx/test/libcxx/ |
H A D | compiler.py | 99 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 D | Make.com | 172 $ 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 D | object.py | 292 def __init__(self, ptr, object_file): 294 assert isinstance(object_file, ObjectFile) 299 self._object_file = object_file
|
/external/libxml2/vms/ |
H A D | build_libxml.com | 244 $ 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 D | format.py | 110 source_path, out=exec_path, object_file=object_path,
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 145 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 D | DynamicLoaderMacOSXDYLD.cpp | 105 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 D | ProcessGDBRemote.cpp | 637 ObjectFile * object_file = exe_module->GetObjectFile(); local 638 if (object_file)
|
/external/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 4369 ObjectFile *object_file = symbol_file->GetObjectFile(); local 4371 if (object_file && object_file->GetFileSpec() == symbol_fspec)
|
Completed in 242 milliseconds