int is_possible_fn(void *addr)
bool contains_function_entry(void *address)
bool query_function_entry(void *addr)
int inside_protected_range(void *addr)
void add_protected_range(void *start, void *end)
void entries_in_range(void *start, void *end, vector< void *> &result)
void dump_reachable_functions()
void function_entries_reinit()
void add_stripped_function_entry(void *function_entry, int call_count=0)
void add_function_entry(void *address, const string *comment, bool isglobal, int call_count=0)