#include <string>
#include <vector>
Go to the source code of this file.
◆ add_function_entry()
void add_function_entry |
( |
void * |
address, |
|
|
const string * |
comment, |
|
|
bool |
isglobal, |
|
|
int |
call_count = 0 |
|
) |
| |
◆ add_protected_range()
void add_protected_range |
( |
void * |
start, |
|
|
void * |
end |
|
) |
| |
◆ add_stripped_function_entry()
void add_stripped_function_entry |
( |
void * |
function_entry, |
|
|
int |
call_count = 0 |
|
) |
| |
◆ c_mode()
◆ contains_function_entry()
bool contains_function_entry |
( |
void * |
address | ) |
|
◆ dump_reachable_functions()
void dump_reachable_functions |
( |
| ) |
|
◆ entries_in_range()
void entries_in_range |
( |
void * |
start, |
|
|
void * |
end, |
|
|
vector< void *> & |
result |
|
) |
| |
◆ function_entries_reinit()
void function_entries_reinit |
( |
| ) |
|
◆ inside_protected_range()
int inside_protected_range |
( |
void * |
addr | ) |
|
◆ is_possible_fn()
int is_possible_fn |
( |
void * |
addr | ) |
|
◆ query_function_entry()
bool query_function_entry |
( |
void * |
addr | ) |
|
◆ server_mode()