Searched refs:function_offset (Results 1 – 8 of 8) 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()399 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()402 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()434 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() local515 key.function_offset = function_offset; in GetCompactUnwindInfoForFunction()523 if (it->function_offset != key.function_offset) { in GetCompactUnwindInfoForFunction()[all …]
100 const addr_t function_offset = in DumpStopContext() local106 s->Printf("+%" PRIu64 ">", function_offset); in DumpStopContext()107 } else if (function_offset) { in DumpStopContext()109 s->Printf(" + %" PRIu64, function_offset); in DumpStopContext()
148 buffer->append("0x%zx", info->function_offset != AddressInfo::kUnknown in RenderFrame()149 ? info->function_offset in RenderFrame()167 if (!info->file && info->function_offset != AddressInfo::kUnknown) in RenderFrame()168 buffer->append("+0x%zx", info->function_offset); in RenderFrame()
24 function_offset = kUnknown; in AddressInfo()32 function_offset = kUnknown; in Clear()
42 stack->info.function_offset = addr - sym_addr; in SymbolizePC()233 stack->info.function_offset = addr - start_address; in SymbolizePC()
38 uptr function_offset; member
157 frame->info.function_offset = (uptr)offset; in SymbolizePC()