Searched refs:mid_func_offset (Results 1 – 1 of 1) sorted by relevance
398 uint32_t mid_func_offset = in GetLSDAForFunctionOffset() local401 if (mid_func_offset == function_offset) { in GetLSDAForFunctionOffset()404 if (mid_func_offset < function_offset) { in GetLSDAForFunctionOffset()429 uint32_t mid_func_offset = in BinarySearchRegularSecondPage() local436 if (mid_func_offset <= function_offset) { in BinarySearchRegularSecondPage()439 *entry_func_start_offset = mid_func_offset; in BinarySearchRegularSecondPage()466 uint32_t mid_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(entry); in BinarySearchCompressedSecondPage() local467 mid_func_offset += function_offset_base; in BinarySearchCompressedSecondPage()475 if (mid_func_offset <= function_offset_to_find) { in BinarySearchCompressedSecondPage()478 *entry_func_start_offset = mid_func_offset; in BinarySearchCompressedSecondPage()