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

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dliteral.c63 fixp = fixp->fx_next, offset += size)
H A Dwrite.h50 struct fix *fx_next; member in struct:fix
H A Dwrite.c207 fixP->fx_next = *seg_fix_rootP;
209 if (fixP->fx_next == NULL)
214 fixP->fx_next = NULL;
216 (*seg_fix_tailP)->fx_next = fixP;
401 prev_fix->fx_next = frchp->fix_root;
656 fixp = fixp->fx_next;
790 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
930 for (; fixP; fixP = fixP->fx_next)
948 for (; fixP; fixP = fixP->fx_next)
1234 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dliteral.c63 fixp = fixp->fx_next, offset += size)
H A Dwrite.h50 struct fix *fx_next; member in struct:fix
H A Dwrite.c198 fixP->fx_next = *seg_fix_rootP;
200 if (fixP->fx_next == NULL)
205 fixP->fx_next = NULL;
207 (*seg_fix_tailP)->fx_next = fixP;
392 prev_fix->fx_next = frchp->fix_root;
647 fixp = fixp->fx_next;
783 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
935 for (; fixP; fixP = fixP->fx_next)
953 for (; fixP; fixP = fixP->fx_next)
1239 for (fixp = seginfo->fix_root; fixp; fixp = fixp->fx_next)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dliteral.c63 fixp = fixp->fx_next, offset += size)
H A Dwrite.h50 struct fix *fx_next; member in struct:fix
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-loongarch.c1447 fixP->fx_next = xmemdup (fixP, sizeof (*fixP), sizeof (*fixP));
1448 fixP->fx_next->fx_addsy = fixP->fx_subsy;
1449 fixP->fx_next->fx_subsy = NULL;
1450 fixP->fx_next->fx_offset = 0;
1457 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB64;
1461 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB32;
1482 fixP->fx_next = xmemdup (fixP, sizeof (*fixP), sizeof (*fixP));
1483 fixP->fx_next->fx_addsy = fixP->fx_subsy;
1484 fixP->fx_next->fx_subsy = NULL;
1485 fixP->fx_next
[all...]
H A Dtc-iq2000.c590 if (l->fixp->fx_next != NULL
591 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16
592 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
593 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
608 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
625 pf = & (* pf)->fx_next)
628 * pf = l->fixp->fx_next;
630 l->fixp->fx_next = f;
634 prev->fx_next = l->fixp;
H A Dobj-evax.c174 fixppdesc->fx_next = l->fixp->fx_next;
175 l->fixp->fx_next = fixpentry;
176 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-riscv.c4293 fixP->fx_next = xmemdup (fixP, sizeof (*fixP), sizeof (*fixP));
4294 fixP->fx_next->fx_addsy = fixP->fx_subsy;
4295 fixP->fx_next->fx_subsy = NULL;
4296 fixP->fx_next->fx_offset = 0;
4303 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB64;
4308 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB32;
4313 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB16;
4318 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB8;
4329 fixP->fx_next->fx_where = loc + 1;
4331 fixP->fx_next
[all...]
H A Dtc-m32r.c2018 if (l->fixp->fx_next != NULL
2019 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_M32R_LO16
2020 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
2021 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
2036 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
2054 pf = & (*pf)->fx_next)
2057 *pf = l->fixp->fx_next;
2059 l->fixp->fx_next = f;
2063 prev->fx_next = l->fixp;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-iq2000.c601 if (l->fixp->fx_next != NULL
602 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16
603 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
604 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
619 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
636 pf = & (* pf)->fx_next)
639 * pf = l->fixp->fx_next;
641 l->fixp->fx_next = f;
645 prev->fx_next = l->fixp;
H A Dobj-evax.c174 fixppdesc->fx_next = l->fixp->fx_next;
175 l->fixp->fx_next = fixpentry;
176 fixtail->fx_next = 0;
H A Dtc-riscv.c2871 fixP->fx_next = xmemdup (fixP, sizeof (*fixP), sizeof (*fixP));
2872 fixP->fx_next->fx_addsy = fixP->fx_subsy;
2873 fixP->fx_next->fx_subsy = NULL;
2874 fixP->fx_next->fx_offset = 0;
2881 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB64;
2886 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB32;
2891 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB16;
2896 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB8;
2907 fixP->fx_next->fx_where = loc + 1;
2909 fixP->fx_next
[all...]
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.c2018 if (l->fixp->fx_next != NULL
2019 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_M32R_LO16
2020 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
2021 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
2036 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
2054 pf = & (*pf)->fx_next)
2057 *pf = l->fixp->fx_next;
2059 l->fixp->fx_next = f;
2063 prev->fx_next = l->fixp;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-iq2000.c601 if (l->fixp->fx_next != NULL
602 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_LO16
603 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
604 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
619 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
636 pf = & (* pf)->fx_next)
639 * pf = l->fixp->fx_next;
641 l->fixp->fx_next = f;
645 prev->fx_next = l->fixp;
H A Dobj-evax.c174 fixppdesc->fx_next = l->fixp->fx_next;
175 l->fixp->fx_next = fixpentry;
176 fixtail->fx_next = 0;
H A Dtc-loongarch.c1151 fixP->fx_next = xmemdup (fixP, sizeof (*fixP), sizeof (*fixP));
1152 fixP->fx_next->fx_addsy = fixP->fx_subsy;
1153 fixP->fx_next->fx_subsy = NULL;
1154 fixP->fx_next->fx_offset = 0;
1161 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB64;
1165 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB32;
1169 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB24;
1173 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB16;
1177 fixP->fx_next->fx_r_type = BFD_RELOC_LARCH_SUB8;
1183 if (fixP->fx_next
[all...]
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-riscv.c3632 fixP->fx_next = xmemdup (fixP, sizeof (*fixP), sizeof (*fixP));
3633 fixP->fx_next->fx_addsy = fixP->fx_subsy;
3634 fixP->fx_next->fx_subsy = NULL;
3635 fixP->fx_next->fx_offset = 0;
3642 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB64;
3647 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB32;
3652 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB16;
3657 fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB8;
3668 fixP->fx_next->fx_where = loc + 1;
3670 fixP->fx_next
[all...]
H A Dtc-m32r.c2018 if (l->fixp->fx_next != NULL
2019 && FX_OPINFO_R_TYPE (l->fixp->fx_next) == BFD_RELOC_M32R_LO16
2020 && l->fixp->fx_addsy == l->fixp->fx_next->fx_addsy
2021 && l->fixp->fx_offset == l->fixp->fx_next->fx_offset)
2036 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
2054 pf = & (*pf)->fx_next)
2057 *pf = l->fixp->fx_next;
2059 l->fixp->fx_next = f;
2063 prev->fx_next = l->fixp;

Completed in 205 milliseconds

123