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

1 2 3

  /toolchain/binutils/binutils-2.27/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 153 fixS *fixP;
157 fixP = (fixS *) obstack_alloc (&notes, sizeof (fixS));
159 fixP->fx_frag = frag;
160 fixP->fx_where = where;
161 fixP->fx_size = size;
163 if (fixP->fx_size != size)
168 fixP->fx_addsy = add_symbol;
169 fixP->fx_subsy = sub_symbol;
170 fixP->fx_offset = offset;
171 fixP->fx_dot_value = dot_value
623 fixS *fixp = seginfo->fix_root; local
769 fixS *fixp; local
1208 fixS *fixp; local
    [all...]
  /toolchain/binutils/binutils-2.27/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-nios2.h 61 #define TC_FORCE_RELOCATION(fixp) nios2_force_relocation (fixp)
64 #define tc_fix_adjustable(fixp) nios2_fix_adjustable (fixp)
tc-or1k.c 226 md_pcrel_from_section (fixS * fixP, segT sec)
228 if (fixP->fx_addsy != (symbolS *) NULL
229 && (! S_IS_DEFINED (fixP->fx_addsy)
230 || (S_GET_SEGMENT (fixP->fx_addsy) != sec)
231 || S_IS_EXTERNAL (fixP->fx_addsy)
232 || S_IS_WEAK (fixP->fx_addsy)))
239 return fixP->fx_frag->fr_address + fixP->fx_where;
243 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
245 *FIXP may be modified if desired. *
    [all...]
tc-xc16x.c 145 /* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.
147 *FIXP may be modified if desired. */
152 fixS *fixP)
158 fixP->fx_where += 1;
159 fixP->fx_pcrel = 1;
163 fixP->fx_size = 2;
164 fixP->fx_where += 2;
169 fixP->fx_where += 1;
170 fixP->fx_pcrel = 1;
175 fixP->fx_size = 2
    [all...]
tc-mt.h 51 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
54 #define obj_fix_adjustable(fixP) iq2000_fix_adjustable (fixP)
65 #define TC_FORCE_RELOCATION(fixp) mt_force_relocation (fixp)
68 #define tc_fix_adjustable(fixP) mt_fix_adjustable (fixP)
obj-evax.c 152 if (S_GET_SEGMENT (l->fixp->fx_addsy) == alpha_link_section)
163 (((struct evax_private_udata_struct *)symbol_get_bfdsym (l->fixp->fx_addsy)->udata.p)->enbsym->name);
166 fixpentry = fix_new (l->fixp->fx_frag, l->fixp->fx_where, 8,
167 entry_sym, l->fixp->fx_offset, 0,
169 fixppdesc = fix_new (l->fixp->fx_frag, l->fixp->fx_where + 8, 8,
170 l->fixp->fx_addsy, l->fixp->fx_offset, 0,
172 l->fixp->fx_size = 0
    [all...]
tc-msp430.c     [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-mn10300.c     [all...]
tc-mn10200.c 751 tc_gen_reloc (asection *seg ATTRIBUTE_UNUSED, fixS *fixp)
756 if (fixp->fx_subsy != NULL)
758 if (S_GET_SEGMENT (fixp->fx_addsy) == S_GET_SEGMENT (fixp->fx_subsy)
759 && S_IS_DEFINED (fixp->fx_subsy))
761 fixp->fx_offset -= S_GET_VALUE (fixp->fx_subsy);
762 fixp->fx_subsy = NULL;
768 as_bad_where (fixp->fx_file, fixp->fx_line
    [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
4491 fixS *fixp; local
4688 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;
445 fixP->fx_done = 0;
453 as_bad_where (fixP->fx_file, fixP->fx_line, _("offset out of range"))
    [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-mep.c 103 fixS * fixp; /* This fixup. */ member in struct:mep_hi_fixup
    [all...]
tc-mips.h 129 #define tc_fix_adjustable(fixp) mips_fix_adjustable (fixp)
tc-rx.c 726 fixS * fixP;
1200 frag_then->tc_frag_data->fixups[i].fixP = f;
    [all...]
tc-mcore.c     [all...]
tc-nios2.c     [all...]
tc-hppa.c     [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) |
  /external/e2fsprogs/debugfs/
extent_cmds.ct 56 fix_parents, fixp;
  /external/opencv/cvaux/src/
cvclique.cpp 67 int* fixp; //node with minimal disconnections
198 finder->fixp = new int[N+1]; //node with minimal disconnections
239 delete finder->fixp; //node with minimal disconnections
274 int* fixp = finder->fixp; //node with minimal disconnections
325 fixp[k] = p; //set current point as fixed
335 nod[k] = 1; //nod is aux variable, 1 means fixp == s
467 if( !connected[fixp[k]][old[s[k]]])
505 int* fixp = new int[N]; //node with minimal disconnections
572 fixp[k] = p; //set current point as fixe
    [all...]

Completed in 445 milliseconds

1 2 3