Searched refs:mid_func_offset (Results 1 – 1 of 1) sorted by relevance
397 uint32_t mid_func_offset = in GetLSDAForFunctionOffset() local400 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()403 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()428 uint32_t mid_func_offset = in BinarySearchRegularSecondPage() local435 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()438 *entry_func_start_offset = mid_func_offset; in BinarySearchRegularSecondPage()465 uint32_t mid_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry); in BinarySearchCompressedSecondPage() local466 mid_func_offset += function_offset_base; in BinarySearchCompressedSecondPage()474 if (mid_func_offset <= function_offset_to_find) { in BinarySearchCompressedSecondPage()477 *entry_func_start_offset = mid_func_offset; in BinarySearchCompressedSecondPage()