Searched refs:function_offset (Results 1 – 12 of 12) 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);
22 function_offset="$(echo $line | grep -oE '\(.*\)' | grep -oE '\+.*\)' |\28 symbolized="$(echo $function_offset | addr2line -ie $binary_name)"32 function_addr="0x$(echo $function_offset |\43 binary_offset="$(printf "0x%X" "$((function_addr+function_offset))")"
347 uint32_t function_offset = in ScanIndex() local360 function_offset &= ~1ull; in ScanIndex()363 this_index.function_offset = function_offset; in ScanIndex()400 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()403 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()435 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()436 if (mid == last || (next_func_offset > function_offset)) { in BinarySearchRegularSecondPage()512 addr_t function_offset = in GetCompactUnwindInfoForFunction() local516 key.function_offset = function_offset; in GetCompactUnwindInfoForFunction()524 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()
164 buffer->append("0x%zx", info->function_offset != AddressInfo::kUnknown in RenderFrame()165 ? info->function_offset in RenderFrame()183 if (!info->file && info->function_offset != AddressInfo::kUnknown) in RenderFrame()184 buffer->append("+0x%zx", info->function_offset); in RenderFrame()
25 function_offset = kUnknown; in AddressInfo()33 function_offset = kUnknown; in Clear()
41 stack->info.function_offset = addr - sym_addr; in SymbolizePC()184 stack->info.function_offset = addr - start_address; in SymbolizePC()
40 uptr function_offset; member
157 frame->info.function_offset = (uptr)offset; in SymbolizePC()
138 function_offset = self.load_addr - function_start_load_addr139 if function_offset > 0:140 self.symbolication += " + %u" % (function_offset)141 elif function_offset < 0:142 … self.symbolication += " %i (invalid negative offset, file a bug) " % function_offset
75 info.function_offset = 0x100; in TEST()142 info.function_offset = 0x100; in TEST()
867 lldb::offset_t function_offset = export_table.address_of_functions - in ParseSymtab() local870 uint32_t function_rva = symtab_data.GetU32(&function_offset); in ParseSymtab()