Lines Matching defs:Sparc
0 // sparc.cc -- sparc target support for gold.
32 #include "sparc.h"
516 // mode, sparc instructions are still big endian.
1799 // necessary due to how, on Sparc and some other targets, .rela.dyn
2134 // These are the relocation types supported by glibc for sparc 64-bit.
2176 // These are the relocation types supported by glibc for sparc 32-bit.
2846 // not work properly. That's because ld.so on sparc
3038 typedef Target_sparc<size, big_endian> Sparc;
3041 gold::gc_process_relocs<size, big_endian, Sparc, elfcpp::SHT_RELA, Scan,
3073 typedef Target_sparc<size, big_endian> Sparc;
3083 gold::scan_relocs<size, big_endian, Sparc, elfcpp::SHT_RELA, Scan>(
4142 typedef Target_sparc<size, big_endian> Sparc;
4147 gold::relocate_section<size, big_endian, Sparc, elfcpp::SHT_RELA,
4262 // Sized_relobj_file<size, big_endian> to process SPARC specific bits
4354 // The selector for sparc object files.
4362 (size == 64 ? "elf64-sparc" : "elf32-sparc"),