HomeSort by relevance Sort by last modified time
    Searched refs:fixp (Results 26 - 50 of 73) sorted by null

12 3

  /toolchain/binutils/binutils-2.27/gas/config/
tc-spu.c 370 fixS *fixP;
378 fixP = fix_new_exp (frag_now,
384 fixP->tc_fix_data.arg_format = insn.reloc_arg[i];
385 fixP->tc_fix_data.insn_tag = insn.tag;
865 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp)
870 if (fixp->fx_addsy)
871 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
872 else if (fixp->fx_subsy)
873 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy);
876 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where
    [all...]
tc-avr.c     [all...]
tc-tilegx.c 514 fixS *fixP;
772 fixP = fix_new_exp (frag_now,
778 fixP->tc_fix_data = operand;
782 fixP->fx_no_overflow |= use_subexp;
    [all...]
tc-tilepro.c 440 fixS *fixP;
663 fixP = fix_new_exp (frag_now,
669 fixP->tc_fix_data = operand;
673 fixP->fx_no_overflow |= use_subexp;
    [all...]
tc-sparc.c     [all...]
tc-microblaze.c 869 tc_microblaze_fix_adjustable (struct fix *fixP)
871 if (GOT_symbol && fixP->fx_subsy == GOT_symbol)
874 if (fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOTOFF
875 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_GOTOFF
876 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOT
877 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_PLT
878 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_TLSGD
879 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_TLSLD
880 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_TLSDTPMOD
881 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_TLSDTPRE
    [all...]
tc-frv.c 1653 fixS *fixp; local
    [all...]
tc-d10v.c     [all...]
tc-i370.c 1144 i370_elf_validate_fix (fixS *fixp, segT seg)
1146 if (fixp->fx_done || fixp->fx_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-xgate.c 604 md_pcrel_from (fixS * fixP)
606 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
613 tc_gen_reloc (asection * section ATTRIBUTE_UNUSED, fixS * fixp)
619 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
620 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
622 if (fixp->fx_r_type == 0)
625 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type)
    [all...]
tc-m32r.c 157 fixS *fixp; member in struct:m32r_hi_fixup
    [all...]
tc-h8300.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-v850.c     [all...]
tc-mips.c 151 fixS *fixp[3]; member in struct:mips_cl_insn
855 fixS *fixp; member in struct:mips_hi_fixup
17387 fixS *fixp; local
17594 fixS *fixp; local
17879 fixS *fixp; local
17926 fixS *fixp; local
    [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-i860.c 1186 md_pcrel_from (fixS *fixP)
1188 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
    [all...]
tc-z8k.c 962 fixS *fixP;
976 fixP = fix_new_exp (frag_now, ptr, size / 2,
979 fixP->fx_no_overflow = 1;
1358 fixS *fixp ATTRIBUTE_UNUSED)
1364 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
1365 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
1366 reloc->addend = fixp->fx_offset;
1367 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
1371 as_bad_where (fixp->fx_file, fixp->fx_line
    [all...]
tc-s390.c     [all...]
tc-vax.c 280 md_apply_fix (fixS *fixP, valueT *valueP, segT seg ATTRIBUTE_UNUSED)
284 if (fixP->fx_subsy != (symbolS *) NULL)
285 as_bad_where (fixP->fx_file, fixP->fx_line, _("expression too complex"));
287 if (fixP->fx_addsy == NULL)
288 fixP->fx_done = 1;
290 if (fixP->fx_done)
291 number_to_chars_littleendian (fixP->fx_where + fixP->fx_frag->fr_literal,
292 value, fixP->fx_size)
    [all...]
tc-score7.c 4086 fixS *fixp = NULL; local
6572 fixS *fixp; local
    [all...]
tc-d30v.c     [all...]
tc-ns32k.c     [all...]
tc-m68hc11.c 1606 fixS *fixp; local
1653 fixS *fixp; local
1723 fixS *fixp; local
1764 fixS *fixp; local
2389 fixS *fixp; local
    [all...]

Completed in 1370 milliseconds

12 3