Searched refs:Output_data_reloc (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcopy-relocs.h66 // will wind up. REL is the reloc itself. The Output_data_reloc
78 Output_data_reloc<sh_type, true, size, big_endian>*);
88 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
94 Output_data_reloc<sh_type, true, size, big_endian>*);
128 Output_data_reloc<sh_type, true, size, big_endian>*);
H A Dcopy-relocs.cc48 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
96 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
115 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
236 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
235 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
H A Doutput.cc5424 class Output_data_reloc<elfcpp::SHT_REL, false, 32, false>;
5429 class Output_data_reloc<elfcpp::SHT_REL, false, 32, true>;
5434 class Output_data_reloc<elfcpp::SHT_REL, false, 64, false>;
5439 class Output_data_reloc<elfcpp::SHT_REL, false, 64, true>;
5444 class Output_data_reloc<elfcpp::SHT_REL, true, 32, false>;
5449 class Output_data_reloc<elfcpp::SHT_REL, true, 32, true>;
5454 class Output_data_reloc<elfcpp::SHT_REL, true, 64, false>;
5459 class Output_data_reloc<elfcpp::SHT_REL, true, 64, true>;
5464 class Output_data_reloc<elfcpp::SHT_RELA, false, 32, false>;
5469 class Output_data_reloc<elfcp
[all...]
H A Doutput.h1109 // file. This could be a private class within Output_data_reloc, but
1589 // Output_data_reloc is used to manage a section containing relocs.
1593 // Output_data_reloc is the real class, which we specialize based on
1696 class Output_data_reloc;
1698 // The SHT_REL version of Output_data_reloc.
1701 class Output_data_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> class in namespace:gold
1712 Output_data_reloc(bool sr) function in class:gold::Output_data_reloc
2012 // The SHT_RELA version of Output_data_reloc.
2015 class Output_data_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian> class in namespace:gold
2027 Output_data_reloc(boo function in class:gold::Output_data_reloc
[all...]
H A Dmips.cc675 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
1979 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
2440 class Mips_output_data_reloc : public Output_data_reloc<sh_type, dynamic,
2445 : Output_data_reloc<sh_type, dynamic, size, big_endian>(sort_relocs)
2929 emit_mips(Output_data_reloc<sh_type, true, size, big_endian>*,
2941 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8315 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8334 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8314 emit_mips( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
H A Dreloc.h56 class Output_data_reloc;
H A Daarch64.cc2900 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
4206 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6104 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6394 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6464 Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>*
H A Ds390.cc87 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, true>
275 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, true> Reloc_section;
H A Dsparc.cc57 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
1305 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
H A Dtilegx.cc68 typedef Output_data_reloc<elfcpp::SHT_RELA, true,size, big_endian>
234 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
H A Di386.cc84 typedef Output_data_reloc<elfcpp::SHT_REL, true, 32, false> Reloc_section;
356 typedef Output_data_reloc<elfcpp::SHT_REL, true, 32, false> Reloc_section;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcopy-relocs.h66 // will wind up. REL is the reloc itself. The Output_data_reloc
78 Output_data_reloc<sh_type, true, size, big_endian>*);
88 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
94 Output_data_reloc<sh_type, true, size, big_endian>*);
128 Output_data_reloc<sh_type, true, size, big_endian>*);
H A Dcopy-relocs.cc48 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
96 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
115 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
236 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
235 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
H A Doutput.cc5469 class Output_data_reloc<elfcpp::SHT_REL, false, 32, false>;
5474 class Output_data_reloc<elfcpp::SHT_REL, false, 32, true>;
5479 class Output_data_reloc<elfcpp::SHT_REL, false, 64, false>;
5484 class Output_data_reloc<elfcpp::SHT_REL, false, 64, true>;
5489 class Output_data_reloc<elfcpp::SHT_REL, true, 32, false>;
5494 class Output_data_reloc<elfcpp::SHT_REL, true, 32, true>;
5499 class Output_data_reloc<elfcpp::SHT_REL, true, 64, false>;
5504 class Output_data_reloc<elfcpp::SHT_REL, true, 64, true>;
5509 class Output_data_reloc<elfcpp::SHT_RELA, false, 32, false>;
5514 class Output_data_reloc<elfcp
[all...]
H A Doutput.h1109 // file. This could be a private class within Output_data_reloc, but
1589 // Output_data_reloc is used to manage a section containing relocs.
1593 // Output_data_reloc is the real class, which we specialize based on
1696 class Output_data_reloc;
1698 // The SHT_REL version of Output_data_reloc.
1701 class Output_data_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> class in namespace:gold
1712 Output_data_reloc(bool sr) function in class:gold::Output_data_reloc
2012 // The SHT_RELA version of Output_data_reloc.
2015 class Output_data_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian> class in namespace:gold
2027 Output_data_reloc(boo function in class:gold::Output_data_reloc
[all...]
H A Dmips.cc675 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
1979 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
2440 class Mips_output_data_reloc : public Output_data_reloc<sh_type, dynamic,
2445 : Output_data_reloc<sh_type, dynamic, size, big_endian>(sort_relocs)
2929 emit_mips(Output_data_reloc<sh_type, true, size, big_endian>*,
2941 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8315 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8334 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8314 emit_mips( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
H A Dreloc.h56 class Output_data_reloc;
H A Daarch64.cc2900 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
4206 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6104 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6394 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6464 Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>*
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcopy-relocs.h66 // will wind up. REL is the reloc itself. The Output_data_reloc
78 Output_data_reloc<sh_type, true, size, big_endian>*);
88 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
94 Output_data_reloc<sh_type, true, size, big_endian>*);
128 Output_data_reloc<sh_type, true, size, big_endian>*);
H A Dcopy-relocs.cc48 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
96 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
115 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
236 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
235 emit( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
H A Doutput.cc5424 class Output_data_reloc<elfcpp::SHT_REL, false, 32, false>;
5429 class Output_data_reloc<elfcpp::SHT_REL, false, 32, true>;
5434 class Output_data_reloc<elfcpp::SHT_REL, false, 64, false>;
5439 class Output_data_reloc<elfcpp::SHT_REL, false, 64, true>;
5444 class Output_data_reloc<elfcpp::SHT_REL, true, 32, false>;
5449 class Output_data_reloc<elfcpp::SHT_REL, true, 32, true>;
5454 class Output_data_reloc<elfcpp::SHT_REL, true, 64, false>;
5459 class Output_data_reloc<elfcpp::SHT_REL, true, 64, true>;
5464 class Output_data_reloc<elfcpp::SHT_RELA, false, 32, false>;
5469 class Output_data_reloc<elfcp
[all...]
H A Doutput.h1109 // file. This could be a private class within Output_data_reloc, but
1589 // Output_data_reloc is used to manage a section containing relocs.
1593 // Output_data_reloc is the real class, which we specialize based on
1696 class Output_data_reloc;
1698 // The SHT_REL version of Output_data_reloc.
1701 class Output_data_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> class in namespace:gold
1712 Output_data_reloc(bool sr) function in class:gold::Output_data_reloc
2012 // The SHT_RELA version of Output_data_reloc.
2015 class Output_data_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian> class in namespace:gold
2027 Output_data_reloc(boo function in class:gold::Output_data_reloc
[all...]
H A Dmips.cc675 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
1979 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
2440 class Mips_output_data_reloc : public Output_data_reloc<sh_type, dynamic,
2445 : Output_data_reloc<sh_type, dynamic, size, big_endian>(sort_relocs)
2929 emit_mips(Output_data_reloc<sh_type, true, size, big_endian>*,
2941 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8315 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8334 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section,
8314 emit_mips( Output_data_reloc<sh_type, true, size, big_endian>* reloc_section, Symbol_table* symtab, Layout* layout, Target_mips<size, big_endian>* target) argument
H A Dreloc.h56 class Output_data_reloc;
H A Daarch64.cc2900 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
4206 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6104 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6394 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
6464 Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>*

Completed in 1119 milliseconds

12