Home | History | Annotate | Download | only in config

Lines Matching defs:lfix

943   struct label_fix *lfix;
963 for (lfix = CURR_SLOT.label_fixups; lfix; lfix = lfix->next)
965 symbol_set_value_now (lfix->sym);
966 mark |= lfix->dw2_mark_labels;
977 for (lfix = CURR_SLOT.tag_fixups; lfix; lfix = lfix->next)
978 symbol_set_value_now (lfix->sym);
6499 struct label_fix *lfix;
6828 for (lfix = md.slot[curr].label_fixups; lfix; lfix = lfix->next)
6830 S_SET_VALUE (lfix->sym, frag_now_fix () - 16);
6831 symbol_set_frag (lfix->sym, frag_now);
6832 mark_label |= lfix->dw2_mark_labels;
6834 for (lfix = md.slot[curr].tag_fixups; lfix; lfix = lfix->next)
6836 S_SET_VALUE (lfix->sym, frag_now_fix () - 16 + i);
6837 symbol_set_frag (lfix->sym, frag_now);