Go to the source code of this file.
Typedefs | |
typedef void(* | init_t) () |
typedef void(* | fini_t) () |
Functions | |
int64_t | register_eh_frame (void *addr, uint64_t size) noexcept |
void | func1 () |
void | func2 () |
typedef void(* init_t) () |
Definition at line 27 of file test_crt.cpp.
typedef void(* fini_t) () |
Definition at line 28 of file test_crt.cpp.
|
noexcept |
Register EH Framework
Registers an ".eh_frame" section, containing it's start address, and size. This will add the eh_frame section to a global list that can be retreived using get_eh_frame_list
Definition at line 31 of file test_crt.cpp.
void func1 | ( | ) |
Definition at line 40 of file test_crt.cpp.
void func2 | ( | ) |
Definition at line 44 of file test_crt.cpp.