reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5167 const lldb::offset_t cmd_offset = offset; 5168 if (m_data.GetU32(&offset, &load_cmd, 2) == nullptr) 5174 while (offset < cmd_offset + load_cmd.cmdsize) { 5175 uint32_t flavor = m_data.GetU32(&offset); 5176 uint32_t count = m_data.GetU32(&offset); 5188 offset += 60; // This is the offset of pc in the GPR thread state 5190 start_address = m_data.GetU32(&offset); 5198 offset += 256; // This is the offset of pc in the GPR thread state 5200 start_address = m_data.GetU64(&offset); 5208 offset += 40; // This is the offset of eip in the GPR thread state 5210 start_address = m_data.GetU32(&offset); 5218 offset += 16 * 8; // This is the offset of rip in the GPR thread 5220 start_address = m_data.GetU64(&offset); 5231 offset += count * 4; 5236 uint64_t entryoffset = m_data.GetU64(&offset); 5252 offset = cmd_offset + load_cmd.cmdsize;