|
Linux Kernel
3.7.1
|
#include <aicasm_symbol.h>
Public Member Functions | |
| SLIST_ENTRY (scope) scope_stack_links | |
| TAILQ_ENTRY (scope) scope_links | |
| TAILQ_HEAD (, scope) inner_scope | |
Data Fields | |
| scope_type | type |
| int | inner_scope_patches |
| int | begin_addr |
| int | end_addr |
| patch_info_t | patches [2] |
| int | func_num |
Definition at line 172 of file aicasm_symbol.h.
| SLIST_ENTRY | ( | scope | ) |
| TAILQ_ENTRY | ( | scope | ) |
| TAILQ_HEAD | ( | scope | ) |
| int begin_addr |
Definition at line 178 of file aicasm_symbol.h.
| int end_addr |
Definition at line 179 of file aicasm_symbol.h.
| int func_num |
Definition at line 181 of file aicasm_symbol.h.
| int inner_scope_patches |
Definition at line 177 of file aicasm_symbol.h.
| patch_info_t patches[2] |
Definition at line 180 of file aicasm_symbol.h.
Definition at line 176 of file aicasm_symbol.h.
1.8.2