Searched refs:sym_addr (Results 1 – 2 of 2) sorted by relevance
/nptl_db/ |
A D | td_symbol_list.c | 43 int idx, psaddr_t *sym_addr) in td_mod_lookup() argument 47 result = ps_pglobal_lookup (ps, mod, symbol_list_arr[idx], sym_addr); in td_mod_lookup()
|
A D | thread_dbP.h | 152 int idx, psaddr_t *sym_addr) attribute_hidden; 153 #define td_lookup(ps, idx, sym_addr) \ argument 154 td_mod_lookup ((ps), LIBPTHREAD_SO, (idx), (sym_addr))
|
Completed in 5 milliseconds