Searched refs:mid_func_offset (Results 1 – 1 of 1) sorted by relevance
396 uint32_t mid_func_offset = in GetLSDAForFunctionOffset() local399 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()402 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()427 uint32_t mid_func_offset = in BinarySearchRegularSecondPage() local434 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()437 *entry_func_start_offset = mid_func_offset; in BinarySearchRegularSecondPage()464 uint32_t mid_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry); in BinarySearchCompressedSecondPage() local465 mid_func_offset += function_offset_base; in BinarySearchCompressedSecondPage()473 if (mid_func_offset <= function_offset_to_find) { in BinarySearchCompressedSecondPage()476 *entry_func_start_offset = mid_func_offset; in BinarySearchCompressedSecondPage()