Searched refs:reloc_write (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | target-reloc.h | 780 Reltype_write reloc_write(pwrite); in relocate_relocs() 869 reloc_write.put_r_offset(new_offset); in relocate_relocs() 870 Classify_reloc::put_r_info(&reloc_write, &reloc, new_symndx); in relocate_relocs() 877 Classify_reloc::put_r_addend(&reloc_write, in relocate_relocs() 908 Classify_reloc::put_r_addend(&reloc_write, addend); in relocate_relocs()
|
| H A D | arm.cc | 10311 Reltype_write reloc_write(preloc_out); in relocate_special_relocatable() local 10365 reloc_write.put_r_offset(new_offset); in relocate_special_relocatable() 10366 reloc_write.put_r_info(elfcpp::elf_r_info<32>(new_symndx, r_type)); in relocate_special_relocatable() 12424 elfcpp::Rel_write<32, big_endian> reloc_write(reloc_buffer); in relocate_stub() local 12425 reloc_write.put_r_offset(reloc_offset); in relocate_stub() 12426 reloc_write.put_r_info(elfcpp::elf_r_info<32>(0, r_type)); in relocate_stub()
|
| H A D | powerpc.cc | 8380 Reltype_write reloc_write(pwrite); in relocate_relocs() local 8630 reloc_write.put_r_offset(offset); in relocate_relocs() 8631 reloc_write.put_r_info(elfcpp::elf_r_info<size>(r_sym, r_type)); in relocate_relocs() 8632 reloc_write.put_r_addend(addend); in relocate_relocs()
|
| H A D | mips.cc | 10195 Reltype_write reloc_write(preloc_out); in relocate_special_relocatable() local 10245 reloc_write.put_r_offset(new_offset); in relocate_special_relocatable() 10246 reloc_write.put_r_info(elfcpp::elf_r_info<32>(new_symndx, r_type)); in relocate_special_relocatable()
|
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | target-reloc.h | 824 Reltype_write reloc_write(pwrite); in relocate_relocs() 913 reloc_write.put_r_offset(new_offset); in relocate_relocs() 914 Classify_reloc::put_r_info(&reloc_write, &reloc, new_symndx); in relocate_relocs() 921 Classify_reloc::put_r_addend(&reloc_write, in relocate_relocs() 952 Classify_reloc::put_r_addend(&reloc_write, addend); in relocate_relocs()
|