/toolchain/binutils/binutils-2.25/gas/ |
D | write.h | 36 struct fix struct 42 unsigned fx_pcrel : 1; 46 unsigned fx_im_disp : 2; 71 /* Which frag does this fix apply to? */ argument 74 /* Where is the first byte to fix up? */ argument 93 struct fix *fx_next; argument 100 bit_fixS *fx_bit_fixP; argument 124 /* Which ifield this fixup applies to. */ argument 134 TC_FIX_TYPE tc_fix_data; argument 138 typedef struct fix fixS; argument
|
D | ehopt.c | 106 fixS *fix; in get_cie_info() local
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-avr.h | 122 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument 123 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument 187 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
|
D | tc-i860.c | 431 fixS *fix; in md_assemble() local 1193 obtain_reloc_for_imm16 (fixS *fix, long *val) in obtain_reloc_for_imm16() 1287 md_apply_fix (fixS *fix, valueT *valP, segT seg ATTRIBUTE_UNUSED) in md_apply_fix() 1467 int fix = bytes & 3; in i860_handle_align() local
|
D | tc-iq2000.h | 55 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
|
D | tc-xstormy16.h | 48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
|
D | tc-mcore.h | 74 #define TC_FORCE_RELOCATION(fix) mcore_force_relocation (fix) argument
|
D | tc-metag.h | 47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix) argument
|
D | tc-xtensa.h | 345 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) argument 346 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument 348 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix) argument 353 #define tc_fix_adjustable(fix) xtensa_fix_adjustable (fix) argument
|
D | tc-frv.h | 59 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix) argument
|
D | tc-xgate.h | 97 #define TC_FORCE_RELOCATION(fix) tc_xgate_force_relocation (fix) argument
|
D | tc-m32c.h | 57 #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) argument
|
D | tc-m68hc11.h | 96 #define TC_FORCE_RELOCATION(fix) tc_m68hc11_force_relocation (fix) argument
|
D | tc-m32r.h | 98 #define TC_FORCE_RELOCATION(fix) m32r_force_relocation (fix) argument
|
D | tc-mep.h | 69 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) argument
|
D | tc-mmix.h | 172 #define TC_FORCE_RELOCATION(fix) mmix_force_relocation (fix) argument
|
D | obj-macho.c | 1958 obj_mach_o_force_reloc_sub_same (fixS *fix, segT seg) in obj_mach_o_force_reloc_sub_same() 1966 obj_mach_o_force_reloc_sub_local (fixS *fix, segT seg ATTRIBUTE_UNUSED) in obj_mach_o_force_reloc_sub_local() 1972 obj_mach_o_force_reloc (fixS *fix) in obj_mach_o_force_reloc()
|
D | tc-nds32.h | 84 #define MD_PCREL_FROM_SECTION(fix, sect) nds32_pcrel_from_section (fix, sect) argument 95 #define TC_FORCE_RELOCATION(fix) nds32_force_relocation (fix) argument
|
D | tc-sh.c | 3396 fixS *fix; in sh_count_relocs() local 3421 fixS *fix; in sh_frob_section() local 3810 sh_local_pcrel (fixS *fix) in sh_local_pcrel() 3827 sh_force_relocation (fixS *fix) in sh_force_relocation()
|
D | tc-sh.h | 62 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix) argument
|
D | tc-ip2k.c | 345 ip2k_force_relocation (fixS * fix) in ip2k_force_relocation()
|
D | tc-ppc.c | 2090 unsigned int nbytes, fixS *fix) in ppc_elf_cons_fix_check() 5583 ppc_pe_fix_adjustable (fixS *fix) in ppc_pe_fix_adjustable() 6168 ppc_fix_adjustable (fixS *fix) in ppc_fix_adjustable() 6259 ppc_force_relocation (fixS *fix) in ppc_force_relocation() 6291 ppc_force_relocation (fixS *fix) in ppc_force_relocation() 6332 ppc_fix_adjustable (fixS *fix) in ppc_fix_adjustable()
|
D | tc-avr.c | 1247 avr_validate_fix_sub (fixS *fix) in avr_validate_fix_sub() 1277 avr_force_relocation (fixS *fix) in avr_force_relocation()
|
D | tc-tilepro.c | 1563 tilepro_fix_adjustable (fixS *fix) in tilepro_fix_adjustable() 1627 int bytes, fix; in tilepro_handle_align() local
|
D | tc-crx.c | 281 #define SWITCH_TABLE(fix) \ argument 296 crx_force_relocation (fixS *fix) in crx_force_relocation()
|