/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
startv2.s | 1 .abiversion 2
|
funv2.s | 1 .abiversion 2
|
/external/llvm/test/MC/PowerPC/ |
ppc64-abiversion.s | 7 .abiversion 2
|
/external/llvm/test/CodeGen/PowerPC/ |
ppc64-elf-abi.ll | 8 ; CHECK-ELFv2: .abiversion 2 9 ; CHECK-ELFv1-NOT: .abiversion 2
|
ppc64le-localentry-large.ll | 8 ; CHECK: .abiversion 2
|
ppc64le-localentry.ll | 14 ; CHECK: .abiversion 2
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 115 void emitAbiVersion(int AbiVersion) override { 116 OS << "\t.abiversion " << AbiVersion << '\n'; 144 void emitAbiVersion(int AbiVersion) override { 148 Flags |= (AbiVersion & ELF::EF_PPC64_ABI); 167 // For GAS compatibility, unless we already saw a .abiversion directive, 198 void emitAbiVersion(int AbiVersion) override { 199 llvm_unreachable("Unknown pseudo-op: .abiversion");
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetStreamer.h | 22 virtual void emitAbiVersion(int AbiVersion) = 0;
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsGNUInfo.h | 25 uint8_t ABIVersion() const;
|
MipsGNUInfo.cpp | 32 uint8_t MipsGNUInfo::ABIVersion() const {
|
/frameworks/compile/mclinker/include/mcld/Target/ |
GNUInfo.h | 34 /// ABIVersion - the value of e_ident[EI_ABIVRESION] 35 virtual uint8_t ABIVersion() const { return 0x0; }
|
/external/deqp/android/scripts/ |
common.py | 37 def __init__ (self, apiVersion, abiVersion, prebuiltDir): 39 self.abiVersion = abiVersion 43 return "(API: %s, ABI: %s)" % (self.apiVersion, self.abiVersion) 46 return "(API: %s, ABI: %s)" % (self.apiVersion, self.abiVersion)
|
build.py | 50 buildName = "%s-%d-%s" % (buildType.lower(), nativeLib.apiVersion, nativeLib.abiVersion) 59 libsDir = os.path.join(libTargetDir, nativeLib.abiVersion) 73 '-DANDROID_ABI=%s' % nativeLib.abiVersion,
|
/toolchain/binutils/binutils-2.25/gold/ |
target-select.h | 81 int machine, int osabi, int abiversion) 82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } 248 int abiversion);
|
nacl.h | 114 int machine, int osabi, int abiversion) 120 machine, osabi, abiversion);
|
target-select.cc | 103 int osabi, int abiversion) 113 machine, osabi, abiversion);
|
powerpc.cc | 301 abiversion() const function in class:__anon108414::Powerpc_relobj 444 abiversion() const function in class:__anon108414::Powerpc_dynobj 755 if (this->abiversion() >= 2) 766 if (this->abiversion() >= 2) 830 abiversion () const function in class:__anon108414::Target_powerpc 845 { return this->abiversion() < 2 ? 40 : 24; } 984 if (ppcobj->abiversion() == 1) 1007 if (ppcobj->abiversion() == 1) [all...] |
/external/llvm/test/tools/llvm-readobj/ |
file-headers.test | 87 ELF32-NEXT: ABIVersion: 0 118 ELF64-NEXT: ABIVersion: 0 352 ELF-LANAI-NEXT: ABIVersion: 0
|
/external/boringssl/src/crypto/perlasm/ |
ppc-xlate.pl | 83 $ret = ".abiversion 2\n".$ret if ($flavour =~ /linux.*64le/);
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-ppc.c | 240 abiversion (bfd *abfd) function [all...] |
ChangeLog | [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | [all...] |
/prebuilts/go/darwin-x86/src/debug/elf/ |
file.go | 32 ABIVersion uint8 261 f.ABIVersion = ident[EI_ABIVERSION]
|
/prebuilts/go/linux-x86/src/debug/elf/ |
file.go | 32 ABIVersion uint8 261 f.ABIVersion = ident[EI_ABIVERSION]
|
/frameworks/compile/mclinker/lib/LD/ |
ELFObjectWriter.cpp | 223 header->e_ident[llvm::ELF::EI_ABIVERSION] = target().getInfo().ABIVersion();
|