Searched refs:may_fault (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | i386-stub.c | 600 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 D | m32r-stub.c | 759 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 D | sparc-stub.c | 395 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 D | gdbserve.c | 158 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 D | i386.c | 14 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 D | ppc.c | 15 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 D | gdb_c_test.c | 2453 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()
|