函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\unwind_orc.c Create Date:2022-07-27 09:50:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:orc_sort_cmp

函数原型:static int orc_sort_cmp(const void *_a, const void *_b)

返回类型:int

参数:

类型参数名称
const void *_a
const void *_b
213  a等于_a, b等于_b
214  a_val等于orc_ip(a)
215  b_val等于orc_ip(b)
217  如果a_val大于b_val则返回:1
219  如果a_val小于b_val则返回:负1
228  orc_a等于cur_orc_tableacur_orc_ip_table
229  返回:如果sp_reg恒等于The ORC_REG_* registers are base registers which are used to find other* registers on the stack且非end则负1否则1