HomeSort by relevance Sort by last modified time
    Searched full:fixp (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /toolchain/binutils/binutils-2.27/gas/config/
tc-d10v.c     [all...]
tc-cris.c     [all...]
tc-tic6x.h 149 #define TC_INIT_FIX_DATA(fixP) tic6x_init_fix_data (fixP)
151 extern void tic6x_init_fix_data (struct fix *fixP);
182 extern long tic6x_pcrel_from_section (struct fix *fixp, segT sec);
tc-rx.c 726 fixS * fixP;
1200 frag_then->tc_frag_data->fixups[i].fixP = f;
    [all...]
tc-tic30.c 1130 md_apply_fix (fixS *fixP,
1137 debug ("Values in fixP\n");
1138 debug ("fx_size = %d\n", fixP->fx_size);
1139 debug ("fx_pcrel = %d\n", fixP->fx_pcrel);
1140 debug ("fx_where = %ld\n", fixP->fx_where);
1141 debug ("fx_offset = %d\n", (int) fixP->fx_offset);
1143 char *buf = fixP->fx_frag->fr_literal + fixP->fx_where;
1146 if (fixP->fx_size == 1)
1151 md_number_to_chars (buf, value, fixP->fx_size)
    [all...]
tc-nds32.c 65 fixS* fixP;
6172 fixS *fixp; local
    [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...]
tc-m32r.h 88 #define TC_FIX_ADJUSTABLE(fixP) obj_fix_adjustable (fixP)
tc-z80.h 50 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype (fixP)
tc-hppa.c     [all...]
obj-macho.c     [all...]
tc-aarch64.c 4556 fixS *fixp = fix_new_aarch64 (frag_now, to - frag_now->fr_literal, local
    [all...]
tc-bfin.c 656 md_apply_fix (fixS *fixP, valueT *valueP, segT seg ATTRIBUTE_UNUSED)
658 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
663 switch (fixP->fx_r_type)
668 fixP->fx_no_overflow = 1;
678 as_bad_where (fixP->fx_file, fixP->fx_line,
695 as_bad_where (fixP->fx_file, fixP->fx_line, _("pcrel too far BFD_RELOC_BFIN_12"));
705 fixP->fx_done = FALSE
    [all...]
tc-sh64.c 42 #define SHMEDIA_MD_PCREL_FROM_FIX(FIXP) \
43 ((FIXP)->fx_size + (FIXP)->fx_where + (FIXP)->fx_frag->fr_address - 4)
511 shmedia_init_reloc (arelent *rel, fixS *fixP)
513 /* Adjust parts of *relp according to *fixp, and tell that it has been
515 switch (fixP->fx_r_type)
561 rel->addend = fixP->fx_addnumber + fixP->fx_offset;
567 as_bad_where (fixP->fx_file, fixP->fx_line
    [all...]
tc-m68k.c     [all...]
tc-h8300.c     [all...]
tc-i386.c     [all...]
tc-mips.h 129 #define tc_fix_adjustable(fixp) mips_fix_adjustable (fixp)
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-xtensa.c     [all...]
tc-i860.c 1186 md_pcrel_from (fixS *fixP)
1188 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
    [all...]
  /external/e2fsprogs/debugfs/
extent_cmds.ct 56 fix_parents, fixp;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_texture.h 63 unsigned min_lod, max_lod; /* 5.5 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...]
  /toolchain/binutils/binutils-2.27/gas/
obj.h 24 void obj_emit_relocations (char **where, fixS * fixP,

Completed in 2559 milliseconds

1 2 34 5 6