/toolchain/binutils/binutils-2.27/gas/config/ |
tc-v850.c | [all...] |
tc-d30v.c | [all...] |
tc-arc.c | 823 fixS *fixP 831 fixP->fx_subsy = lab; [all...] |
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-visium.c | 110 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) 118 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy); 119 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where; 121 switch (fixp->fx_r_type) 138 code = fixp->fx_r_type; 141 as_bad_where (fixp->fx_file, fixp->fx_line, 143 fixp->fx_r_type, 144 bfd_get_reloc_code_name (fixp->fx_r_type)) [all...] |
tc-score7.c | 4086 fixS *fixp = NULL; local 6572 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-ppc.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-rl78.c | 69 fixS * fixP; 652 frag_then->tc_frag_data->fixups[i].fixP = f; 663 fixS *fixP; 723 fixP = fix_new_exp (frag, where, (int) size, exp, 0, type); 733 fixP->fx_no_overflow = 1; 1058 fixS * fix = rl78b->fixups[fi].fixP; 1252 tc_gen_reloc (asection * seg ATTRIBUTE_UNUSED, fixS * fixp) 1257 if (fixp->fx_r_type == BFD_RELOC_NONE) 1263 if (fixp->fx_r_type == BFD_RELOC_RL78_RELAX && !linkrelax) 1269 if (fixp->fx_subs [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-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; \ 203 #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 7029 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-msp430.c | [all...] |
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...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_emit.h | 39 const uint16_t count, const int fixp) 44 COND(fixp, VIV_FE_LOAD_STATE_HEADER_FIXP) |
|