Searched refs:mem2hex (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | sparc-stub.c | 395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) in mem2hex() function 605 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); in handle_exception() 611 ptr = mem2hex(sp + 8 + 6, ptr, 4, 0); /* FP */ in handle_exception() 617 ptr = mem2hex((char *)&sp, ptr, 4, 0); in handle_exception() 623 ptr = mem2hex((char *)®isters[NPC], ptr, 4, 0); in handle_exception() 629 ptr = mem2hex((char *)®isters[O7], ptr, 4, 0); in handle_exception() 656 ptr = mem2hex((char *)registers, ptr, 16 * 4, 0); /* G & O regs */ in handle_exception() 657 ptr = mem2hex(sp + 0, ptr, 16 * 4, 0); /* L & I regs */ in handle_exception() 659 mem2hex((char *)®isters[Y], in handle_exception() 701 if (mem2hex((char *)addr, remcomOutBuffer, length, 1)) in handle_exception()
|
| HD | i386-stub.c | 600 mem2hex (mem, buf, count, may_fault) in mem2hex() function 770 ptr = mem2hex((char *)®isters[ESP], ptr, 4, 0); /* SP */ in handle_exception() 775 ptr = mem2hex((char *)®isters[EBP], ptr, 4, 0); /* FP */ in handle_exception() 780 ptr = mem2hex((char *)®isters[PC], ptr, 4, 0); /* PC */ in handle_exception() 806 mem2hex ((char *) registers, remcomOutBuffer, NUMREGBYTES, 0); in handle_exception() 837 mem2hex ((char *) addr, remcomOutBuffer, length, 1); in handle_exception()
|
| HD | tracepoint.c | 153 static unsigned char *mem2hex (unsigned char *, unsigned char *, int); 1440 end = mem2hex (list->aexpr_list[i]->buf, end, list->aexpr_list[i]->len); in stringify_collection_list() 2598 mem2hex (unsigned char *mem, unsigned char *buf, int count) in mem2hex() function
|
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-debug.c | 905 mem2hex (&tra_data, tmp, 8); in cvmx_debug_process_packet()
|