Lines Matching refs:function_offset
346 uint32_t function_offset = in ScanIndex() local
359 function_offset &= ~1ull; in ScanIndex()
362 this_index.function_offset = function_offset; in ScanIndex()
384 uint32_t function_offset) { in GetLSDAForFunctionOffset() argument
399 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() argument
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() local
515 key.function_offset = function_offset; in GetCompactUnwindInfoForFunction()
523 if (it->function_offset != key.function_offset) { in GetCompactUnwindInfoForFunction()
537 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()
564 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
576 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()
630 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
631 it->function_offset, &unwind_info.valid_range_offset_start, in GetCompactUnwindInfoForFunction()
660 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()