函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_support.c |
Create Date:2022-07-27 12:47:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kdbgetsymval - Return the address of the given symbol
函数原型:int kdbgetsymval(const char *symname, kdb_symtab_t *symtab)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | symname | |
kdb_symtab_t * | symtab |
42 | 如果KDB_DEBUG(AR)则kdb_printf("kdbgetsymval: symname=%s, symtab=%px\n", symname, symtab) |
47 | 如果sym_start则 |
48 | 如果KDB_DEBUG(AR)则kdb_printf("kdbgetsymval: returns 1, symtab->sym_start=0x%lx\n", sym_start) |
52 | 返回:1 |
54 | 如果KDB_DEBUG(AR)则kdb_printf("kdbgetsymval: returns 0\n") |
56 | 返回:0 |
名称 | 描述 |
---|---|
kdbgetaddrarg | kdbgetaddrarg - This function is responsible for parsing an* address-expression and returning the value of the expression,* symbol name, and offset to the caller |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |