HomeSort by: relevance | last modified time | path
    Searched refs:fixp (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /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 (&notes, 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)
write.c 141 fixS *fixP;
145 fixP = obstack_alloc (&notes, sizeof (fixS));
147 fixP->fx_frag = frag;
148 fixP->fx_where = where;
149 fixP->fx_size = size;
151 if (fixP->fx_size != size)
156 fixP->fx_addsy = add_symbol;
157 fixP->fx_subsy = sub_symbol;
158 fixP->fx_offset = offset;
159 fixP->fx_dot_frag = symbol_get_frag_and_value (&dot_symbol
642 fixS *fixp = seginfo->fix_root; local
790 fixS *fixp; local
1257 fixS *fixp; local
    [all...]
  /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
tc-mt.h 50 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
60 #define TC_FORCE_RELOCATION(fixp) mt_force_relocation (fixp)
63 #define tc_fix_adjustable(fixP) mt_fix_adjustable (fixP)
tc-or1k.c 224 md_pcrel_from_section (fixS * fixP, segT sec)
226 if (fixP->fx_addsy != NULL
227 && (! S_IS_DEFINED (fixP->fx_addsy)
228 || (S_GET_SEGMENT (fixP->fx_addsy) != sec)
229 || S_IS_EXTERNAL (fixP->fx_addsy)
230 || S_IS_WEAK (fixP->fx_addsy)))
237 return fixP->fx_frag->fr_address + fixP->fx_where;
241 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
243 *FIXP may be modified if desired. *
    [all...]
obj-evax.c 146 if (S_GET_SEGMENT (l->fixp->fx_addsy) == alpha_link_section)
157 (((struct evax_private_udata_struct *)symbol_get_bfdsym (l->fixp->fx_addsy)->udata.p)->enbsym->name);
160 fixpentry = fix_new (l->fixp->fx_frag, l->fixp->fx_where, 8,
161 entry_sym, l->fixp->fx_offset, 0,
163 fixppdesc = fix_new (l->fixp->fx_frag, l->fixp->fx_where + 8, 8,
164 l->fixp->fx_addsy, l->fixp->fx_offset, 0,
166 l->fixp->fx_size = 0
    [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-mn10300.c 2102 fixS *fixP;
2149 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal + offset,
2154 fixP->fx_offset += offset;
2169 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp)
2177 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
2180 as_bad_where (fixp->fx_file, fixp->fx_line,
2182 (int) fixp->fx_r_type);
2186 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where
    [all...]
tc-alpha.c 613 fixS *fixp;
630 for (fixp = seginfo->fix_root; fixp; fixp = next)
632 next = fixp->fx_next;
633 fixp->fx_next = NULL;
635 switch (fixp->fx_r_type)
638 if (fixp->tc_fix_data.info->n_master == 0)
639 as_bad_where (fixp->fx_file, fixp->fx_line
607 fixS *fixp; local
3356 fixS *fixp; local
4464 fixS *fixp; local
4661 fixS *fixp; local
    [all...]
obj-evax.h 47 struct fix *fixp; member in struct:alpha_linkage_fixups
tc-pj.c 365 md_apply_fix (fixS *fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED)
367 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
372 switch (fixP->fx_r_type)
376 fixP->fx_done = 0;
381 as_bad_where (fixP->fx_file, fixP->fx_line, _("pcrel too far"));
389 fixP->fx_addnumber = val & 0xffff;
450 as_bad_where (fixP->fx_file, fixP->fx_line, _("offset out of range"))
    [all...]
tc-pru.h 54 #define tc_fix_adjustable(fixp) pru_fix_adjustable (fixp)
119 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \
120 if ((FIXP->fx_r_type == BFD_RELOC_PRU_LDI32 \
121 || FIXP->fx_r_type == BFD_RELOC_PRU_U16 \
122 || FIXP->fx_r_type == BFD_RELOC_PRU_U16_PMEMIMM \
123 || FIXP->fx_r_type == BFD_RELOC_PRU_S10_PCREL \
124 || FIXP->fx_r_type == BFD_RELOC_PRU_U8_PCREL \
125 || FIXP->fx_r_type == BFD_RELOC_PRU_32_PMEM \
126 || FIXP->fx_r_type == BFD_RELOC_PRU_16_PMEM)
    [all...]
tc-wasm32.c 188 apply_full_field_fix (fixS * fixP, char *buf, bfd_vma val, int size)
190 if (fixP->fx_addsy != NULL || fixP->fx_pcrel)
192 fixP->fx_addnumber = val;
204 md_apply_fix (fixS * fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED)
206 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
209 if (fixP->fx_pcrel)
211 switch (fixP->fx_r_type)
218 fixP->fx_r_type = BFD_RELOC_32_PCREL
    [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
tc-mt.h 50 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
60 #define TC_FORCE_RELOCATION(fixp) mt_force_relocation (fixp)
63 #define tc_fix_adjustable(fixP) mt_fix_adjustable (fixP)
tc-or1k.c 224 md_pcrel_from_section (fixS * fixP, segT sec)
226 if (fixP->fx_addsy != NULL
227 && (! S_IS_DEFINED (fixP->fx_addsy)
228 || (S_GET_SEGMENT (fixP->fx_addsy) != sec)
229 || S_IS_EXTERNAL (fixP->fx_addsy)
230 || S_IS_WEAK (fixP->fx_addsy)))
237 return fixP->fx_frag->fr_address + fixP->fx_where;
241 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
243 *FIXP may be modified if desired. *
    [all...]
obj-evax.c 146 if (S_GET_SEGMENT (l->fixp->fx_addsy) == alpha_link_section)
157 (((struct evax_private_udata_struct *)symbol_get_bfdsym (l->fixp->fx_addsy)->udata.p)->enbsym->name);
160 fixpentry = fix_new (l->fixp->fx_frag, l->fixp->fx_where, 8,
161 entry_sym, l->fixp->fx_offset, 0,
163 fixppdesc = fix_new (l->fixp->fx_frag, l->fixp->fx_where + 8, 8,
164 l->fixp->fx_addsy, l->fixp->fx_offset, 0,
166 l->fixp->fx_size = 0
    [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-mn10300.c 2102 fixS *fixP;
2149 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal + offset,
2154 fixP->fx_offset += offset;
2169 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp)
2177 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
2180 as_bad_where (fixp->fx_file, fixp->fx_line,
2182 (int) fixp->fx_r_type);
2186 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where
    [all...]
tc-alpha.c 613 fixS *fixp;
630 for (fixp = seginfo->fix_root; fixp; fixp = next)
632 next = fixp->fx_next;
633 fixp->fx_next = NULL;
635 switch (fixp->fx_r_type)
638 if (fixp->tc_fix_data.info->n_master == 0)
639 as_bad_where (fixp->fx_file, fixp->fx_line
607 fixS *fixp; local
3356 fixS *fixp; local
4464 fixS *fixp; local
4661 fixS *fixp; local
    [all...]
obj-evax.h 47 struct fix *fixp; member in struct:alpha_linkage_fixups
tc-pj.c 365 md_apply_fix (fixS *fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED)
367 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
372 switch (fixP->fx_r_type)
376 fixP->fx_done = 0;
381 as_bad_where (fixP->fx_file, fixP->fx_line, _("pcrel too far"));
389 fixP->fx_addnumber = val & 0xffff;
450 as_bad_where (fixP->fx_file, fixP->fx_line, _("offset out of range"))
    [all...]
tc-pru.h 54 #define tc_fix_adjustable(fixp) pru_fix_adjustable (fixp)
119 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \
120 if ((FIXP->fx_r_type == BFD_RELOC_PRU_LDI32 \
121 || FIXP->fx_r_type == BFD_RELOC_PRU_U16 \
122 || FIXP->fx_r_type == BFD_RELOC_PRU_U16_PMEMIMM \
123 || FIXP->fx_r_type == BFD_RELOC_PRU_S10_PCREL \
124 || FIXP->fx_r_type == BFD_RELOC_PRU_U8_PCREL \
125 || FIXP->fx_r_type == BFD_RELOC_PRU_32_PMEM \
126 || FIXP->fx_r_type == BFD_RELOC_PRU_16_PMEM)
    [all...]

Completed in 93 milliseconds

1 2 3 4 5 6