/dflybsd-src/contrib/binutils-2.27/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()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | readelf.c | 12344 unsigned int reloc_type = 0; in target_specific_reloc_handling() local 12349 reloc_type = get_reloc_type (filedata, reloc->r_info); in target_specific_reloc_handling() 12366 switch (reloc_type) in target_specific_reloc_handling() 12400 int reloc_size = reloc_type == 1 ? 4 : 2; in target_specific_reloc_handling() 12443 switch (reloc_type) in target_specific_reloc_handling() 12459 int reloc_size = reloc_type == 1 ? 4 : 2; in target_specific_reloc_handling() 12501 switch (reloc_type) in target_specific_reloc_handling() 12561 is_32bit_abs_reloc (Filedata * filedata, unsigned int reloc_type) in is_32bit_abs_reloc() argument 12568 return reloc_type == 1; /* R_386_32. */ in is_32bit_abs_reloc() 12570 return reloc_type == 1; /* R_68K_32. */ in is_32bit_abs_reloc() [all …]
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | readelf.c | 11349 unsigned int reloc_type = get_reloc_type (reloc->r_info); in target_specific_reloc_handling() local 11358 switch (reloc_type) in target_specific_reloc_handling() 11392 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2); in target_specific_reloc_handling() 11412 switch (reloc_type) in target_specific_reloc_handling() 11429 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2); in target_specific_reloc_handling() 11449 switch (reloc_type) in target_specific_reloc_handling() 11495 is_32bit_abs_reloc (unsigned int reloc_type) in is_32bit_abs_reloc() argument 11502 return reloc_type == 1; /* R_386_32. */ in is_32bit_abs_reloc() 11504 return reloc_type == 1; /* R_68K_32. */ in is_32bit_abs_reloc() 11506 return reloc_type == 1; /* R_860_32. */ in is_32bit_abs_reloc() [all …]
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | aarch64-reloc-property.cc | 144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local 145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC in reloc_name_in_error_message() 149 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()
|
H A D | dwarf_reader.cc | 46 unsigned int reloc_shndx, unsigned int reloc_type) in do_initialize() argument 48 this->reloc_type_ = reloc_type; in do_initialize() 50 reloc_type); in do_initialize() 362 unsigned int reloc_type = 0; in read_ranges_table() local 365 reloc_type = object->section_type(i); in read_ranges_table() 366 if ((reloc_type == elfcpp::SHT_REL in read_ranges_table() 367 || reloc_type == elfcpp::SHT_RELA) in read_ranges_table() 377 this->ranges_reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_ranges_table() 378 this->reloc_type_ = reloc_type; in read_ranges_table() 533 unsigned int reloc_type = 0; in read_section() local [all …]
|
H A D | ehframe.cc | 579 unsigned int reloc_type) in add_ehframe_input_section() argument 601 reloc_type, pcontents, in add_ehframe_input_section() 642 unsigned int reloc_type, in do_add_ehframe_input_section() argument 653 if (!relocs.initialize(object, reloc_shndx, reloc_type)) in do_add_ehframe_input_section() 1297 unsigned int reloc_type); 1311 unsigned int reloc_type); 1325 unsigned int reloc_type); 1339 unsigned int reloc_type);
|
H A D | copy-relocs.h | 104 Copy_reloc_entry(Symbol* sym, unsigned int reloc_type, in Copy_reloc_entry() 109 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj), in Copy_reloc_entry()
|
H A D | aarch64-reloc-property.h | 92 reloc_type() const in reloc_type() function 200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC) in get_implemented_static_reloc_property()
|
H A D | dwarf_reader.h | 57 initialize(unsigned int reloc_shndx, unsigned int reloc_type) in initialize() argument 58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize() 122 do_initialize(unsigned int reloc_shndx, unsigned int reloc_type); 697 unsigned int reloc_type) in Dwarf_info_reader() argument 700 reloc_type_(reloc_type), abbrev_shndx_(0), string_shndx_(0), in Dwarf_info_reader()
|
H A D | arm-reloc-property.h | 77 reloc_type() const in reloc_type() function 311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC) in get_implemented_static_reloc_property()
|
H A D | object.cc | 1257 unsigned int reloc_type) in layout_section() argument 1261 reloc_shndx, reloc_type, &offset); in layout_section() 1289 unsigned int reloc_type) in layout_eh_frame_section() argument 1302 reloc_type, in layout_eh_frame_section() 1444 std::vector<unsigned int> reloc_type(shnum, elfcpp::SHT_NULL); in do_layout() local 1471 reloc_type[target_shndx] = sh_type; in do_layout() 1674 reloc_type[i])); in do_layout() 1744 reloc_type[i])); in do_layout() 1771 reloc_type[i]); in do_layout() 1812 reloc_type[i]); in do_layout() [all …]
|
H A D | ehframe.h | 397 unsigned int reloc_type); 469 unsigned int reloc_type,
|
H A D | gdb-index.cc | 185 unsigned int reloc_type, in Gdb_index_info_reader() argument 188 reloc_shndx, reloc_type), in Gdb_index_info_reader() 1112 unsigned int reloc_type) in scan_debug_info() argument 1117 reloc_type, this); in scan_debug_info()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | dwarf_reader.cc | 46 unsigned int reloc_shndx, unsigned int reloc_type) in do_initialize() argument 48 this->reloc_type_ = reloc_type; in do_initialize() 50 reloc_type); in do_initialize() 362 unsigned int reloc_type = 0; in read_ranges_table() local 365 reloc_type = object->section_type(i); in read_ranges_table() 366 if ((reloc_type == elfcpp::SHT_REL in read_ranges_table() 367 || reloc_type == elfcpp::SHT_RELA) in read_ranges_table() 377 this->ranges_reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_ranges_table() 378 this->reloc_type_ = reloc_type; in read_ranges_table() 533 unsigned int reloc_type = 0; in read_section() local [all …]
|
H A D | copy-relocs.h | 105 Copy_reloc_entry(Symbol* sym, unsigned int reloc_type, in Copy_reloc_entry() 110 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj), in Copy_reloc_entry()
|
H A D | ehframe.cc | 579 unsigned int reloc_type) in add_ehframe_input_section() argument 601 reloc_type, pcontents, in add_ehframe_input_section() 642 unsigned int reloc_type, in do_add_ehframe_input_section() argument 653 if (!relocs.initialize(object, reloc_shndx, reloc_type)) in do_add_ehframe_input_section() 1324 unsigned int reloc_type); 1338 unsigned int reloc_type); 1352 unsigned int reloc_type); 1366 unsigned int reloc_type);
|
H A D | dwarf_reader.h | 57 initialize(unsigned int reloc_shndx, unsigned int reloc_type) in initialize() argument 58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize() 122 do_initialize(unsigned int reloc_shndx, unsigned int reloc_type); 697 unsigned int reloc_type) in Dwarf_info_reader() argument 700 reloc_type_(reloc_type), abbrev_shndx_(0), string_shndx_(0), in Dwarf_info_reader()
|
H A D | ehframe.h | 412 unsigned int reloc_type); 489 unsigned int reloc_type,
|
H A D | object.cc | 1227 unsigned int reloc_type) in layout_section() argument 1231 reloc_shndx, reloc_type, &offset); in layout_section() 1259 unsigned int reloc_type) in layout_eh_frame_section() argument 1272 reloc_type, in layout_eh_frame_section() 1518 std::vector<unsigned int> reloc_type(shnum, elfcpp::SHT_NULL); in do_layout() local 1545 reloc_type[target_shndx] = sh_type; in do_layout() 1764 reloc_shndx[i], reloc_type[i])); in do_layout() 1836 reloc_type[i])); in do_layout() 1863 reloc_type[i]); in do_layout() 1924 reloc_type[i]); in do_layout() [all …]
|
H A D | gdb-index.cc | 185 unsigned int reloc_type, in Gdb_index_info_reader() argument 188 reloc_shndx, reloc_type), in Gdb_index_info_reader() 1112 unsigned int reloc_type) in scan_debug_info() argument 1117 reloc_type, this); in scan_debug_info()
|
/dflybsd-src/contrib/binutils-2.27/include/aout/ |
H A D | aout64.h | 442 enum reloc_type enum 506 enum reloc_type r_type; /* Relocation type. */
|
/dflybsd-src/contrib/binutils-2.34/include/aout/ |
H A D | aout64.h | 442 enum reloc_type enum 488 enum reloc_type r_type; /* Relocation type. */
|
/dflybsd-src/contrib/gdb-7/include/aout/ |
H A D | aout64.h | 442 enum reloc_type enum 506 enum reloc_type r_type; /* Relocation type. */
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | tc-i386.c | 7310 enum bfd_reloc_code_real reloc_type; in output_disp() local 7341 reloc_type = reloc (size, pcrel, sign, i.reloc[n]); in output_disp() 7344 && (((reloc_type == BFD_RELOC_32 in output_disp() 7345 || reloc_type == BFD_RELOC_X86_64_32S in output_disp() 7346 || (reloc_type == BFD_RELOC_64 in output_disp() 7353 || reloc_type == BFD_RELOC_32_PCREL)) in output_disp() 7372 reloc_type = BFD_RELOC_386_GOTPC; in output_disp() 7375 else if (reloc_type == BFD_RELOC_64) in output_disp() 7376 reloc_type = BFD_RELOC_X86_64_GOTPC64; in output_disp() 7381 reloc_type = BFD_RELOC_X86_64_GOTPC32; in output_disp() [all …]
|