Searched refs:fx_next (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-i960.h152 for (;tcfixp;tcfixp=tcfixp->fx_next) \
H A Dtc-iq2000.c598 if (l->fixp->fx_next != NULL
599 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16
600 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
601 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
616 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
633 pf = & (* pf)->fx_next)
636 * pf = l->fixp->fx_next;
638 l->fixp->fx_next = f;
642 prev->fx_next = l->fixp;
H A Dobj-evax.c176 fixppdesc->fx_next = l->fixp->fx_next;
177 l->fixp->fx_next = fixpentry;
178 fixtail->fx_next = 0;
H A Dtc-mep.c1955 if (l->fixp->fx_next != NULL
1956 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16
1957 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
1958 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
1973 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
1990 pf = & (* pf)->fx_next)
1993 * pf = l->fixp->fx_next;
1995 l->fixp->fx_next = f;
1999 prev->fx_next = l->fixp;
H A Dtc-m32r.c2021 if (l->fixp->fx_next != NULL
2022 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_M32R_LO16
2023 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
2024 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
2039 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
2057 pf = & (*pf)->fx_next)
2060 *pf = l->fixp->fx_next;
2062 l->fixp->fx_next = f;
2066 prev->fx_next = l->fixp;
H A Dtc-alpha.c654 next = fixp->fx_next;
655 fixp->fx_next = (fixS *) 0;
698 prevP = &fixp->fx_next;
723 next = fixp->fx_next;
742 fixp->tc_fix_data.info->master->fx_next = fixp->fx_next;
743 fixp->fx_next = fixp->tc_fix_data.info->master;
744 fixp = fixp->fx_next;
756 slave->fx_next = fixp->fx_next;
[all...]
H A Dtc-sh.c3409 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next)
3433 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next)
3448 for (fix = seginfo->fix_root; fix != NULL; fix = fix->fx_next)
3477 fscan = fscan->fx_next)
H A Dtc-mips.c2241 return (fixp->fx_next != NULL
2242 && fixp->fx_next->fx_r_type == matching_lo_reloc (fixp->fx_r_type)
2243 && fixp->fx_addsy == fixp->fx_next->fx_addsy
2244 && fixp->fx_offset == fixp->fx_next->fx_offset);
12317 for (pos = &seginfo->fix_root; *pos != NULL; pos = &(*pos)->fx_next)
12346 if (l->fixp->fx_next != *lo_pos)
12348 *hi_pos = l->fixp->fx_next;
12349 l->fixp->fx_next = *lo_pos;
14761 fixp = fixp->fx_next;
14773 fixp = fixp->fx_next;
[all...]
H A Dobj-coff.c1500 fixp = fixp->fx_next;
H A Dtc-frv.c1682 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
H A Dtc-score.c4054 cur_fixp->fx_next = fixp;
4055 cur_fixp = cur_fixp->fx_next;
7057 fixp = fixp->fx_next;
7065 fixp = fixp->fx_next;
H A Dtc-score7.c4155 cur_fixp->fx_next = fixp;
4156 cur_fixp = cur_fixp->fx_next;
6617 fixp = fixp->fx_next;
6625 fixp = fixp->fx_next;
H A Dtc-xtensa.c10155 next_fix = fix->fx_next;
10159 fix->fx_next = frchain_to->fix_root;
10165 fix_splice = &(fix->fx_next);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dliteral.c67 fixp = fixp->fx_next, offset += size)
H A Dwrite.h92 struct fix *fx_next; member in struct:fix
H A Dwrite.c210 fixP->fx_next = *seg_fix_rootP;
212 if (fixP->fx_next == NULL)
217 fixP->fx_next = NULL;
219 (*seg_fix_tailP)->fx_next = fixP;
404 prev_fix->fx_next = frchp->fix_root;
640 fixp = fixp->fx_next;
747 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
891 for (; fixP; fixP = fixP->fx_next)
911 for (; fixP; fixP = fixP->fx_next)
1165 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
[all...]
H A Dehopt.c201 fix = fix->fx_next;

Completed in 336 milliseconds