/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tic30.c | 1125 md_apply_fix (fixS *fixP, 1132 debug ("Values in fixP\n"); 1133 debug ("fx_size = %d\n", fixP->fx_size); 1134 debug ("fx_pcrel = %d\n", fixP->fx_pcrel); 1135 debug ("fx_where = %ld\n", fixP->fx_where); 1136 debug ("fx_offset = %d\n", (int) fixP->fx_offset); 1138 char *buf = fixP->fx_frag->fr_literal + fixP->fx_where; 1141 if (fixP->fx_size == 1) 1146 md_number_to_chars (buf, value, fixP->fx_size) [all...] |
tc-nds32.c | 65 fixS* fixP; 6100 fixS *fixp; local [all...] |
tc-m68hc11.c | 1609 fixS *fixp; local 1656 fixS *fixp; local 1726 fixS *fixp; local 1767 fixS *fixp; local 2392 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...] |
tc-bfin.c | 658 md_apply_fix (fixS *fixP, valueT *valueP, segT seg ATTRIBUTE_UNUSED) 660 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; 665 switch (fixP->fx_r_type) 670 fixP->fx_no_overflow = 1; 680 as_bad_where (fixP->fx_file, fixP->fx_line, 697 as_bad_where (fixP->fx_file, fixP->fx_line, _("pcrel too far BFD_RELOC_BFIN_12")); 707 fixP->fx_done = FALSE [all...] |
obj-macho.c | [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) 510 shmedia_init_reloc (arelent *rel, fixS *fixP) 512 /* Adjust parts of *relp according to *fixp, and tell that it has been 514 switch (fixP->fx_r_type) 560 rel->addend = fixP->fx_addnumber + fixP->fx_offset; 566 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-i860.c | 1186 md_pcrel_from (fixS *fixP) 1188 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; [all...] |
tc-xtensa.c | [all...] |
tc-metag.c | [all...] |
obj-evax.h | 47 struct fix *fixp; member in struct:alpha_linkage_fixups
|
tc-tic4x.c | [all...] |
tc-msp430.h | 87 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)
|
tc-ppc.h | 102 #define TC_INIT_FIX_DATA(FIXP) \ 103 do { (FIXP)->tc_fix_data.ppc_cpu = ppc_cpu; } while (0)
|
tc-i960.h | 130 'bal', in which cases it modifies *fixP as appropriate.
|
tc-tic54x.c | [all...] |
/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.25/gas/ |
obj.h | 24 void obj_emit_relocations (char **where, fixS * fixP,
|