Home
last modified time | relevance | path

Searched refs:mem2hex (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gdb/gdb/
HDsparc-stub.c395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) in mem2hex() function
605 ptr = mem2hex((char *)&registers[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 *)&registers[NPC], ptr, 4, 0); in handle_exception()
629 ptr = mem2hex((char *)&registers[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 *)&registers[Y], in handle_exception()
701 if (mem2hex((char *)addr, remcomOutBuffer, length, 1)) in handle_exception()
HDi386-stub.c600 mem2hex (mem, buf, count, may_fault) in mem2hex() function
770 ptr = mem2hex((char *)&registers[ESP], ptr, 4, 0); /* SP */ in handle_exception()
775 ptr = mem2hex((char *)&registers[EBP], ptr, 4, 0); /* FP */ in handle_exception()
780 ptr = mem2hex((char *)&registers[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()
HDtracepoint.c153 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/
HDcvmx-debug.c905 mem2hex (&tra_data, tmp, 8); in cvmx_debug_process_packet()