Lines Matching refs:fix
74 /* Copy the location of a frag to a fix. */
75 #define COPY_FR_WHERE_TO_FX(FRAG, FIX) \
78 (FIX)->fx_file = (FRAG)->fr_file; \
79 (FIX)->fx_line = (FRAG)->fr_line; \
139 fixS *fix;
2430 /* If the fix is relative to a symbol which is not defined, or, (if
2431 pcrel), not in the same segment as the fix, we cannot resolve it
2753 struct mmix_symbol_greg_fixes *fix;
2789 || (fix = bsearch (&val, gregs->greg_fixes, gregs->n_gregs,
2793 || fix->offs > val
2796 || fix->offs + 255 < val)
2816 buf[1] = val - fix->offs;
2823 addend = fix->fix->fx_frag->fr_address + fix->fix->fx_where;
3589 we'll fix in md_estimate_size_before_relax. We set the initializer
3784 gregs->greg_fixes[gregs->n_gregs].fix = fixP;