Home
last modified time | relevance | path

Searched refs:may_fault (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386-stub.c600 mem2hex (mem, buf, count, may_fault) in mem2hex() argument
604 int may_fault;
609 if (may_fault)
614 if (may_fault && mem_err)
620 if (may_fault)
628 hex2mem (buf, mem, count, may_fault) in hex2mem() argument
632 int may_fault;
637 if (may_fault)
644 if (may_fault && mem_err)
647 if (may_fault)
H A Dm32r-stub.c759 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) in mem2hex() argument
764 if (may_fault) in mem2hex()
769 if (may_fault && mem_err) in mem2hex()
775 if (may_fault) in mem2hex()
784 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) in hex2mem() argument
789 if (may_fault) in hex2mem()
796 if (may_fault && mem_err) in hex2mem()
799 if (may_fault) in hex2mem()
815 if (may_fault) in bin2mem()
839 if (may_fault && mem_err) in bin2mem()
[all …]
H A Dsparc-stub.c395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) in mem2hex() argument
399 set_mem_fault_trap(may_fault); in mem2hex()
421 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) in hex2mem() argument
426 set_mem_fault_trap(may_fault); in hex2mem()
/openbsd/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.c158 char *mem2hex (void *mem, char *buf, int count, int may_fault);
159 char *hex2mem (char *buf, void *mem, int count, int may_fault);
397 mem2hex (void *mem, char *buf, int count, int may_fault) in mem2hex() argument
403 mem_may_fault = may_fault; in mem2hex()
407 if (may_fault && mem_err) in mem2hex()
421 hex2mem (char *buf, void *mem, int count, int may_fault) in hex2mem() argument
427 mem_may_fault = may_fault; in hex2mem()
433 if (may_fault && mem_err) in hex2mem()
H A Di386.c14 extern char *mem2hex (void *mem, char *buf, int count, int may_fault);
15 extern char *hex2mem (char *buf, void *mem, int count, int may_fault);
H A Dppc.c15 extern char *mem2hex (void *mem, char *buf, int count, int may_fault);
16 extern char *hex2mem (char *buf, void *mem, int count, int may_fault);
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2453 mem2hex(unsigned char *mem, char *buf, long count, long may_fault) in mem2hex() argument
2462 if (may_fault) in mem2hex()
2602 hex2mem( char *buf, unsigned char *mem, long count, long may_fault ) in hex2mem() argument
2610 if ( may_fault ) in hex2mem()