Searched refs:z80_cons_fix_new (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.h58 #define TC_CONS_FIX_NEW z80_cons_fix_new
62 extern void z80_cons_fix_new (fragS *, int, int, expressionS *);
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.h58 #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 *);
H A Dtc-z80.c688 void z80_cons_fix_new (fragS *frag_p, int offset, int nbytes, expressionS *exp) function

Completed in 59 milliseconds