Lines Matching refs:function_offset

348       uint32_t function_offset =  in ScanIndex()  local
361 function_offset &= ~1ull; in ScanIndex()
364 this_index.function_offset = function_offset; in ScanIndex()
386 uint32_t function_offset) { in GetLSDAForFunctionOffset() argument
401 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()
404 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()
414 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument
436 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()
437 if (mid == last || (next_func_offset > function_offset)) { in BinarySearchRegularSecondPage()
513 addr_t function_offset = in GetCompactUnwindInfoForFunction() local
517 key.function_offset = function_offset; in GetCompactUnwindInfoForFunction()
525 if (it->function_offset != key.function_offset) { in GetCompactUnwindInfoForFunction()
539 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()
566 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
578 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()
632 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
633 it->function_offset, &unwind_info.valid_range_offset_start, in GetCompactUnwindInfoForFunction()
662 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()