| /src/external/gpl3/binutils/dist/gas/ |
| literal.c | 54 fixS *fixp; local 61 for (fixp = seginfo->frchainP->fix_root; 62 fixp != (fixS *) NULL; 63 fixp = fixp->fx_next, offset += size) 65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
|
| write.c | 146 fixS *fixP; 150 fixP = obstack_alloc (¬es, sizeof (fixS)); 152 fixP->fx_frag = frag; 153 fixP->fx_where = where; 154 fixP->fx_size = size; 156 if (fixP->fx_size != size) 161 fixP->fx_addsy = add_symbol; 162 fixP->fx_subsy = sub_symbol; 163 fixP->fx_offset = offset; 164 fixP->fx_dot_frag = symbol_get_frag_and_value (&dot_symbol 651 fixS *fixp = seginfo->fix_root; local 799 fixS *fixp; local 1266 fixS *fixp; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| literal.c | 54 fixS *fixp; local 61 for (fixp = seginfo->frchainP->fix_root; 62 fixp != (fixS *) NULL; 63 fixp = fixp->fx_next, offset += size) 65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-score.h | 45 #define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP) 48 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) 51 #define tc_fix_adjustable(fixp) score_fix_adjustable (fixp) 60 struct fix *fixp; member in struct:score_tc_frag_data
|
| obj-evax.h | 47 struct fix *fixp; member in struct:alpha_linkage_fixups
|
| tc-epiphany.c | 167 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) 218 fixS *fixp; 253 epiphany_apply_fix (fixS *fixP, valueT *valP, segT seg) 255 if (fixP->fx_addsy == NULL) 256 fixP->fx_done = 1; 258 if ((fixP->fx_r_type < BFD_RELOC_UNUSED) 259 && fixP->fx_done) 263 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; 267 switch (fixP->fx_r_type 215 fixS *fixp; member in struct:epiphany_hi_fixup [all...] |
| obj-coff.c | 1482 fixS *fixp = seginfo->fix_root; 1483 while (fixp) 1485 if (! fixp->fx_done) 1487 fixp = fixp->fx_next; 1478 fixS *fixp = seginfo->fix_root; local
|
| tc-bpf.c | 319 md_pcrel_from_section (fixS *fixP, segT sec) 321 if (fixP->fx_addsy != NULL 322 && (! S_IS_DEFINED (fixP->fx_addsy) 323 || (S_GET_SEGMENT (fixP->fx_addsy) != sec) 324 || S_IS_EXTERNAL (fixP->fx_addsy) 325 || S_IS_WEAK (fixP->fx_addsy))) 332 return fixP->fx_where + fixP->fx_frag->fr_address; 347 tc_gen_reloc (asection *sec ATTRIBUTE_UNUSED, fixS *fixP) 349 bfd_reloc_code_real_type r_type = fixP->fx_r_type 533 fixS *fixp; local [all...] |
| tc-iq2000.c | 101 fixS * fixp; /* This fixup. */ member in struct:iq2000_hi_fixup 487 md_pcrel_from_section (fixS * fixP, segT sec) 489 if (fixP->fx_addsy != NULL 490 && (! S_IS_DEFINED (fixP->fx_addsy) 491 || S_GET_SEGMENT (fixP->fx_addsy) != sec)) 499 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; 502 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. 504 *FIXP may be modified if desired. * [all...] |
| tc-frv.c | 1315 md_pcrel_from_section (fixS *fixP, segT sec) 1317 if (TC_FORCE_RELOCATION (fixP) 1318 || (fixP->fx_addsy != NULL 1319 && S_GET_SEGMENT (fixP->fx_addsy) != sec)) 1328 return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1; 1331 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. 1333 *FIXP may be modified if desired. */ 1338 fixS *fixP) 1343 fixP->fx_pcrel = true 1652 fixS *fixp; local [all...] |
| tc-loongarch.c | 74 fixS *fixp[MAX_RELOC_NUMBER_A_INSN]; member in struct:loongarch_cl_insn 1167 if (insn->fixp[i]) 1169 insn->fixp[i]->fx_frag = frag; 1170 insn->fixp[i]->fx_where = where; 1256 ip->fixp[i] = fix_new_exp (ip->frag, ip->where, 1262 ip->fixp[i]->fx_no_overflow = 1; 1538 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) 1546 loongarch_force_relocation (struct fix *fixp) 1550 switch (fixp->fx_r_type) 1566 return generic_force_reloc (fixp); 2356 fixS *fixp; local 2440 fixS *fixp = fix_new_exp (fragp, buf - fragp->fr_literal, local [all...] |
| tc-m32r.c | 157 fixS *fixp; member in struct:m32r_hi_fixup 1810 fixS *fixP; 1815 fixP = gas_cgen_record_fixup (fragP, 1826 fixP->fx_r_type = fragP->fr_cgen.opinfo; 1844 md_pcrel_from_section (fixS *fixP, segT sec) 1846 if (fixP->fx_addsy != NULL 1847 && (! S_IS_DEFINED (fixP->fx_addsy) 1848 || S_GET_SEGMENT (fixP->fx_addsy) != sec 1849 || S_IS_EXTERNAL (fixP->fx_addsy) 1850 || S_IS_WEAK (fixP->fx_addsy)) [all...] |
| tc-m68hc11.c | 1611 fixS *fixp; 1625 fixp = fix_new_exp (frag_now, f - frag_now->fr_literal, 1, 1628 fixp->fx_no_overflow = 1; 1658 fixS *fixp; 1671 fixp = fix_new_exp (frag_now, f - frag_now->fr_literal, 2, 1678 fixp->fx_no_overflow = 1; 1728 fixS *fixp; 1738 fixp = fix_new_exp (frag_now, f - frag_now->fr_literal, 1, 1740 fixp->fx_no_overflow = 1; 1769 fixS *fixp; 1606 fixS *fixp; local 1653 fixS *fixp; local 1723 fixS *fixp; local 1764 fixS *fixp; local 2389 fixS *fixp; local [all...] |
| tc-mep.c | 102 fixS * fixp; /* This fixup. */ member in struct:mep_hi_fixup 1789 mep_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED) 1793 if (fixP->fx_addsy == 0) 1794 switch (fixP->fx_cgen.opinfo) 1808 gas_cgen_md_apply_fix (fixP, valP, seg); 1812 md_pcrel_from_section (fixS *fixP, segT sec) 1814 if (fixP->fx_addsy != NULL 1815 && (! S_IS_DEFINED (fixP->fx_addsy) 1816 || S_IS_WEAK (fixP->fx_addsy) 1817 || S_GET_SEGMENT (fixP->fx_addsy) != sec) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-score.h | 45 #define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP) 48 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) 51 #define tc_fix_adjustable(fixp) score_fix_adjustable (fixp) 60 struct fix *fixp; member in struct:score_tc_frag_data
|
| obj-evax.h | 47 struct fix *fixp; member in struct:alpha_linkage_fixups
|
| tc-epiphany.c | 167 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) 218 fixS *fixp; 253 epiphany_apply_fix (fixS *fixP, valueT *valP, segT seg) 255 if (fixP->fx_addsy == NULL) 256 fixP->fx_done = 1; 258 if ((fixP->fx_r_type < BFD_RELOC_UNUSED) 259 && fixP->fx_done) 263 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; 267 switch (fixP->fx_r_type 215 fixS *fixp; member in struct:epiphany_hi_fixup [all...] |
| obj-coff.c | 1484 fixS *fixp = seginfo->fix_root; 1485 while (fixp) 1487 if (! fixp->fx_done) 1489 fixp = fixp->fx_next; 1480 fixS *fixp = seginfo->fix_root; local
|
| tc-bpf.c | 319 md_pcrel_from_section (fixS *fixP, segT sec) 321 if (fixP->fx_addsy != NULL 322 && (! S_IS_DEFINED (fixP->fx_addsy) 323 || (S_GET_SEGMENT (fixP->fx_addsy) != sec) 324 || S_IS_EXTERNAL (fixP->fx_addsy) 325 || S_IS_WEAK (fixP->fx_addsy))) 332 return fixP->fx_where + fixP->fx_frag->fr_address; 347 tc_gen_reloc (asection *sec ATTRIBUTE_UNUSED, fixS *fixP) 349 bfd_reloc_code_real_type r_type = fixP->fx_r_type 533 fixS *fixp; local [all...] |
| tc-iq2000.c | 101 fixS * fixp; /* This fixup. */ member in struct:iq2000_hi_fixup 487 md_pcrel_from_section (fixS * fixP, segT sec) 489 if (fixP->fx_addsy != NULL 490 && (! S_IS_DEFINED (fixP->fx_addsy) 491 || S_GET_SEGMENT (fixP->fx_addsy) != sec)) 499 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; 502 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. 504 *FIXP may be modified if desired. * [all...] |
| tc-frv.c | 1315 md_pcrel_from_section (fixS *fixP, segT sec) 1317 if (TC_FORCE_RELOCATION (fixP) 1318 || (fixP->fx_addsy != NULL 1319 && S_GET_SEGMENT (fixP->fx_addsy) != sec)) 1328 return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1; 1331 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. 1333 *FIXP may be modified if desired. */ 1338 fixS *fixP) 1343 fixP->fx_pcrel = true 1652 fixS *fixp; local [all...] |
| tc-loongarch.c | 73 fixS *fixp[MAX_RELOC_NUMBER_A_INSN]; member in struct:loongarch_cl_insn 1151 if (insn->fixp[i]) 1153 insn->fixp[i]->fx_frag = frag; 1154 insn->fixp[i]->fx_where = where; 1238 ip->fixp[i] = fix_new_exp (ip->frag, ip->where, 1244 ip->fixp[i]->fx_no_overflow = 1; 1473 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) 1481 loongarch_force_relocation (struct fix *fixp) 1485 switch (fixp->fx_r_type) 1499 return generic_force_reloc (fixp); 2288 fixS *fixp; local 2372 fixS *fixp = fix_new_exp (fragp, buf - fragp->fr_literal, local [all...] |
| tc-m32r.c | 157 fixS *fixp; member in struct:m32r_hi_fixup 1810 fixS *fixP; 1815 fixP = gas_cgen_record_fixup (fragP, 1826 fixP->fx_r_type = fragP->fr_cgen.opinfo; 1844 md_pcrel_from_section (fixS *fixP, segT sec) 1846 if (fixP->fx_addsy != NULL 1847 && (! S_IS_DEFINED (fixP->fx_addsy) 1848 || S_GET_SEGMENT (fixP->fx_addsy) != sec 1849 || S_IS_EXTERNAL (fixP->fx_addsy) 1850 || S_IS_WEAK (fixP->fx_addsy)) [all...] |
| tc-m68hc11.c | 1611 fixS *fixp; 1625 fixp = fix_new_exp (frag_now, f - frag_now->fr_literal, 1, 1628 fixp->fx_no_overflow = 1; 1658 fixS *fixp; 1671 fixp = fix_new_exp (frag_now, f - frag_now->fr_literal, 2, 1678 fixp->fx_no_overflow = 1; 1728 fixS *fixp; 1738 fixp = fix_new_exp (frag_now, f - frag_now->fr_literal, 1, 1740 fixp->fx_no_overflow = 1; 1769 fixS *fixp; 1606 fixS *fixp; local 1653 fixS *fixp; local 1723 fixS *fixp; local 1764 fixS *fixp; local 2389 fixS *fixp; local [all...] |
| tc-mep.c | 102 fixS * fixp; /* This fixup. */ member in struct:mep_hi_fixup 1789 mep_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED) 1793 if (fixP->fx_addsy == 0) 1794 switch (fixP->fx_cgen.opinfo) 1808 gas_cgen_md_apply_fix (fixP, valP, seg); 1812 md_pcrel_from_section (fixS *fixP, segT sec) 1814 if (fixP->fx_addsy != NULL 1815 && (! S_IS_DEFINED (fixP->fx_addsy) 1816 || S_IS_WEAK (fixP->fx_addsy) 1817 || S_GET_SEGMENT (fixP->fx_addsy) != sec) [all...] |