HomeSort by relevance Sort by last modified time
    Searched refs:Output_data_reloc (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
copy-relocs.h 65 // will wind up. REL is the reloc itself. The Output_data_reloc
77 Output_data_reloc<sh_type, true, size, big_endian>*);
87 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
93 Output_data_reloc<sh_type, true, size, big_endian>*);
127 Output_data_reloc<sh_type, true, size, big_endian>*);
copy-relocs.cc 48 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)
208 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
output.cc     [all...]
output.h 1108 // file. This could be a private class within Output_data_reloc, but
    [all...]
aarch64.cc     [all...]
mips.cc 672 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
    [all...]
reloc.h 56 class Output_data_reloc;
    [all...]
x86_64.cc 91 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, false> Reloc_section;
446 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, false> Reloc_section;
447 typedef Output_data_reloc<elfcpp::SHT_RELR, true, size, false> Relr_section;
    [all...]
powerpc.cc 575 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
583 Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
    [all...]
i386.cc 84 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;
    [all...]
s390.cc 87 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, true>
275 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, true> Reloc_section;
    [all...]
sparc.cc 57 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian> Reloc_section;
    [all...]
tilegx.cc 68 typedef Output_data_reloc<elfcpp::SHT_RELA, true,size, big_endian>
234 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
    [all...]
arm.cc     [all...]

Completed in 265 milliseconds