/toolchain/binutils/binutils-2.27/gas/config/ |
tc-arc.h | 101 can be calculated as fixp->fx_where + 102 fixp->fx_frag->fr_address. */ 131 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \ 132 if ((FIXP->fx_r_type == BFD_RELOC_ARC_GOTPC32 \ 133 || FIXP->fx_r_type == BFD_RELOC_ARC_PLT32 \ 134 || FIXP->fx_r_type == BFD_RELOC_ARC_S25W_PCREL_PLT \ 135 || FIXP->fx_r_type == BFD_RELOC_ARC_S25H_PCREL_PLT \ 136 || FIXP->fx_r_type == BFD_RELOC_ARC_S21W_PCREL_PLT \ 137 || FIXP->fx_r_type == BFD_RELOC_ARC_S21H_PCREL_PLT) \ 138 && FIXP->fx_addsy != NULL [all...] |
tc-epiphany.c | 166 md_pcrel_from (fixS *fixP ATTRIBUTE_UNUSED) 217 fixS *fixp; 252 epiphany_apply_fix (fixS *fixP, valueT *valP, segT seg) 254 if (fixP->fx_addsy == (symbolS *) NULL) 255 fixP->fx_done = 1; 257 if (((int) fixP->fx_r_type < (int) BFD_RELOC_UNUSED) 258 && fixP->fx_done) 262 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; 266 switch (fixP->fx_r_type 214 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-avr.c | [all...] |
tc-microblaze.c | 869 tc_microblaze_fix_adjustable (struct fix *fixP) 871 if (GOT_symbol && fixP->fx_subsy == GOT_symbol) 874 if (fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOTOFF 875 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_GOTOFF 876 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOT 877 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_PLT 878 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_TLSGD 879 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_64_TLSLD 880 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_TLSDTPMOD 881 || fixP->fx_r_type == BFD_RELOC_MICROBLAZE_32_TLSDTPRE [all...] |
tc-ft32.c | 492 md_apply_fix (fixS *fixP ATTRIBUTE_UNUSED, 495 char *buf = fixP->fx_where + fixP->fx_frag->fr_literal; 499 switch (fixP->fx_r_type) 553 if (fixP->fx_addsy == NULL && fixP->fx_pcrel == 0) 554 fixP->fx_done = 1; 555 // printf("fx_addsy=%p fixP->fx_pcrel=%d fx_done=%d\n", fixP->fx_addsy, fixP->fx_pcrel, fixP->fx_done) [all...] |
tc-lm32.h | 44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
|
tc-tilegx.c | 514 fixS *fixP; 772 fixP = fix_new_exp (frag_now, 778 fixP->tc_fix_data = operand; 782 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 4491 fixS *fixp; local 4688 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-z80.c | 401 md_pcrel_from (fixS * fixp) 403 return fixp->fx_where + 404 fixp->fx_frag->fr_address + 1; [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-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...] |
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-i370.c | 1144 i370_elf_validate_fix (fixS *fixp, segT seg) 1146 if (fixp->fx_done || fixp->fx_pcrel) [all...] |
tc-mep.c | 103 fixS * fixp; /* This fixup. */ member in struct:mep_hi_fixup [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_util.h | 75 /* float to fixp 5.5 */ 88 /* texture size to log2 in fixp 5.5 format */ 95 /* float to fixp 16.16 */
|