Home
last modified time | relevance | path

Searched refs:ia64_cons_fix_new (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.h109 extern void ia64_cons_fix_new (fragS *, int, int, expressionS *,
152 #define TC_CONS_FIX_NEW(f,o,l,e,r) ia64_cons_fix_new (f, o, l, e, r)
Dtc-ia64.c4469 ia64_cons_fix_new (frag_now, where, bytes_per_address, &e, in dot_endp()
4476 ia64_cons_fix_new (frag_now, where + bytes_per_address, in dot_endp()
4485 ia64_cons_fix_new (frag_now, where + (bytes_per_address * 2), in dot_endp()
11060 ia64_cons_fix_new (fragS *f, int where, int nbytes, expressionS *exp, in ia64_cons_fix_new() function
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1267 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
1269 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
DChangeLog-02032574 (ia64_cons_fix_new): Move FUNC_DTP_RELATIVE handling ...
2936 * config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data.
6167 * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
DChangeLog-00011351 (ia64_cons_fix_new): Handle 16 byte iplt reloc specially.