Typedefs | Functions
test_loader_resolve_symbol.cpp File Reference

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 Documentation

◆ func_t

typedef int(* func_t) (int)

Definition at line 24 of file test_loader_resolve_symbol.cpp.

Function Documentation

◆ dummy_foo()

int dummy_foo ( int  val)

Definition at line 258 of file test_loader_resolve_symbol.cpp.

◆ dummy_init()

int64_t dummy_init ( section_info_t info)

Definition at line 261 of file test_loader_resolve_symbol.cpp.

◆ dummy_fini()

int64_t dummy_fini ( section_info_t info)

Definition at line 264 of file test_loader_resolve_symbol.cpp.