Searched refs:xtensa_force_relocation (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.h295 extern int xtensa_force_relocation (struct fix *);
319 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix)
321 (! SEG_NORMAL (seg) || xtensa_force_relocation (fix))
H A Dtc-xtensa.c5431 xtensa_force_relocation (fixS *fix)
5422 xtensa_force_relocation (fixS *fix) function
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.h322 extern int xtensa_force_relocation (struct fix *);
346 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix)
348 (! SEG_NORMAL (seg) || xtensa_force_relocation (fix))
H A Dtc-xtensa.c5812 xtensa_force_relocation (fixS *fix)
5803 xtensa_force_relocation (fixS *fix) function

Completed in 79 milliseconds