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

  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 31 // Copy_relocs methods.
38 Copy_relocs<sh_type, size, big_endian>::copy_reloc(
63 Copy_relocs<sh_type, size, big_endian>::need_copy_reloc(
88 Copy_relocs<sh_type, size, big_endian>::emit_copy_reloc(
107 Copy_relocs<sh_type, size, big_endian>::make_copy_reloc(
174 Copy_relocs<sh_type, size, big_endian>::save(
193 Copy_relocs<sh_type, size, big_endian>::emit(
220 class Copy_relocs<elfcpp::SHT_REL, 32, false>;
223 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
228 class Copy_relocs<elfcpp::SHT_REL, 32, true>
    [all...]
copy-relocs.h 50 class Copy_relocs
56 Copy_relocs(unsigned int copy_reloc_type)
incremental.h     [all...]
incremental.cc 718 for (typename Copy_relocs::iterator p = this->copy_relocs_.begin();
    [all...]
mips.cc     [all...]
i386.cc 871 Copy_relocs<elfcpp::SHT_REL, 32, false> copy_relocs_;
    [all...]
sparc.cc 448 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
    [all...]
tilegx.cc 652 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
    [all...]
x86_64.cc 1007 Copy_relocs<elfcpp::SHT_RELA, size, false> copy_relocs_;
    [all...]
aarch64.cc     [all...]
powerpc.cc     [all...]
arm.cc     [all...]

Completed in 331 milliseconds