FreeRDP
symbol_table.h File Reference
#include <stdint.h>
#include <sys/types.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  symbol_t
 
struct  symbol_table_t
 

Functions

symbol_table_tload_symbol_table (const char *filename)
 
void free_symbol_table (symbol_table_t *table)
 
const symbol_tfind_symbol (const symbol_table_t *table, uintptr_t addr)
 

Function Documentation

◆ find_symbol()

const symbol_t* find_symbol ( const symbol_table_t table,
uintptr_t  addr 
)

◆ free_symbol_table()

void free_symbol_table ( symbol_table_t table)

◆ load_symbol_table()

symbol_table_t* load_symbol_table ( const char *  filename)