Searched refs:sym (Results 1 – 1 of 1) sorted by relevance
167 union { SYMBOL_INFO sym; char pad[sizeof(SYMBOL_INFO)+len]; }; in print_call_stack() member168 sym.MaxNameLen = len; in print_call_stack()169 sym.SizeOfStruct = sizeof( SYMBOL_INFO ); in print_call_stack()172 if(!SymFromAddr( GetCurrentProcess(), DWORD64(buff[i]), &offset, &sym )) { in print_call_stack()173 sym.Address = ULONG64(buff[i]); offset = 0; sym.Name[0] = 0; in print_call_stack()175 REPORT("[%d] %016I64X+%04I64X: %s\n", i, sym.Address, offset, sym.Name); in print_call_stack()