HomeSort by relevance Sort by last modified time
    Searched defs:exe_objfile (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 155 ObjectFile *exe_objfile = exe_module->GetObjectFile(); local
156 if (exe_objfile->GetType() == ObjectFile::eTypeExecutable &&
157 exe_objfile->GetStrata() == ObjectFile::eStrataKernel)
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 215 ObjectFile *exe_objfile = exe_module->GetObjectFile(); local
217 switch (exe_objfile->GetType())
    [all...]

Completed in 74 milliseconds