Searched refs:z80_cons_fix_new (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-z80.h | 58 #define TC_CONS_FIX_NEW(f,w,s,e,r) z80_cons_fix_new ((f), (w), (s), (e)) 62 extern void z80_cons_fix_new (fragS *, int, int, expressionS *);
|
D | tc-z80.c | 686 void z80_cons_fix_new (fragS *frag_p, int offset, int nbytes, expressionS *exp) in z80_cons_fix_new() function
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2006 | 2616 (z80_cons_fix_new): New function. 2626 (z80_cons_fix_new): Declare.
|