/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | literal.c | 51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local 76 reloc_type = BFD_RELOC_32; in add_to_literal_pool() 79 reloc_type = BFD_RELOC_64; in add_to_literal_pool() 85 reloc_type); in add_to_literal_pool()
|
H A D | cgen.c | 349 bfd_reloc_code_real_type reloc_type; in gas_cgen_parse_operand() local 425 reloc_type = md_cgen_lookup_reloc (0, operand, & dummy_fixup); in gas_cgen_parse_operand() 428 && reloc_type == BFD_RELOC_RELC in gas_cgen_parse_operand() 451 if (reloc_type == BFD_RELOC_RELC in gas_cgen_parse_operand() 482 (reloc_type == BFD_RELOC_RELC) ? in gas_cgen_parse_operand() 867 bfd_reloc_code_real_type reloc_type; in gas_cgen_md_apply_fix() local 942 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in gas_cgen_md_apply_fix() 944 if (reloc_type == BFD_RELOC_RELC) in gas_cgen_md_apply_fix() 956 if (reloc_type != BFD_RELOC_NONE) in gas_cgen_md_apply_fix() 957 fixP->fx_r_type = reloc_type; in gas_cgen_md_apply_fix()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | literal.c | 51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local 76 reloc_type = BFD_RELOC_32; in add_to_literal_pool() 79 reloc_type = BFD_RELOC_64; in add_to_literal_pool() 85 reloc_type); in add_to_literal_pool()
|
H A D | cgen.c | 349 bfd_reloc_code_real_type reloc_type; in gas_cgen_parse_operand() local 423 reloc_type = md_cgen_lookup_reloc (0, operand, & dummy_fixup); in gas_cgen_parse_operand() 426 && reloc_type == BFD_RELOC_RELC in gas_cgen_parse_operand() 449 if (reloc_type == BFD_RELOC_RELC in gas_cgen_parse_operand() 480 (reloc_type == BFD_RELOC_RELC) ? in gas_cgen_parse_operand() 865 bfd_reloc_code_real_type reloc_type; in gas_cgen_md_apply_fix() local 940 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in gas_cgen_md_apply_fix() 942 if (reloc_type == BFD_RELOC_RELC) in gas_cgen_md_apply_fix() 954 if (reloc_type != BFD_RELOC_NONE) in gas_cgen_md_apply_fix() 955 fixP->fx_r_type = reloc_type; in gas_cgen_md_apply_fix()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 14517 unsigned int reloc_type = 0; in target_specific_reloc_handling() local 14522 reloc_type = get_reloc_type (filedata, reloc->r_info); in target_specific_reloc_handling() 14530 switch (reloc_type) in target_specific_reloc_handling() 14552 (reloc_type == 107 in target_specific_reloc_handling() 14558 if (reloc_type == 107) in target_specific_reloc_handling() 14593 switch (reloc_type) in target_specific_reloc_handling() 14634 switch (reloc_type) in target_specific_reloc_handling() 14695 switch (reloc_type) in target_specific_reloc_handling() 14711 int reloc_size = reloc_type == 1 ? 4 : 2; in target_specific_reloc_handling() 14754 switch (reloc_type) in target_specific_reloc_handling() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m32r.c | 1894 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument 1900 gas_assert (reloc_type == BFD_RELOC_M32R_HI16_SLO in m32r_record_hi16() 1901 || reloc_type == BFD_RELOC_M32R_HI16_ULO); in m32r_record_hi16() 2131 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local 2140 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in m32r_fix_adjustable() 2143 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable() 2155 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable() 2156 || reloc_type == BFD_RELOC_M32R_26_PCREL in m32r_fix_adjustable() 2157 || reloc_type == BFD_RELOC_M32R_HI16_SLO in m32r_fix_adjustable() 2158 || reloc_type == BFD_RELOC_M32R_HI16_ULO in m32r_fix_adjustable() [all …]
|
H A D | tc-loongarch.c | 623 bfd_reloc_code_real_type reloc_type = BFD_RELOC_NONE; in loongarch_args_parser_can_match_arg_helper() local 630 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_U_10_12; in loongarch_args_parser_can_match_arg_helper() 635 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_16_S2; in loongarch_args_parser_can_match_arg_helper() 638 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_0_5_10_16_S2; in loongarch_args_parser_can_match_arg_helper() 641 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_0_10_10_16_S2; in loongarch_args_parser_can_match_arg_helper() 643 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_12; in loongarch_args_parser_can_match_arg_helper() 645 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_5_20; in loongarch_args_parser_can_match_arg_helper() 647 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_16; in loongarch_args_parser_can_match_arg_helper() 649 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_5; in loongarch_args_parser_can_match_arg_helper() 651 if (reloc_type == BFD_RELOC_NONE) in loongarch_args_parser_can_match_arg_helper() [all …]
|
H A D | tc-rl78.c | 1050 int reloc_type, reloc_adjust; in md_convert_frag() local 1087 reloc_type = BFD_RELOC_NONE; in md_convert_frag() 1099 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1110 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1117 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1128 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1135 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1146 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1153 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1164 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() [all …]
|
H A D | tc-epiphany.c | 932 bfd_reloc_code_real_type reloc_type; in md_convert_frag() local 936 reloc_type = md_cgen_lookup_reloc (fragP->fr_cgen.insn, operand, NULL); in md_convert_frag() 944 reloc_type, in md_convert_frag() 1030 bfd_reloc_code_real_type reloc_type; in epiphany_fix_adjustable() local 1039 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in epiphany_fix_adjustable() 1042 reloc_type = fixP->fx_r_type; in epiphany_fix_adjustable() 1055 && (reloc_type == BFD_RELOC_EPIPHANY_SIMM24 in epiphany_fix_adjustable() 1056 || reloc_type == BFD_RELOC_EPIPHANY_SIMM8 in epiphany_fix_adjustable() 1057 || reloc_type == BFD_RELOC_EPIPHANY_HIGH in epiphany_fix_adjustable() 1058 || reloc_type == BFD_RELOC_EPIPHANY_LOW)) in epiphany_fix_adjustable()
|
H A D | tc-rx.c | 1801 bfd_reloc_code_real_type reloc_type; in md_convert_frag() local 1872 reloc_type = BFD_RELOC_NONE; in md_convert_frag() 1889 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1902 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1915 reloc_type = keep_reloc ? BFD_RELOC_24_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1926 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1937 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1953 reloc_type = keep_reloc ? BFD_RELOC_24_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1964 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1975 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() [all …]
|
H A D | tc-metag.c | 177 enum bfd_reloc_code_real reloc_type; member 190 enum bfd_reloc_code_real reloc_type; member 674 addr->reloc_type = BFD_RELOC_METAG_GETSET_GOT; in parse_imm_addr() 680 addr->reloc_type = BFD_RELOC_METAG_TLS_IE; in parse_imm_addr() 686 addr->reloc_type = BFD_RELOC_METAG_GETSET_GOTOFF; in parse_imm_addr() 689 addr->reloc_type = BFD_RELOC_METAG_GETSETOFF; in parse_imm_addr() 986 insn->reloc_type = addr->reloc_type; in copy_addr_reloc() 1002 addr.reloc_type = BFD_RELOC_UNUSED; in parse_get_set() 1147 addr.reloc_type = BFD_RELOC_UNUSED; in parse_get_set_ext() 1405 addr.reloc_type = BFD_RELOC_UNUSED; in parse_mget_mset() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m32r.c | 1894 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument 1900 gas_assert (reloc_type == BFD_RELOC_M32R_HI16_SLO in m32r_record_hi16() 1901 || reloc_type == BFD_RELOC_M32R_HI16_ULO); in m32r_record_hi16() 2131 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local 2140 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in m32r_fix_adjustable() 2143 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable() 2155 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable() 2156 || reloc_type == BFD_RELOC_M32R_26_PCREL in m32r_fix_adjustable() 2157 || reloc_type == BFD_RELOC_M32R_HI16_SLO in m32r_fix_adjustable() 2158 || reloc_type == BFD_RELOC_M32R_HI16_ULO in m32r_fix_adjustable() [all …]
|
H A D | tc-loongarch.c | 675 bfd_reloc_code_real_type reloc_type = BFD_RELOC_NONE; in loongarch_args_parser_can_match_arg_helper() local 682 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_U_10_12; in loongarch_args_parser_can_match_arg_helper() 687 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_16_S2; in loongarch_args_parser_can_match_arg_helper() 690 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_0_5_10_16_S2; in loongarch_args_parser_can_match_arg_helper() 693 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_0_10_10_16_S2; in loongarch_args_parser_can_match_arg_helper() 695 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_12; in loongarch_args_parser_can_match_arg_helper() 697 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_5_20; in loongarch_args_parser_can_match_arg_helper() 699 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_16; in loongarch_args_parser_can_match_arg_helper() 701 reloc_type = BFD_RELOC_LARCH_SOP_POP_32_S_10_5; in loongarch_args_parser_can_match_arg_helper() 703 if (reloc_type == BFD_RELOC_NONE) in loongarch_args_parser_can_match_arg_helper() [all …]
|
H A D | tc-rl78.c | 1039 int reloc_type, reloc_adjust; in md_convert_frag() local 1076 reloc_type = BFD_RELOC_NONE; in md_convert_frag() 1088 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1099 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1106 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1117 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1124 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1135 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1142 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1153 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() [all …]
|
H A D | tc-epiphany.c | 932 bfd_reloc_code_real_type reloc_type; in md_convert_frag() local 936 reloc_type = md_cgen_lookup_reloc (fragP->fr_cgen.insn, operand, NULL); in md_convert_frag() 944 reloc_type, in md_convert_frag() 1030 bfd_reloc_code_real_type reloc_type; in epiphany_fix_adjustable() local 1039 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP); in epiphany_fix_adjustable() 1042 reloc_type = fixP->fx_r_type; in epiphany_fix_adjustable() 1055 && (reloc_type == BFD_RELOC_EPIPHANY_SIMM24 in epiphany_fix_adjustable() 1056 || reloc_type == BFD_RELOC_EPIPHANY_SIMM8 in epiphany_fix_adjustable() 1057 || reloc_type == BFD_RELOC_EPIPHANY_HIGH in epiphany_fix_adjustable() 1058 || reloc_type == BFD_RELOC_EPIPHANY_LOW)) in epiphany_fix_adjustable()
|
H A D | tc-rx.c | 1788 bfd_reloc_code_real_type reloc_type; in md_convert_frag() local 1859 reloc_type = BFD_RELOC_NONE; in md_convert_frag() 1876 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1889 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1902 reloc_type = keep_reloc ? BFD_RELOC_24_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1913 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1924 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1940 reloc_type = keep_reloc ? BFD_RELOC_24_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1951 reloc_type = keep_reloc ? BFD_RELOC_8_PCREL : BFD_RELOC_NONE; in md_convert_frag() 1962 reloc_type = keep_reloc ? BFD_RELOC_16_PCREL : BFD_RELOC_NONE; in md_convert_frag() [all …]
|
H A D | tc-metag.c | 177 enum bfd_reloc_code_real reloc_type; member 190 enum bfd_reloc_code_real reloc_type; member 674 addr->reloc_type = BFD_RELOC_METAG_GETSET_GOT; in parse_imm_addr() 680 addr->reloc_type = BFD_RELOC_METAG_TLS_IE; in parse_imm_addr() 686 addr->reloc_type = BFD_RELOC_METAG_GETSET_GOTOFF; in parse_imm_addr() 689 addr->reloc_type = BFD_RELOC_METAG_GETSETOFF; in parse_imm_addr() 986 insn->reloc_type = addr->reloc_type; in copy_addr_reloc() 1002 addr.reloc_type = BFD_RELOC_UNUSED; in parse_get_set() 1147 addr.reloc_type = BFD_RELOC_UNUSED; in parse_get_set_ext() 1405 addr.reloc_type = BFD_RELOC_UNUSED; in parse_mget_mset() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 13930 unsigned int reloc_type = 0; in target_specific_reloc_handling() local 13935 reloc_type = get_reloc_type (filedata, reloc->r_info); in target_specific_reloc_handling() 13952 switch (reloc_type) in target_specific_reloc_handling() 13993 switch (reloc_type) in target_specific_reloc_handling() 14053 switch (reloc_type) in target_specific_reloc_handling() 14069 int reloc_size = reloc_type == 1 ? 4 : 2; in target_specific_reloc_handling() 14111 switch (reloc_type) in target_specific_reloc_handling() 14171 is_32bit_abs_reloc (Filedata * filedata, unsigned int reloc_type) in is_32bit_abs_reloc() argument 14178 return reloc_type == 1; /* R_386_32. */ in is_32bit_abs_reloc() 14180 return reloc_type == 1; /* R_68K_32. */ in is_32bit_abs_reloc() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | aarch64-reloc-property.cc | 178 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local 179 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC in reloc_name_in_error_message() 183 switch (reloc_type) in reloc_name_in_error_message()
|
H A D | arm-reloc-property.cc | 308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local 309 gold_assert(reloc_type == Arm_reloc_property::RT_STATIC in reloc_name_in_error_message() 313 switch (reloc_type) in reloc_name_in_error_message()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | aarch64-reloc-property.cc | 178 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local 179 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC in reloc_name_in_error_message() 183 switch (reloc_type) in reloc_name_in_error_message()
|
H A D | arm-reloc-property.cc | 308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local 309 gold_assert(reloc_type == Arm_reloc_property::RT_STATIC in reloc_name_in_error_message() 313 switch (reloc_type) in reloc_name_in_error_message()
|
/netbsd-src/sys/arch/mips/include/ |
H A D | reloc.h | 41 enum reloc_type { enum 68 enum reloc_type r_type:5; /* relocation type, from above */
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | aout_machdep.h | 35 enum reloc_type { enum 56 enum reloc_type r_type : 5; /* relocation type time copy */
|
H A D | reloc.h | 47 enum reloc_type { enum 126 enum reloc_type r_type:5; /* relocation type, from above */
|