/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | literal.c | 54 bfd_reloc_code_real_type reloc_type; local 79 reloc_type = BFD_RELOC_32; 82 reloc_type = BFD_RELOC_64; 88 reloc_type);
|
H A D | cgen.c | 595 bfd_reloc_code_real_type reloc_type; local 637 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 639 if (reloc_type != BFD_RELOC_NONE) 640 fixP->fx_r_type = reloc_type;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | literal.c | 54 bfd_reloc_code_real_type reloc_type; local 79 reloc_type = BFD_RELOC_32; 82 reloc_type = BFD_RELOC_64; 88 reloc_type);
|
H A D | cgen.c | 605 bfd_reloc_code_real_type reloc_type; local 649 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 651 if (reloc_type != BFD_RELOC_NONE) 652 fixP->fx_r_type = reloc_type;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-m32r.c | 1897 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument 1903 assert (reloc_type == BFD_RELOC_M32R_HI16_SLO in m32r_record_hi16() 1904 || reloc_type == BFD_RELOC_M32R_HI16_ULO); in m32r_record_hi16() 2190 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local 2199 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in m32r_fix_adjustable() 2202 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable() 2214 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable() 2215 || reloc_type == BFD_RELOC_M32R_26_PCREL in m32r_fix_adjustable() 2216 || reloc_type == BFD_RELOC_M32R_HI16_SLO in m32r_fix_adjustable() 2217 || reloc_type == BFD_RELOC_M32R_HI16_ULO in m32r_fix_adjustable() [all …]
|
H A D | tc-iq2000.c | 531 iq2000_record_hi16 (int reloc_type, in iq2000_record_hi16() argument 537 assert (reloc_type == BFD_RELOC_HI16); in iq2000_record_hi16() 786 bfd_reloc_code_real_type reloc_type; in iq2000_fix_adjustable() local 794 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in iq2000_fix_adjustable() 797 reloc_type = fixP->fx_r_type; in iq2000_fix_adjustable() 810 if ( reloc_type == BFD_RELOC_VTABLE_INHERIT in iq2000_fix_adjustable() 811 || reloc_type == BFD_RELOC_VTABLE_ENTRY) in iq2000_fix_adjustable()
|
H A D | aout_gnu.h | 38 enum reloc_type enum 340 enum reloc_type r_type; 355 typedef enum i860_reloc_type reloc_type; typedef
|
H A D | tc-xstormy16.c | 491 bfd_reloc_code_real_type reloc_type; in xstormy16_md_apply_fix() local 532 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in xstormy16_md_apply_fix() 533 if (reloc_type != BFD_RELOC_NONE) in xstormy16_md_apply_fix() 534 fixP->fx_r_type = reloc_type; in xstormy16_md_apply_fix()
|
H A D | tc-frv.c | 1622 bfd_reloc_code_real_type reloc_type; local 1629 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 1632 reloc_type = fixP->fx_r_type; 1635 if ( reloc_type == BFD_RELOC_VTABLE_INHERIT 1636 || reloc_type == BFD_RELOC_VTABLE_ENTRY 1637 || reloc_type == BFD_RELOC_FRV_GPREL12 1638 || reloc_type == BFD_RELOC_FRV_GPRELU12) 1694 bfd_reloc_code_real_type reloc_type = BFD_RELOC_CTOR; local 1704 reloc_type = BFD_RELOC_FRV_FUNCDESC; 1714 reloc_type = BFD_RELOC_FRV_TLSMOFF; [all …]
|
H A D | tc-arc.c | 1236 int reloc_type; in arc_cons_fix_new() local 1240 reloc_type = get_arc_exp_reloc_type (1, BFD_RELOC_32, exp, &exptmp); in arc_cons_fix_new() 1241 fix_new_exp (frag, where, nbytes, &exptmp, 0, reloc_type); in arc_cons_fix_new() 1879 int op_type, reloc_type; in md_assemble() local 1904 reloc_type = BFD_RELOC_32; in md_assemble() 1906 reloc_type = BFD_RELOC_ARC_B26; in md_assemble() 1909 reloc_type = get_arc_exp_reloc_type (1, reloc_type, in md_assemble() 1917 reloc_type = op_type + (int) BFD_RELOC_UNUSED; in md_assemble() 1925 (bfd_reloc_code_real_type) reloc_type); in md_assemble()
|
H A D | tc-or32.h | 36 #define reloc_type int macro
|
H A D | tc-mt.c | 513 bfd_reloc_code_real_type reloc_type; in mt_fix_adjustable() local 522 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in mt_fix_adjustable() 525 reloc_type = fixP->fx_r_type; in mt_fix_adjustable()
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-iq2000.c | 649 iq2000_record_hi16 (reloc_type, fixP, seg) in iq2000_record_hi16() argument 650 int reloc_type; in iq2000_record_hi16() 656 assert (reloc_type == BFD_RELOC_HI16); 934 bfd_reloc_code_real_type reloc_type; local 941 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 944 reloc_type = fixP->fx_r_type; 957 if ( reloc_type == BFD_RELOC_VTABLE_INHERIT 958 || reloc_type == BFD_RELOC_VTABLE_ENTRY)
|
H A D | tc-m32r.c | 1949 m32r_record_hi16 (reloc_type, fixP, seg) in m32r_record_hi16() argument 1950 int reloc_type; in m32r_record_hi16() 1956 assert (reloc_type == BFD_RELOC_M32R_HI16_SLO 1957 || reloc_type == BFD_RELOC_M32R_HI16_ULO); 2206 bfd_reloc_code_real_type reloc_type; local 2214 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 2217 reloc_type = fixP->fx_r_type; 2229 && (reloc_type == BFD_RELOC_M32R_24 2230 || reloc_type == BFD_RELOC_M32R_26_PCREL 2231 || reloc_type == BFD_RELOC_M32R_HI16_SLO [all …]
|
H A D | aout_gnu.h | 38 enum reloc_type enum 340 enum reloc_type r_type; 355 typedef enum i860_reloc_type reloc_type; typedef
|
H A D | tc-xstormy16.c | 490 bfd_reloc_code_real_type reloc_type; local 529 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 530 if (reloc_type != BFD_RELOC_NONE) 532 fixP->fx_r_type = reloc_type;
|
H A D | tc-frv.c | 1472 bfd_reloc_code_real_type reloc_type; local 1479 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); 1482 reloc_type = fixP->fx_r_type; 1485 if ( reloc_type == BFD_RELOC_VTABLE_INHERIT 1486 || reloc_type == BFD_RELOC_VTABLE_ENTRY 1487 || reloc_type == BFD_RELOC_FRV_GPREL12 1488 || reloc_type == BFD_RELOC_FRV_GPRELU12) 1544 bfd_reloc_code_real_type reloc_type = BFD_RELOC_CTOR; local 1554 reloc_type = BFD_RELOC_FRV_FUNCDESC; 1562 reloc_type);
|
H A D | tc-arc.c | 827 int op_type, reloc_type; local 852 reloc_type = BFD_RELOC_32; 854 reloc_type = BFD_RELOC_ARC_B26; 857 reloc_type = get_arc_exp_reloc_type (1, reloc_type, 865 reloc_type = op_type + (int) BFD_RELOC_UNUSED; 873 (bfd_reloc_code_real_type) reloc_type); 1755 int reloc_type; local 1759 reloc_type = get_arc_exp_reloc_type (1, BFD_RELOC_32, exp, &exptmp); 1760 fix_new_exp (frag, where, nbytes, &exptmp, 0, reloc_type);
|
H A D | tc-a29k.h | 50 #define reloc_type int macro
|
H A D | tc-or32.h | 36 #define reloc_type int macro
|
/openbsd-src/gnu/usr.bin/binutils/include/aout/ |
H A D | adobe.h | 257 enum reloc_type enum 309 enum reloc_type r_type; /* relocation type */
|
H A D | reloc.h | 24 enum reloc_type enum
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/ |
H A D | adobe.h | 257 enum reloc_type enum 309 enum reloc_type r_type; /* relocation type */
|
H A D | reloc.h | 24 enum reloc_type enum
|
/openbsd-src/sys/arch/powerpc/include/ |
H A D | reloc.h | 40 enum reloc_type { enum
|