Function report |
Source Code:kernel\kallsyms.c |
Create Date:2022-07-28 11:00:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kallsyms_sym_address
Proto:static unsigned long kallsyms_sym_address(int idx)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
int | idx |
151 | If Not IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_KALLSYMS_ABSOLUTE_PERCPU) Then Return kallsyms_relative_base + kallsyms_offsets[idx] |
155 | If kallsyms_offsets[idx] >= 0 Then Return kallsyms_offsets[idx] |
159 | Return kallsyms_relative_base - 1 - kallsyms_offsets[idx] |
Name | Describe |
---|---|
kallsyms_lookup_name | Lookup the address for this symbol. Returns 0 if not found. |
kallsyms_on_each_symbol | |
get_symbol_pos | |
get_ksymbol_core | Returns space to next name. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |