#include <stdlib.h>
#include <stdbool.h>
Go to the source code of this file.
◆ dylib_addr_is_mapped()
int dylib_addr_is_mapped |
( |
void * |
addr | ) |
|
◆ dylib_find_module_containing_addr()
int dylib_find_module_containing_addr |
( |
void * |
addr, |
|
|
char * |
module_name, |
|
|
void ** |
start, |
|
|
void ** |
end |
|
) |
| |
◆ dylib_find_proc()
int dylib_find_proc |
( |
void * |
pc, |
|
|
void ** |
proc_beg, |
|
|
void ** |
mod_beg |
|
) |
| |
◆ dylib_find_proc_name()
const char* dylib_find_proc_name |
( |
const void * |
pc | ) |
|
◆ dylib_isin_start_func()
bool dylib_isin_start_func |
( |
void * |
pc | ) |
|
◆ dylib_map_executable()
void dylib_map_executable |
( |
| ) |
|
◆ dylib_map_open_dsos()
void dylib_map_open_dsos |
( |
| ) |
|