Searched refs:ARMul_SafeReadByte (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmos.c211 while ((temp = ARMul_SafeReadByte (state, addr++)) != 0)
246 if ((*p++ = ARMul_SafeReadByte (state, src++)) == '\0')
329 local[i] = ARMul_SafeReadByte (state, ptr + i);
601 char tmp = ARMul_SafeReadByte (state, addr);
H A Darmvirt.c492 ARMul_SafeReadByte (ARMul_State * state, ARMword address) function
H A Darmdefs.h339 extern ARMword ARMul_SafeReadByte (ARMul_State * state, ARMword address);
H A Dwrapper.c164 buffer[i] = ARMul_SafeReadByte (state, addr + i);
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c218 while ((temp = ARMul_SafeReadByte (state, addr++)) != 0)
253 if ((*p++ = ARMul_SafeReadByte (state, src++)) == '\0')
336 local[i] = ARMul_SafeReadByte (state, ptr + i);
608 char tmp = ARMul_SafeReadByte (state, addr);
H A Darmvirt.c496 ARMul_SafeReadByte (ARMul_State * state, ARMword address) function
H A Darmdefs.h339 extern ARMword ARMul_SafeReadByte (ARMul_State * state, ARMword address);
H A Dwrapper.c182 data[i] = ARMul_SafeReadByte (state, addr + i);

Completed in 296 milliseconds