/toolchain/binutils/binutils-2.25/gold/ |
target.h | 95 machine_code() const function in class:gold::Target 96 { return this->pti_->machine_code; } 506 elfcpp::EM machine_code; member in struct:gold::Target::Target_info [all...] |
fileread.cc | 1131 Binary_to_elf binary_to_elf(target.machine_code(),
|
sparc.cc | 64 elf_machine_(sparc_info.machine_code), elf_flags_(0), 466 elfcpp::EM_SPARC, // machine_code 493 elfcpp::EM_SPARCV9, // machine_code [all...] |
tilegx.cc | 664 elfcpp::EM_TILEGX, // machine_code 691 elfcpp::EM_TILEGX, // machine_code 718 elfcpp::EM_TILEGX, // machine_code 745 elfcpp::EM_TILEGX, // machine_code [all...] |
x86_64.cc | 1023 elfcpp::EM_X86_64, // machine_code [all...] |
aarch64.cc | [all...] |
powerpc.cc | [all...] |
i386.cc | 882 elfcpp::EM_386, // machine_code [all...] |
arm.cc | [all...] |
output.cc | 532 oehdr.put_e_machine(this->target_->machine_code()); [all...] |
mips.cc | [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
testfile.cc | 92 static_cast<elfcpp::EM>(0xffff), // machine_code
|