Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp232 switch (flags & EF_MIPS_ARCH) { in getArchName()
278 uint32_t ret = files[0].flags & (EF_MIPS_ARCH | EF_MIPS_MACH); in getArchFlags()
281 uint32_t newFlags = f.flags & (EF_MIPS_ARCH | EF_MIPS_MACH); in getArchFlags()
388 uint32_t arch = config->eflags & EF_MIPS_ARCH; in isMipsR6()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp300 BCaseMask(EF_MIPS_ARCH_1, EF_MIPS_ARCH) in bitset()
301 BCaseMask(EF_MIPS_ARCH_2, EF_MIPS_ARCH) in bitset()
302 BCaseMask(EF_MIPS_ARCH_3, EF_MIPS_ARCH) in bitset()
303 BCaseMask(EF_MIPS_ARCH_4, EF_MIPS_ARCH) in bitset()
304 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH) in bitset()
305 BCaseMask(EF_MIPS_ARCH_32, EF_MIPS_ARCH) in bitset()
306 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH) in bitset()
307 BCaseMask(EF_MIPS_ARCH_32R2, EF_MIPS_ARCH) in bitset()
308 BCaseMask(EF_MIPS_ARCH_64R2, EF_MIPS_ARCH) in bitset()
309 BCaseMask(EF_MIPS_ARCH_32R6, EF_MIPS_ARCH) in bitset()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp331 BCaseMask(EF_MIPS_ARCH_1, EF_MIPS_ARCH); in bitset()
332 BCaseMask(EF_MIPS_ARCH_2, EF_MIPS_ARCH); in bitset()
333 BCaseMask(EF_MIPS_ARCH_3, EF_MIPS_ARCH); in bitset()
334 BCaseMask(EF_MIPS_ARCH_4, EF_MIPS_ARCH); in bitset()
335 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH); in bitset()
336 BCaseMask(EF_MIPS_ARCH_32, EF_MIPS_ARCH); in bitset()
337 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH); in bitset()
338 BCaseMask(EF_MIPS_ARCH_32R2, EF_MIPS_ARCH); in bitset()
339 BCaseMask(EF_MIPS_ARCH_64R2, EF_MIPS_ARCH); in bitset()
340 BCaseMask(EF_MIPS_ARCH_32R6, EF_MIPS_ARCH); in bitset()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp342 BCaseMask(EF_MIPS_ARCH_1, EF_MIPS_ARCH); in bitset()
343 BCaseMask(EF_MIPS_ARCH_2, EF_MIPS_ARCH); in bitset()
344 BCaseMask(EF_MIPS_ARCH_3, EF_MIPS_ARCH); in bitset()
345 BCaseMask(EF_MIPS_ARCH_4, EF_MIPS_ARCH); in bitset()
346 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH); in bitset()
347 BCaseMask(EF_MIPS_ARCH_32, EF_MIPS_ARCH); in bitset()
348 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH); in bitset()
349 BCaseMask(EF_MIPS_ARCH_32R2, EF_MIPS_ARCH); in bitset()
350 BCaseMask(EF_MIPS_ARCH_64R2, EF_MIPS_ARCH); in bitset()
351 BCaseMask(EF_MIPS_ARCH_32R6, EF_MIPS_ARCH); in bitset()
[all …]
/external/llvm/lib/Object/
DELFObjectFile.cpp65 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp101 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getMIPSFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp959 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_32R6 || in createStubFunction()
960 (AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6) in createStubFunction()
981 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6) in createStubFunction()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp975 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_32R6 || in createStubFunction()
976 (AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6) in createStubFunction()
997 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6) in createStubFunction()
/external/llvm-project/llvm/lib/Object/
DELFObjectFile.cpp103 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getMIPSFeatures()
/external/llvm/include/llvm/Support/
DELF.h526 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h517 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h540 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h550 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h1157 #define EF_MIPS_ARCH 0xf0000000 macro
/external/kmod/port-gnu/
Delf.h1413 #define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level. */ macro
/external/elfutils/libelf/
Delf.h1649 #define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level. */ macro
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp247 const uint32_t mips_arch = header.e_flags & llvm::ELF::EF_MIPS_ARCH; in mipsVariantFromElfFlags()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3545 unsigned(ELF::EF_MIPS_ARCH), unsigned(ELF::EF_MIPS_ABI), in printFileHeaders()
6317 unsigned(ELF::EF_MIPS_ARCH), unsigned(ELF::EF_MIPS_ABI), in printFileHeaders()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3194 unsigned(ELF::EF_MIPS_ARCH), unsigned(ELF::EF_MIPS_ABI), in printFileHeaders()