HomeSort by relevance Sort by last modified time
    Searched refs:object_file (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Plugins/DynamicLoader/Static/
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/
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:
110 cmd, output, err, rc = self.compile(source_file, object_file,
114 return self.link(object_file, out=out, flags=flags, env=env,
  /external/libxml2/vms/
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/llvm/bindings/python/llvm/
object.py 292 def __init__(self, ptr, object_file):
294 assert isinstance(object_file, ObjectFile)
299 self._object_file = object_file
  /external/libcxx/test/libcxx/test/
format.py 105 source_path, out=exec_path, object_file=object_path,
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 145 ObjectFile *object_file = exe_module->GetObjectFile(); local
146 if (object_file)
148 if (object_file->GetStrata() != ObjectFile::eStrataKernel)
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 105 ObjectFile *object_file = exe_module->GetObjectFile(); local
106 if (object_file)
108 create = (object_file->GetStrata() == ObjectFile::eStrataUser);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 637 ObjectFile * object_file = exe_module->GetObjectFile(); local
638 if (object_file)
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 4369 ObjectFile *object_file = symbol_file->GetObjectFile(); local
    [all...]

Completed in 213 milliseconds