Searched refs:function_offset (Results 1 – 9 of 9) sorted by relevance
53 uint32_t function_offset = 0; // The offset of the first function covered by member69 return function_offset < rhs.function_offset;73 return function_offset == rhs.function_offset;109 uint32_t entry_count, uint32_t function_offset,121 uint32_t function_offset);
346 uint32_t function_offset = in ScanIndex() local359 function_offset &= ~1ull; in ScanIndex()362 this_index.function_offset = function_offset; in ScanIndex()384 uint32_t function_offset) { in GetLSDAForFunctionOffset() argument399 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()402 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()412 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument434 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()435 if (mid == last || (next_func_offset > function_offset)) { in BinarySearchRegularSecondPage()511 addr_t function_offset = in GetCompactUnwindInfoForFunction() local[all …]
106 const addr_t function_offset = in DumpStopContext() local112 s->Printf("+%" PRIu64 ">", function_offset); in DumpStopContext()113 } else if (function_offset) { in DumpStopContext()115 s->Printf(" + %" PRIu64, function_offset); in DumpStopContext()
211 buffer->AppendF("0x%zx", info->function_offset != AddressInfo::kUnknown in RenderFrame()212 ? info->function_offset in RenderFrame()230 if (!info->file && info->function_offset != AddressInfo::kUnknown) in RenderFrame()231 buffer->AppendF("+0x%zx", info->function_offset); in RenderFrame()
27 function_offset = kUnknown;35 function_offset = kUnknown; in Clear()
41 stack->info.function_offset = addr - sym_addr; in SymbolizePC() 183 // Only assign to `function_offset` if we were able to get the function's in SymbolizePC() 187 stack->info.function_offset = addr - start_address; in SymbolizePC()
40 uptr function_offset; member
157 frame->info.function_offset = (uptr)offset; in SymbolizePC()
767 lldb::offset_t function_offset = m_body_offset + m_header->funcoff; in ParseFunctions() local772 while (function_offset < function_offset_end) { in ParseFunctions()773 const uint32_t info = m_data.GetU32(&function_offset); in ParseFunctions()788 const uint32_t ret_uid = m_data.GetU32(&function_offset); in ParseFunctions()796 const uint32_t arg_uid = m_data.GetU32(&function_offset); in ParseFunctions()