Home
last modified time | relevance | path

Searched refs:reloc_type (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/contrib/binutils/gas/
HDliteral.c54 bfd_reloc_code_real_type reloc_type; local
79 reloc_type = BFD_RELOC_32;
82 reloc_type = BFD_RELOC_64;
88 reloc_type);
HDcgen.c378 bfd_reloc_code_real_type reloc_type; local
450 reloc_type = md_cgen_lookup_reloc (0, operand, & dummy_fixup);
453 && reloc_type == BFD_RELOC_RELC
474 if (reloc_type == BFD_RELOC_RELC
502 (reloc_type == BFD_RELOC_RELC) ?
891 bfd_reloc_code_real_type reloc_type; local
959 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
961 if (reloc_type == BFD_RELOC_RELC)
973 if (reloc_type != BFD_RELOC_NONE)
974 fixP->fx_r_type = reloc_type;
HDChangeLog-00015713 * config/tc-hppa.c (reloc_type): It's an enum for OBJ_ELF.
5715 (tc_gen_reloc): Make `code' a reloc_type and `codes' a
5716 reloc_type** to avoid warnings in switch.
7378 reloc_type when BFD_ASSEMBLER.
7380 reloc_type when BFD_ASSEMBLER. Move common code out of switch
HDChangeLog-92956814 (NO_RELOC): Undefine before defining as part of enum reloc_type.
7765 (cons_fix_new_hppa): `reloc_type' => `rel_type'.
10851 * config/aout_gnu.h (enum machine_type, enum reloc_type): Delete
11796 instead of enum reloc_type.
13024 * config/tc-a29k.c: reloc_type isn't ane enum any more
/NextBSD/contrib/binutils/gas/config/
HDaout_gnu.h38 enum reloc_type enum
339 enum reloc_type r_type;
354 typedef enum i860_reloc_type reloc_type; typedef
HDtc-arc.c1234 int reloc_type; in arc_cons_fix_new() local
1238 reloc_type = get_arc_exp_reloc_type (1, BFD_RELOC_32, exp, &exptmp); in arc_cons_fix_new()
1239 fix_new_exp (frag, where, nbytes, &exptmp, 0, reloc_type); in arc_cons_fix_new()
1877 int op_type, reloc_type; in md_assemble() local
1902 reloc_type = BFD_RELOC_32; in md_assemble()
1904 reloc_type = BFD_RELOC_ARC_B26; in md_assemble()
1907 reloc_type = get_arc_exp_reloc_type (1, reloc_type, in md_assemble()
1915 reloc_type = op_type + (int) BFD_RELOC_UNUSED; in md_assemble()
1923 (bfd_reloc_code_real_type) reloc_type); in md_assemble()
HDtc-i386.c4155 enum bfd_reloc_code_real reloc_type; in output_disp() local
4185 reloc_type = reloc (size, pcrel, sign, i.reloc[n]); in output_disp()
4188 && (((reloc_type == BFD_RELOC_32 in output_disp()
4189 || reloc_type == BFD_RELOC_X86_64_32S in output_disp()
4190 || (reloc_type == BFD_RELOC_64 in output_disp()
4197 || reloc_type == BFD_RELOC_32_PCREL)) in output_disp()
4216 reloc_type = BFD_RELOC_386_GOTPC; in output_disp()
4219 else if (reloc_type == BFD_RELOC_64) in output_disp()
4220 reloc_type = BFD_RELOC_X86_64_GOTPC64; in output_disp()
4225 reloc_type = BFD_RELOC_X86_64_GOTPC32; in output_disp()
[all …]
HDtc-mep.c1735 bfd_reloc_code_real_type reloc_type; in mep_fix_adjustable() local
1743 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in mep_fix_adjustable()
1746 reloc_type = fixP->fx_r_type; in mep_fix_adjustable()
1759 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in mep_fix_adjustable()
1760 || reloc_type == BFD_RELOC_VTABLE_ENTRY) in mep_fix_adjustable()
HDtc-mips.c2555 bfd_reloc_code_real_type *reloc_type) in append_insn() argument
2656 && *reloc_type == BFD_RELOC_16_PCREL_S2 in append_insn()
2680 *reloc_type = BFD_RELOC_UNUSED; in append_insn()
2682 else if (*reloc_type > BFD_RELOC_UNUSED) in append_insn()
2688 (*reloc_type - BFD_RELOC_UNUSED, in append_insn()
2696 && *reloc_type != BFD_RELOC_MIPS16_JMP) in append_insn()
2729 ip->mips16_absolute_jump_p = (*reloc_type == BFD_RELOC_MIPS16_JMP); in append_insn()
2734 if (address_expr != NULL && *reloc_type <= BFD_RELOC_UNUSED) in append_insn()
2740 switch (*reloc_type) in append_insn()
2804 else if (*reloc_type < BFD_RELOC_UNUSED) in append_insn()
[all …]
HDtc-arm.c16648 int reloc_type; in md_convert_frag() local
16689 reloc_type = BFD_RELOC_ARM_T32_OFFSET_IMM; in md_convert_frag()
16693 reloc_type = BFD_RELOC_ARM_THUMB_OFFSET; in md_convert_frag()
16703 reloc_type = BFD_RELOC_ARM_T32_ADD_PC12; in md_convert_frag()
16707 reloc_type = BFD_RELOC_ARM_THUMB_ADD; in md_convert_frag()
16724 reloc_type = BFD_RELOC_ARM_T32_IMMEDIATE; in md_convert_frag()
16728 reloc_type = BFD_RELOC_ARM_THUMB_IMM; in md_convert_frag()
16737 reloc_type = BFD_RELOC_THUMB_PCREL_BRANCH25; in md_convert_frag()
16740 reloc_type = BFD_RELOC_THUMB_PCREL_BRANCH12; in md_convert_frag()
16749 reloc_type = BFD_RELOC_THUMB_PCREL_BRANCH20; in md_convert_frag()
[all …]
HDtc-alpha.c3163 bfd_reloc_code_real_type reloc_type; in add_to_link_pool() local
/NextBSD/contrib/binutils/include/aout/
HDreloc.h24 enum reloc_type enum
HDaout64.h445 enum reloc_type enum
509 enum reloc_type r_type; /* Relocation type. */
/NextBSD/contrib/binutils/bfd/
HDelf64-alpha.c146 unsigned char reloc_type; member
1689 && gotent->reloc_type == r_type in get_got_entry()
1708 gotent->reloc_type = r_type; in get_got_entry()
2108 && gi->reloc_type == gs->reloc_type in elf64_alpha_merge_ind_symbols()
2194 && ae->reloc_type == be->reloc_type in elf64_alpha_can_merge_gots()
2198 total += alpha_got_entry_size (be->reloc_type); in elf64_alpha_can_merge_gots()
2273 && ae->reloc_type == be->reloc_type in elf64_alpha_merge_gots()
2283 total += alpha_got_entry_size (be->reloc_type); in elf64_alpha_merge_gots()
2327 *plge += alpha_got_entry_size (gotent->reloc_type); in elf64_alpha_calc_got_offsets_for_symbol()
2368 got_offset += alpha_got_entry_size (gotent->reloc_type); in elf64_alpha_calc_got_offsets()
[all …]
HDcoff-sparc.c41 enum reloc_type enum
HDChangeLog-96972257 * elf32-mn10300.c (reloc_type): Remove PCREL{8,16,32}_{1,2}BYTE
2589 * elf32-mips.c (reloc_type): Add R_MIPS16_GPREL.
2657 * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
2752 * elf32-mn10200.c (enum reloc_type): Add 24bit and pcrel relocs.
2799 (enum reloc_type): Move to include/elf/v850.h.
2892 * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
2960 * elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
3048 * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
3069 (enum reloc_type): Add more reloc types.
3225 * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
[all …]
HDChangeLog-98993444 * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and
3673 reloc_type. Rename R_68K__max to R_68K_max.
4049 * elf64-mips.c: Remove reloc_type definition completely. It's now
4124 * elf32-mips.c (reloc_type): Temporarily disable definition of
HDChangeLog-9193511 (enum reloc_type, bfd_coff_generic_reloc, coff_sparc_howto_table,
2490 * elf32-i386.h (reloc_type): Reformat spacing.
3596 * elf32-i386.c (enum reloc_type): No comma after last enumerator.
4419 (reloc_type, RELOC_TYPE_NAMES): Include i386 values.
HDChangeLog-94951573 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
1729 * elf32-ppc.c (reloc_type): Update names to match current draft.
3925 * libaout.h (reloc_type-lookup): Declare it.
4037 * elf32-ppc.c (reloc_type): Add all System V.4 and eABI
4097 * elf32-mips.c (enum reloc_type): Define new relocs used on Irix.
HDChangeLog-00017986 (enum reloc_type): Delete.
7988 (enum reloc_type): Delete.
HDChangeLog-02038666 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
8677 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2280 reloc_info_fn reloc_type; in ParsePLTRelocations() local
2285 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
2290 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
2301 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
2429 reloc_info_fn reloc_type; in RelocateSection() local
2434 reloc_type = ELFRelocation::RelocType32; in RelocateSection()
2439 reloc_type = ELFRelocation::RelocType64; in RelocateSection()
2452 switch (reloc_type(rel)) { in RelocateSection()
2459 switch (reloc_type(rel)) { in RelocateSection()
2480 assert((reloc_type(rel) == R_X86_64_32 && (value <= UINT32_MAX)) || in RelocateSection()
[all …]
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp1011 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1012 case COFF::reloc_type: \
1013 Res = #reloc_type; \
/NextBSD/contrib/binutils/include/elf/
HDChangeLog-91031552 enum reloc_type renamed to v850_reloc_type to avoid name
1583 * v850.h (reloc_type): Add R_V850_TDA_16_16_OFFSET.
1591 * v850.h (reloc_type): Remove R_V850_16_PCREL.
1606 * v850.h (reloc_type): Add 16 bit PC relative relocation.
1635 * m32r.h (enum reloc_type): Add R_M32R_SDA16.
1650 * m32r.h (enum reloc_type): Add R_M32R_HI16_[SU]LO,R_M32R_LO16.
1658 (enum reloc_type): Move the v850 relocations here from
/NextBSD/contrib/binutils/include/opcode/
HDcgen.h678 int reloc_type;

12