Home
last modified time | relevance | path

Searched refs:Sized_relobj_file (Results 1 – 25 of 73) sorted by relevance

123

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dreloc.cc261 Sized_relobj_file<size, big_endian>::do_read_relocs(Read_relocs_data* rd) in do_read_relocs()
386 Sized_relobj_file<size, big_endian>::do_gc_process_relocs(Symbol_table* symtab, in do_gc_process_relocs()
426 Sized_relobj_file<size, big_endian>::do_scan_relocs(Symbol_table* symtab, in do_scan_relocs()
508 Sized_relobj_file<size, big_endian>::emit_relocs_scan( in emit_relocs_scan()
539 Sized_relobj_file<size, big_endian>::incremental_relocs_scan( in incremental_relocs_scan()
557 Sized_relobj_file<size, big_endian>::incremental_relocs_scan_reltype( in incremental_relocs_scan_reltype()
587 Sized_relobj_file<size, big_endian>::do_relocate(const Symbol_table* symtab, in do_relocate()
678 Sized_relobj_file<size, big_endian>::write_sections(const Layout* layout, in write_sections()
867 Sized_relobj_file<size, big_endian>::do_relocate_sections( in do_relocate_sections()
883 Sized_relobj_file<size, big_endian>::relocate_section_range( in relocate_section_range()
[all …]
H A Dreloc.h50 class Sized_relobj_file; variable
432 const Sized_relobj_file<size, big_endian>* object, in rel()
449 const Sized_relobj_file<size, big_endian>* object, in rel_unaligned()
480 const Sized_relobj_file<size, big_endian>* object, in rela()
526 const Sized_relobj_file<size, big_endian>* object, in pcrel()
558 const Sized_relobj_file<size, big_endian>* object, in pcrela()
586 const Sized_relobj_file<size, big_endian>* object, in rel8()
592 const Sized_relobj_file<size, big_endian>* object, in rel8_check()
609 const Sized_relobj_file<size, big_endian>* object, in rela8()
616 const Sized_relobj_file<size, big_endian>* object, in rela8_check()
[all …]
H A Dcopy-relocs.h72 Sized_relobj_file<size, big_endian>* object,
106 Sized_relobj_file<size, big_endian>* relobj, in Copy_reloc_entry()
117 Sized_relobj_file<size, big_endian>* relobj_;
127 Sized_relobj_file<size, big_endian>* object,
140 Sized_relobj_file<size, big_endian>* object,
146 Sized_relobj_file<size, big_endian>*,
H A Dmapfile.cc205 const Sized_relobj_file<size, big_endian>* relobj, in print_input_section_symbols()
279 const Sized_relobj_file<32, false>* sized_relobj = in print_input_section()
280 static_cast<Sized_relobj_file<32, false>*>(relobj); in print_input_section()
288 const Sized_relobj_file<32, true>* sized_relobj = in print_input_section()
289 static_cast<Sized_relobj_file<32, true>*>(relobj); in print_input_section()
297 const Sized_relobj_file<64, false>* sized_relobj = in print_input_section()
298 static_cast<Sized_relobj_file<64, false>*>(relobj); in print_input_section()
306 const Sized_relobj_file<64, true>* sized_relobj = in print_input_section()
307 static_cast<Sized_relobj_file<64, true>*>(relobj); in print_input_section()
H A Dsparc.cc78 Sized_relobj_file<size, big_endian>* object,
92 Sized_relobj_file<size, big_endian>* object,
127 Sized_relobj_file<size, big_endian>* object,
142 Sized_relobj_file<size, big_endian>* object,
249 Sized_relobj_file<size, big_endian>* object,
258 Sized_relobj_file<size, big_endian>* object,
267 Sized_relobj_file<size, big_endian>* , in local_reloc_may_be_function_pointer()
278 Sized_relobj_file<size, big_endian>* , in global_reloc_may_be_function_pointer()
289 unsupported_reloc_local(Sized_relobj_file<size, big_endian>*,
293 unsupported_reloc_global(Sized_relobj_file<size, big_endian>*,
[all …]
H A Dobject.cc460 Sized_relobj_file<size, big_endian>::Sized_relobj_file( in Sized_relobj_file() function in gold::Sized_relobj_file
489 Sized_relobj_file<size, big_endian>::~Sized_relobj_file() in ~Sized_relobj_file()
498 Sized_relobj_file<size, big_endian>::do_setup() in do_setup()
511 Sized_relobj_file<size, big_endian>::find_symtab(const unsigned char* pshdrs) in find_symtab()
560 Sized_relobj_file<size, big_endian>::do_initialize_xindex() in do_initialize_xindex()
573 Sized_relobj_file<size, big_endian>::check_eh_frame_flags( in check_eh_frame_flags()
646 Sized_relobj_file<size, big_endian>::find_eh_frame( in find_eh_frame()
802 Sized_relobj_file<size, big_endian>::do_find_special_sections( in do_find_special_sections()
830 Sized_relobj_file<size, big_endian>::do_read_symbols(Read_symbols_data* sd) in do_read_symbols()
840 Sized_relobj_file<size, big_endian>::base_read_symbols(Read_symbols_data* sd) in base_read_symbols()
[all …]
H A DChangeLog-2018117 * object.cc (Sized_relobj_file::map_to_kept_section): Initialize
153 * object.cc (Sized_relobj_file::do_layout): Mark section as deferred.
235 * object.cc (Sized_relobj_file::do_layout): Call
277 * object.cc (Sized_relobj_file::layout_gnu_property_section): New
279 (Sized_relobj_file::do_layout): Handle .note.gnu.property sections.
280 * object.h (Sized_relobj_file::layout_gnu_property_section): New
457 * object.cc (Sized_relobj_file::include_section_group): Store
460 (Sized_relobj_file::include_linkonce_section): Likewise.
461 (Sized_relobj_file::map_to_kept_section): Add section name parameter.
463 (Sized_relobj_file::find_kept_section_object): New method.
[all …]
H A Dtilegx.cc110 Sized_relobj_file<size, big_endian>*, unsigned int);
250 Sized_relobj_file<size, big_endian>* object,
264 Sized_relobj_file<size, big_endian>* object,
300 Sized_relobj_file<size, big_endian>* object,
315 Sized_relobj_file<size, big_endian>* object,
462 Sized_relobj_file<size, big_endian>* object,
471 Sized_relobj_file<size, big_endian>* object,
480 Sized_relobj_file<size, big_endian>* object,
490 Sized_relobj_file<size, big_endian>* object,
499 unsupported_reloc_local(Sized_relobj_file<size, big_endian>*,
[all …]
H A DChangeLog-2017124 * object.h (class Sized_relobj_file): Remove discarded_eh_frame_shndx_.
125 * object.cc (Sized_relobj_file::Sized_relobj_file): Likewise.
126 (Sized_relobj_file::layout_eh_frame_section): Likewise.
127 (Sized_relobj_file::do_count_local_symbols): Check for optimized
129 (Sized_relobj_file::compute_final_local_value_internal): Likewise.
139 * object.cc (Sized_relobj_file::compute_final_local_value_internal):
142 (Sized_relobj_file::compute_final_local_value): Revert changes from
144 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
145 (Sized_relobj_file::write_local_symbols): Revert changes from
147 * object.h (Sized_relobj_file::compute_final_local_value_internal):
[all …]
H A Dcopy-relocs.cc42 Sized_relobj_file<size, big_endian>* object, in copy_reloc()
68 Sized_relobj_file<size, big_endian>* object, in need_copy_reloc()
114 Sized_relobj_file<size, big_endian>* object, in make_copy_reloc()
219 Sized_relobj_file<size, big_endian>* object, in save()
H A Di386.cc96 Sized_relobj_file<32, false>* relobj,
225 Sized_relobj_file<32, false>* object;
371 Sized_relobj_file<32, false>* object,
385 Sized_relobj_file<32, false>* object,
421 Sized_relobj_file<32, false>* object,
436 Sized_relobj_file<32, false>* object,
575 Sized_relobj_file<32, false>* object,
584 Sized_relobj_file<32, false>* object,
593 Sized_relobj_file<32, false>* object,
603 Sized_relobj_file<32, false>* object,
[all …]
H A Daarch64.cc452 Sized_relobj_file<size, big_endian>* relobj, in add_static_reloc()
497 Sized_relobj_file<size, big_endian>* object = reloc.relobj(); in do_write()
587 Sized_relobj_file<size, big_endian>* relobj, unsigned int index) in Static_reloc()
618 Sized_relobj_file<size, big_endian>*
651 Sized_relobj_file<size, big_endian>* relobj;
1756 class AArch64_relobj : public Sized_relobj_file<size, big_endian>
1772 : Sized_relobj_file<size, big_endian>(name, input_file, offset, ehdr), in AArch64_relobj()
1852 Sized_relobj_file<size, big_endian>::do_setup(); in do_setup()
1862 typename Sized_relobj_file<size, big_endian>::Views* pviews);
1874 typename Sized_relobj_file<size, big_endian>::Views* pviews);
[all …]
H A Dmapfile.h36 class Sized_relobj_file; variable
103 print_input_section_symbols(const Sized_relobj_file<size, big_endian>*,
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dreloc.cc261 Sized_relobj_file<size, big_endian>::do_read_relocs(Read_relocs_data* rd) in do_read_relocs()
386 Sized_relobj_file<size, big_endian>::do_gc_process_relocs(Symbol_table* symtab, in do_gc_process_relocs()
426 Sized_relobj_file<size, big_endian>::do_scan_relocs(Symbol_table* symtab, in do_scan_relocs()
508 Sized_relobj_file<size, big_endian>::emit_relocs_scan( in emit_relocs_scan()
539 Sized_relobj_file<size, big_endian>::incremental_relocs_scan( in incremental_relocs_scan()
557 Sized_relobj_file<size, big_endian>::incremental_relocs_scan_reltype( in incremental_relocs_scan_reltype()
587 Sized_relobj_file<size, big_endian>::do_relocate(const Symbol_table* symtab, in do_relocate()
678 Sized_relobj_file<size, big_endian>::write_sections(const Layout* layout, in write_sections()
867 Sized_relobj_file<size, big_endian>::do_relocate_sections( in do_relocate_sections()
883 Sized_relobj_file<size, big_endian>::relocate_section_range( in relocate_section_range()
[all …]
H A Dreloc.h50 class Sized_relobj_file; variable
432 const Sized_relobj_file<size, big_endian>* object, in rel()
449 const Sized_relobj_file<size, big_endian>* object, in rel_unaligned()
480 const Sized_relobj_file<size, big_endian>* object, in rela()
526 const Sized_relobj_file<size, big_endian>* object, in pcrel()
558 const Sized_relobj_file<size, big_endian>* object, in pcrela()
586 const Sized_relobj_file<size, big_endian>* object, in rel8()
592 const Sized_relobj_file<size, big_endian>* object, in rel8_check()
609 const Sized_relobj_file<size, big_endian>* object, in rela8()
616 const Sized_relobj_file<size, big_endian>* object, in rela8_check()
[all …]
H A Dcopy-relocs.h72 Sized_relobj_file<size, big_endian>* object,
106 Sized_relobj_file<size, big_endian>* relobj, in Copy_reloc_entry()
117 Sized_relobj_file<size, big_endian>* relobj_;
127 Sized_relobj_file<size, big_endian>* object,
140 Sized_relobj_file<size, big_endian>* object,
146 Sized_relobj_file<size, big_endian>*,
H A Dmapfile.cc205 const Sized_relobj_file<size, big_endian>* relobj, in print_input_section_symbols()
279 const Sized_relobj_file<32, false>* sized_relobj = in print_input_section()
280 static_cast<Sized_relobj_file<32, false>*>(relobj); in print_input_section()
288 const Sized_relobj_file<32, true>* sized_relobj = in print_input_section()
289 static_cast<Sized_relobj_file<32, true>*>(relobj); in print_input_section()
297 const Sized_relobj_file<64, false>* sized_relobj = in print_input_section()
298 static_cast<Sized_relobj_file<64, false>*>(relobj); in print_input_section()
306 const Sized_relobj_file<64, true>* sized_relobj = in print_input_section()
307 static_cast<Sized_relobj_file<64, true>*>(relobj); in print_input_section()
H A Dsparc.cc78 Sized_relobj_file<size, big_endian>* object,
92 Sized_relobj_file<size, big_endian>* object,
127 Sized_relobj_file<size, big_endian>* object,
142 Sized_relobj_file<size, big_endian>* object,
249 Sized_relobj_file<size, big_endian>* object,
258 Sized_relobj_file<size, big_endian>* object,
267 Sized_relobj_file<size, big_endian>* , in local_reloc_may_be_function_pointer()
278 Sized_relobj_file<size, big_endian>* , in global_reloc_may_be_function_pointer()
289 unsupported_reloc_local(Sized_relobj_file<size, big_endian>*,
293 unsupported_reloc_global(Sized_relobj_file<size, big_endian>*,
[all …]
H A Dobject.cc460 Sized_relobj_file<size, big_endian>::Sized_relobj_file( in Sized_relobj_file() function in gold::Sized_relobj_file
489 Sized_relobj_file<size, big_endian>::~Sized_relobj_file() in ~Sized_relobj_file()
498 Sized_relobj_file<size, big_endian>::do_setup() in do_setup()
511 Sized_relobj_file<size, big_endian>::find_symtab(const unsigned char* pshdrs) in find_symtab()
560 Sized_relobj_file<size, big_endian>::do_initialize_xindex() in do_initialize_xindex()
573 Sized_relobj_file<size, big_endian>::check_eh_frame_flags( in check_eh_frame_flags()
646 Sized_relobj_file<size, big_endian>::find_eh_frame( in find_eh_frame()
802 Sized_relobj_file<size, big_endian>::do_find_special_sections( in do_find_special_sections()
830 Sized_relobj_file<size, big_endian>::do_read_symbols(Read_symbols_data* sd) in do_read_symbols()
840 Sized_relobj_file<size, big_endian>::base_read_symbols(Read_symbols_data* sd) in base_read_symbols()
[all …]
H A DChangeLog-2018117 * object.cc (Sized_relobj_file::map_to_kept_section): Initialize
153 * object.cc (Sized_relobj_file::do_layout): Mark section as deferred.
235 * object.cc (Sized_relobj_file::do_layout): Call
277 * object.cc (Sized_relobj_file::layout_gnu_property_section): New
279 (Sized_relobj_file::do_layout): Handle .note.gnu.property sections.
280 * object.h (Sized_relobj_file::layout_gnu_property_section): New
457 * object.cc (Sized_relobj_file::include_section_group): Store
460 (Sized_relobj_file::include_linkonce_section): Likewise.
461 (Sized_relobj_file::map_to_kept_section): Add section name parameter.
463 (Sized_relobj_file::find_kept_section_object): New method.
[all …]
H A Dtilegx.cc110 Sized_relobj_file<size, big_endian>*, unsigned int);
250 Sized_relobj_file<size, big_endian>* object,
264 Sized_relobj_file<size, big_endian>* object,
300 Sized_relobj_file<size, big_endian>* object,
315 Sized_relobj_file<size, big_endian>* object,
462 Sized_relobj_file<size, big_endian>* object,
471 Sized_relobj_file<size, big_endian>* object,
480 Sized_relobj_file<size, big_endian>* object,
490 Sized_relobj_file<size, big_endian>* object,
499 unsupported_reloc_local(Sized_relobj_file<size, big_endian>*,
[all …]
H A DChangeLog-2017124 * object.h (class Sized_relobj_file): Remove discarded_eh_frame_shndx_.
125 * object.cc (Sized_relobj_file::Sized_relobj_file): Likewise.
126 (Sized_relobj_file::layout_eh_frame_section): Likewise.
127 (Sized_relobj_file::do_count_local_symbols): Check for optimized
129 (Sized_relobj_file::compute_final_local_value_internal): Likewise.
139 * object.cc (Sized_relobj_file::compute_final_local_value_internal):
142 (Sized_relobj_file::compute_final_local_value): Revert changes from
144 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
145 (Sized_relobj_file::write_local_symbols): Revert changes from
147 * object.h (Sized_relobj_file::compute_final_local_value_internal):
[all …]
H A Dcopy-relocs.cc42 Sized_relobj_file<size, big_endian>* object, in copy_reloc()
68 Sized_relobj_file<size, big_endian>* object, in need_copy_reloc()
114 Sized_relobj_file<size, big_endian>* object, in make_copy_reloc()
219 Sized_relobj_file<size, big_endian>* object, in save()
H A Di386.cc96 Sized_relobj_file<32, false>* relobj,
225 Sized_relobj_file<32, false>* object;
371 Sized_relobj_file<32, false>* object,
385 Sized_relobj_file<32, false>* object,
421 Sized_relobj_file<32, false>* object,
436 Sized_relobj_file<32, false>* object,
575 Sized_relobj_file<32, false>* object,
584 Sized_relobj_file<32, false>* object,
593 Sized_relobj_file<32, false>* object,
603 Sized_relobj_file<32, false>* object,
[all …]
H A Daarch64.cc452 Sized_relobj_file<size, big_endian>* relobj, in add_static_reloc()
497 Sized_relobj_file<size, big_endian>* object = reloc.relobj(); in do_write()
587 Sized_relobj_file<size, big_endian>* relobj, unsigned int index) in Static_reloc()
618 Sized_relobj_file<size, big_endian>*
651 Sized_relobj_file<size, big_endian>* relobj;
1755 class AArch64_relobj : public Sized_relobj_file<size, big_endian>
1771 : Sized_relobj_file<size, big_endian>(name, input_file, offset, ehdr), in AArch64_relobj()
1851 Sized_relobj_file<size, big_endian>::do_setup(); in do_setup()
1861 typename Sized_relobj_file<size, big_endian>::Views* pviews);
1873 typename Sized_relobj_file<size, big_endian>::Views* pviews);
[all …]

123