Go to the source code of this file.
Typedefs | |
| typedef int(* | func_t) (int) | 
Functions | |
| int | dummy_foo (int val) | 
| int64_t | dummy_init (section_info_t *info) | 
| int64_t | dummy_fini (section_info_t *info) | 
| typedef int(* func_t) (int) | 
Definition at line 24 of file test_loader_resolve_symbol.cpp.
| int dummy_foo | ( | int | val | ) | 
Definition at line 258 of file test_loader_resolve_symbol.cpp.
| int64_t dummy_init | ( | section_info_t * | info | ) | 
Definition at line 261 of file test_loader_resolve_symbol.cpp.
| int64_t dummy_fini | ( | section_info_t * | info | ) | 
Definition at line 264 of file test_loader_resolve_symbol.cpp.
 1.8.14