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

12 3 4 5

  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c 186 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED)
237 fixS *fixp;
272 epiphany_apply_fix (fixS *fixP, valueT *valP, segT seg)
274 if (fixP->fx_addsy == (symbolS *) NULL)
275 fixP->fx_done = 1;
277 if (((int) fixP->fx_r_type < (int) BFD_RELOC_UNUSED)
278 && fixP->fx_done)
282 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
286 switch (fixP->fx_r_type
234 fixS *fixp; member in struct:epiphany_hi_fixup
    [all...]
tc-iq2000.c 102 fixS * fixp; /* This fixup. */ member in struct:iq2000_hi_fixup
494 md_pcrel_from_section (fixS * fixP, segT sec)
496 if (fixP->fx_addsy != (symbolS *) NULL
497 && (! S_IS_DEFINED (fixP->fx_addsy)
498 || S_GET_SEGMENT (fixP->fx_addsy) != sec))
506 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
509 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
511 *FIXP may be modified if desired. *
    [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-microblaze.c 863 tc_microblaze_fix_adjustable (struct fix *fixP)
865 if (GOT_symbol && fixP->fx_subsy == GOT_symbol)
868 if (fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOTOFF
869 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_GOTOFF
870 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOT
871 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_PLT
872 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_TLSGD
873 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_TLSLD
874 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_TLSDTPMOD
875 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_TLSDTPRE
    [all...]
tc-lm32.h 44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
tc-tilegx.c 513 fixS *fixP;
771 fixP = fix_new_exp (frag_now,
777 fixP->tc_fix_data = operand;
781 fixP->fx_no_overflow |= use_subexp;
    [all...]
tc-mn10300.c     [all...]
tc-frv.c 1653 fixS *fixp; local
    [all...]
tc-alpha.c 632 fixS *fixp;
649 for (fixp = seginfo->fix_root; fixp; fixp = next)
651 next = fixp->fx_next;
652 fixp->fx_next = (fixS *) 0;
654 switch (fixp->fx_r_type)
657 if (fixp->tc_fix_data.info->n_master == 0)
658 as_bad_where (fixp->fx_file, fixp->fx_line
626 fixS *fixp; local
3383 fixS *fixp; local
4490 fixS *fixp; local
4687 fixS *fixp; local
    [all...]
tc-cr16.h 46 #define tc_fix_adjustable(fixP) 0
49 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP)
tc-crx.h 47 #define tc_fix_adjustable(fixP) 0
50 #define TC_FORCE_RELOCATION(FIXP) crx_force_relocation (FIXP)
tc-epiphany.h 53 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP,SEC)
102 extern void epiphany_apply_fix (fixS *fixP, valueT *valP, segT seg);
tc-arc.c 1226 md_pcrel_from (fixS *fixP)
1229 return fixP->fx_frag->fr_address + fixP->fx_where + fixP->fx_size;
1241 md_apply_fix (fixS *fixP, valueT * valP, segT seg)
1245 if (fixP->fx_addsy == (symbolS *) NULL)
1246 fixP->fx_done = 1;
1248 else if (fixP->fx_pcrel)
1251 if (S_GET_SEGMENT (fixP->fx_addsy) != seg)
1252 value += md_pcrel_from (fixP);
    [all...]
tc-z80.c 400 md_pcrel_from (fixS * fixp)
402 return fixp->fx_where +
403 fixp->fx_frag->fr_address + 1;
    [all...]
tc-mn10200.c 754 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp)
759 if (fixp->fx_subsy != NULL)
761 if (S_GET_SEGMENT (fixp->fx_addsy) == S_GET_SEGMENT (fixp->fx_subsy)
762 && S_IS_DEFINED (fixp->fx_subsy))
764 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
765 fixp->fx_subsy = NULL;
771 as_bad_where (fixp->fx_file, fixp->fx_line
    [all...]
tc-mep.h 55 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
61 #define tc_fix_adjustable(fixP) mep_fix_adjustable (fixP)
tc-nios2.h 61 #define TC_FORCE_RELOCATION(fixp) nios2_force_relocation (fixp)
64 #define tc_fix_adjustable(fixp) nios2_fix_adjustable (fixp)
tc-cr16.c 520 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS * fixP)
525 if ( ((fixP->fx_addsy)
526 && (S_GET_SEGMENT (fixP->fx_addsy) == absolute_section))
527 || ((fixP->fx_subsy)
528 && (S_GET_SEGMENT (fixP->fx_subsy) == absolute_section)))
533 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
534 reloc->address = fixP->fx_frag->fr_address + fixP->fx_where;
535 reloc->addend = fixP->fx_offset;
537 if (fixP->fx_subsy != NULL
    [all...]
tc-sparc.c     [all...]
tc-msp430.c     [all...]
obj-evax.c 154 if (S_GET_SEGMENT (l->fixp->fx_addsy) == alpha_link_section)
165 (((struct evax_private_udata_struct *)symbol_get_bfdsym (l->fixp->fx_addsy)->udata.p)->enbsym->name);
168 fixpentry = fix_new (l->fixp->fx_frag, l->fixp->fx_where, 8,
169 entry_sym, l->fixp->fx_offset, 0,
171 fixppdesc = fix_new (l->fixp->fx_frag, l->fixp->fx_where + 8, 8,
172 l->fixp->fx_addsy, l->fixp->fx_offset, 0,
174 l->fixp->fx_size = 0
    [all...]
tc-i370.c 1145 i370_elf_validate_fix (fixS *fixp, segT seg)
1147 if (fixp->fx_done || fixp->fx_pcrel)
    [all...]
tc-mep.c 103 fixS * fixp; /* This fixup. */ member in struct:mep_hi_fixup
    [all...]
tc-v850.c     [all...]
tc-d30v.c     [all...]

Completed in 384 milliseconds

12 3 4 5