Go to the source code of this file.
Data Structures | |
struct | eh_frame_t |
Functions | |
struct eh_frame_t * | get_eh_frame_list () noexcept |
int64_t | register_eh_frame (void *addr, uint64_t size) noexcept |
|
noexcept |
Get EH Framework List
Returns a list of ".eh_frame" sections, containing their start address, and size. This is used by the unwind library to find stack frames. The list should have one .eh_frame section for each module that is loaded.
|
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 62 of file dummy_misc.cpp.