Searched refs:ptrbuf (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | dbghelp_ros.diff | 519 + char ptrbuf[3 + (sizeof(void *) * 2)]; 527 + sprintf(ptrbuf, "%p", sym); 528 + hash_table_iter_init(&module->ht_symaddr, &hti, ptrbuf); 544 + idx_to_ptr->hash_elt.name = pool_strdup(&module->pool, ptrbuf);
|
H A D | symbol.c | 77 char ptrbuf[3 + (sizeof(void *) * 2)]; in symt_ptr2index() local 80 sprintf(ptrbuf, "%p", sym); in symt_ptr2index() 81 hash_table_iter_init(&module->ht_symaddr, &hti, ptrbuf); in symt_ptr2index() 97 idx_to_ptr->hash_elt.name = pool_strdup(&module->pool, ptrbuf); in symt_ptr2index()
|