/toolchain/binutils/binutils-2.25/gas/config/ |
tc-fr30.c | 277 md_pcrel_from_section (fixS * fixP, segT sec) 279 if (fixP->fx_addsy != (symbolS *) NULL 280 && (! S_IS_DEFINED (fixP->fx_addsy) 281 || S_GET_SEGMENT (fixP->fx_addsy) != sec)) 286 return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1; 289 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. 291 *FIXP may be modified if desired. */ 296 fixS *fixP) 300 case FR30_OPERAND_LABEL9: fixP->fx_pcrel = 1; return BFD_RELOC_FR30_9_PCREL [all...] |
tc-score7.c | 4086 fixS *fixp = NULL; local 6573 fixS *fixp; local [all...] |
tc-i960.c | 571 fixS *fixP; /* Structure describing needed address fix. */ 574 fixP = NULL; 598 fixP = fix_new (frag_now, 606 fixP->fx_tcbit = callj; 612 fixP->fx_bit_fixP = (bit_fixS *) (size_t) numbits; 1072 fixS *fixP; [all...] |
tc-sh.c | [all...] |
tc-pdp11.c | 235 md_apply_fix (fixS *fixP, 246 buf = fixP->fx_where + fixP->fx_frag->fr_literal; 247 size = fixP->fx_size; 250 switch (fixP->fx_r_type) 267 BAD_CASE (fixP->fx_r_type); 270 if (fixP->fx_addsy != NULL) 271 val += symbol_get_bfdsym (fixP->fx_addsy)->section->vma; 272 /* *value += fixP->fx_addsy->bsym->section->vma; */ 278 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0 [all...] |
tc-mcore.c | [all...] |
tc-ppc.c | [all...] |
tc-tic6x.c | [all...] |
tc-microblaze.h | 44 #define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) 1 73 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
|
tc-mmix.c | [all...] |
tc-rl78.c | 69 fixS * fixP; 605 frag_then->tc_frag_data->fixups[i].fixP = f; 616 fixS *fixP; 666 fixP = fix_new_exp (frag, where, (int) size, exp, 0, type); 676 fixP->fx_no_overflow = 1; 971 fixS * fix = rl78b->fixups[fi].fixP; 1158 tc_gen_reloc (asection * seg ATTRIBUTE_UNUSED, fixS * fixp) 1163 if (fixp->fx_r_type == BFD_RELOC_NONE) 1169 if (fixp->fx_subsy 1170 && S_GET_SEGMENT (fixp->fx_subsy) == absolute_section [all...] |
tc-nds32.h | 87 #define md_apply_fix(fixP, addn, seg) nds32_apply_fix (fixP, addn, seg) 106 #define TC_INIT_FIX_DATA(fixP) \ 109 fixP->tc_fix_data = NULL; \ 196 #define TC_FIX_ADJUSTABLE(fixP) obj_fix_adjustable (fixP)
|
tc-ns32k.c | [all...] |
tc-score.c | 66 static void s3_validate_fix (fixS *fixP); 67 static int s3_force_relocation (struct fix *fixp); 68 static bfd_boolean s3_fix_adjustable (fixS * fixP); 73 static long s3_pcrel_from (fixS * fixP); 75 static void s3_apply_fix (fixS *fixP, valueT *valP, segT seg); 76 static arelent **s3_gen_reloc (asection * section ATTRIBUTE_UNUSED, fixS * fixp); 3983 fixS *fixp = NULL; local 7030 fixS *fixp; local [all...] |
tc-rl78.h | 60 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
|
tc-rx.h | 61 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
|
tc-v850.h | 86 #define TC_INIT_FIX_DATA(fixP) (fixP)->tc_fix_data = NULL
|
tc-m32c.c | 880 md_pcrel_from_section (fixS * fixP, segT sec) 882 if (fixP->fx_addsy != (symbolS *) NULL 883 && (! S_IS_DEFINED (fixP->fx_addsy) 884 || S_GET_SEGMENT (fixP->fx_addsy) != sec)) 889 return (fixP->fx_frag->fr_address + fixP->fx_where); 892 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP. 894 *FIXP may be modified if desired. */ 899 fixS * fixP ATTRIBUTE_UNUSED) 1003 fixP->fx_where += or->offset [all...] |
tc-crx.c | 307 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS * fixP) 313 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy); 314 reloc->address = fixP->fx_frag->fr_address + fixP->fx_where; 315 reloc->addend = fixP->fx_offset; 317 if (fixP->fx_subsy != NULL) 319 if (SWITCH_TABLE (fixP)) 322 reloc->addend = (S_GET_VALUE (fixP->fx_addsy) 323 - S_GET_VALUE (fixP->fx_subsy) + fixP->fx_offset) [all...] |
tc-aarch64.c | 4213 fixS *fixp = fix_new_aarch64 (frag_now, to - frag_now->fr_literal, local [all...] |
tc-d10v.c | [all...] |
tc-cris.c | [all...] |
tc-tic6x.h | 149 #define TC_INIT_FIX_DATA(fixP) tic6x_init_fix_data (fixP) 151 extern void tic6x_init_fix_data (struct fix *fixP); 182 extern long tic6x_pcrel_from_section (struct fix *fixp, segT sec);
|
tc-rx.c | 705 fixS * fixP; 1172 frag_then->tc_frag_data->fixups[i].fixP = f; [all...] |
/external/e2fsprogs/debugfs/ |
extent_cmds.ct | 56 fix_parents, fixp;
|