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

  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.h 65 // will wind up. REL is the reloc itself. The Output_data_reloc
72 Output_data_reloc<sh_type, true, size, big_endian>*);
82 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
88 Output_data_reloc<sh_type, true, size, big_endian>*);
121 Output_data_reloc<sh_type, true, size, big_endian>*);
copy-relocs.cc 46 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
93 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
111 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
194 Output_data_reloc<sh_type, true, size, big_endian>* reloc_section)
output.cc     [all...]
output.h 996 // file. This could be a private class within Output_data_reloc, but
    [all...]
reloc.h 56 class Output_data_reloc;
mips.cc 621 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian>
    [all...]
aarch64.cc     [all...]
powerpc.cc 498 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...]
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...]
x86_64.cc 91 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, false> Reloc_section;
419 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, false> Reloc_section;
    [all...]
arm.cc     [all...]

Completed in 218 milliseconds