Home
last modified time | relevance | path

Searched refs:thread_cmd (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3970 thread_command thread_cmd; in GetNumThreadContexts() local
3974 if (m_data.GetU32(&offset, &thread_cmd, 2) == NULL) in GetNumThreadContexts()
3977 if (thread_cmd.cmd == LoadCommandThread) in GetNumThreadContexts()
3980 file_range.SetByteSize (thread_cmd.cmdsize - 8); in GetNumThreadContexts()
3983 offset = cmd_offset + thread_cmd.cmdsize; in GetNumThreadContexts()