Searched refs:SHT_RELA (Results 1 - 25 of 138) sorted by relevance

123456

/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_data.c71 case SHT_RELA:
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcopy-relocs.cc265 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
273 class Copy_relocs<elfcpp::SHT_RELA, 32, true>;
281 class Copy_relocs<elfcpp::SHT_RELA, 64, false>;
289 class Copy_relocs<elfcpp::SHT_RELA, 64, true>;
H A Dreloc-types.h35 // SH_TYPE, which is either elfcpp::SHT_REL or elfcpp::SHT_RELA.
62 struct Reloc_types<elfcpp::SHT_RELA, size, big_endian>
H A Dreloc.cc284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
546 gold_assert(p->sh_type == elfcpp::SHT_RELA);
547 this->incremental_relocs_scan_reltype<elfcpp::SHT_RELA>(p);
710 || shdr.get_sh_type() == elfcpp::SHT_RELA)
915 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
1065 gold_assert(sh_type == elfcpp::SHT_RELA);
1066 this->incremental_relocs_write_reltype<elfcpp::SHT_RELA>(
1139 if (sh_type == elfcpp::SHT_RELA)
1220 gold_assert(sh_type == elfcpp::SHT_RELA);
1221 this->split_stack_adjust_reltype<elfcpp::SHT_RELA>(symta
[all...]
H A Doutput.cc1223 Output_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian>::write(
1250 else if (sh_type == elfcpp::SHT_RELA)
5429 class Output_reloc<elfcpp::SHT_RELA, false, 32, false>;
5434 class Output_reloc<elfcpp::SHT_RELA, false, 32, true>;
5439 class Output_reloc<elfcpp::SHT_RELA, false, 64, false>;
5444 class Output_reloc<elfcpp::SHT_RELA, false, 64, true>;
5449 class Output_reloc<elfcpp::SHT_RELA, true, 32, false>;
5454 class Output_reloc<elfcpp::SHT_RELA, true, 32, true>;
5459 class Output_reloc<elfcpp::SHT_RELA, true, 64, false>;
5464 class Output_reloc<elfcpp::SHT_RELA, tru
[all...]
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;
751 Copy_relocs<elfcpp::SHT_RELA, size, true> copy_relocs_;
1024 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1178 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1656 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1678 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
3166 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, true>
4004 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, true>
4119 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
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>
658 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1955 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1977 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1993 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
2174 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
4167 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4206 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4758 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
H A Dsparc.cc57 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
461 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1268 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1290 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1305 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
1472 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1602 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
3124 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
3159 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4254 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreloc-types.h35 // SH_TYPE, which is either elfcpp::SHT_REL or elfcpp::SHT_RELA.
62 struct Reloc_types<elfcpp::SHT_RELA, size, big_endian>
H A Dcopy-relocs.cc265 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
273 class Copy_relocs<elfcpp::SHT_RELA, 32, true>;
281 class Copy_relocs<elfcpp::SHT_RELA, 64, false>;
289 class Copy_relocs<elfcpp::SHT_RELA, 64, true>;
H A Dreloc.cc284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
546 gold_assert(p->sh_type == elfcpp::SHT_RELA);
547 this->incremental_relocs_scan_reltype<elfcpp::SHT_RELA>(p);
710 || shdr.get_sh_type() == elfcpp::SHT_RELA)
915 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
1065 gold_assert(sh_type == elfcpp::SHT_RELA);
1066 this->incremental_relocs_write_reltype<elfcpp::SHT_RELA>(
1139 if (sh_type == elfcpp::SHT_RELA)
1220 gold_assert(sh_type == elfcpp::SHT_RELA);
1221 this->split_stack_adjust_reltype<elfcpp::SHT_RELA>(symta
[all...]
H A Doutput.cc1225 Output_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian>::write(
1252 else if (sh_type == elfcpp::SHT_RELA)
5384 class Output_reloc<elfcpp::SHT_RELA, false, 32, false>;
5389 class Output_reloc<elfcpp::SHT_RELA, false, 32, true>;
5394 class Output_reloc<elfcpp::SHT_RELA, false, 64, false>;
5399 class Output_reloc<elfcpp::SHT_RELA, false, 64, true>;
5404 class Output_reloc<elfcpp::SHT_RELA, true, 32, false>;
5409 class Output_reloc<elfcpp::SHT_RELA, true, 32, true>;
5414 class Output_reloc<elfcpp::SHT_RELA, true, 64, false>;
5419 class Output_reloc<elfcpp::SHT_RELA, tru
[all...]
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;
756 Copy_relocs<elfcpp::SHT_RELA, size, true> copy_relocs_;
1029 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1183 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1661 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1683 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
3171 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, true>
4009 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, true>
4124 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
H A Dsparc.cc57 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
461 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1268 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1290 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1305 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
1472 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1602 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
3124 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
3159 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4254 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
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>
658 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1955 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1977 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1993 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
2174 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
4167 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4206 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4758 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcopy-relocs.cc265 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
273 class Copy_relocs<elfcpp::SHT_RELA, 32, true>;
281 class Copy_relocs<elfcpp::SHT_RELA, 64, false>;
289 class Copy_relocs<elfcpp::SHT_RELA, 64, true>;
H A Dreloc-types.h35 // SH_TYPE, which is either elfcpp::SHT_REL or elfcpp::SHT_RELA.
62 struct Reloc_types<elfcpp::SHT_RELA, size, big_endian>
H A Dreloc.cc284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
546 gold_assert(p->sh_type == elfcpp::SHT_RELA);
547 this->incremental_relocs_scan_reltype<elfcpp::SHT_RELA>(p);
710 || shdr.get_sh_type() == elfcpp::SHT_RELA)
915 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA)
1065 gold_assert(sh_type == elfcpp::SHT_RELA);
1066 this->incremental_relocs_write_reltype<elfcpp::SHT_RELA>(
1139 if (sh_type == elfcpp::SHT_RELA)
1220 gold_assert(sh_type == elfcpp::SHT_RELA);
1221 this->split_stack_adjust_reltype<elfcpp::SHT_RELA>(symta
[all...]
H A Doutput.cc1223 Output_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian>::write(
1250 else if (sh_type == elfcpp::SHT_RELA)
5429 class Output_reloc<elfcpp::SHT_RELA, false, 32, false>;
5434 class Output_reloc<elfcpp::SHT_RELA, false, 32, true>;
5439 class Output_reloc<elfcpp::SHT_RELA, false, 64, false>;
5444 class Output_reloc<elfcpp::SHT_RELA, false, 64, true>;
5449 class Output_reloc<elfcpp::SHT_RELA, true, 32, false>;
5454 class Output_reloc<elfcpp::SHT_RELA, true, 32, true>;
5459 class Output_reloc<elfcpp::SHT_RELA, true, 64, false>;
5464 class Output_reloc<elfcpp::SHT_RELA, tru
[all...]
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;
751 Copy_relocs<elfcpp::SHT_RELA, size, true> copy_relocs_;
1024 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1178 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1656 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1678 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
3166 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, true>
4004 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, true>
4119 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
H A Dsparc.cc57 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
461 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1268 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1290 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1305 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
1472 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
1602 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
3124 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
3159 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4254 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
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>
658 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1955 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1977 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA,
1993 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
2174 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA,
4167 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4206 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian>
4758 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, siz
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DELF.h165 SHT_RELA = 4, enumerator in enum:__anon1686
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Delf.c316 eif.shdr[i].sh_type != SHT_RELA &&
495 if (eif.shdr[i].sh_type != SHT_RELA) {
/netbsd-current/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c191 } else if (be32toh(sh[i].sh_type) == SHT_RELA) {
313 if (be32toh(sh[i].sh_type) != SHT_RELA)

Completed in 582 milliseconds

123456