Lines Matching refs:function_offset

347       uint32_t function_offset =  in ScanIndex()  local
360 function_offset &= ~1ull; in ScanIndex()
363 this_index.function_offset = function_offset; in ScanIndex()
385 uint32_t function_offset) { in GetLSDAForFunctionOffset() argument
400 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()
403 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()
413 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument
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() local
516 key.function_offset = function_offset; in GetCompactUnwindInfoForFunction()
524 if (it->function_offset != key.function_offset) { in GetCompactUnwindInfoForFunction()
538 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()
565 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
577 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()
631 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
632 it->function_offset, &unwind_info.valid_range_offset_start, in GetCompactUnwindInfoForFunction()
661 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()