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

  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 35 #define EF_ARM_EABI_VER5 0x05000000
  /external/llvm/include/llvm/Support/
ELF.h 598 EF_ARM_EABI_VER5 = 0x05000000U,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 709 // the status quo for ARM and setting EF_ARM_EABI_VER5 as the default.
711 MES->getAssembler().setELFHeaderEFlags(ELF::EF_ARM_EABI_VER5);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 260 // the statu/parseDirects quo for ARM and setting EF_ARM_EABI_VER5 as the default.
262 MES->getAssembler().setELFHeaderEFlags(ELF::EF_ARM_EABI_VER5);
    [all...]

Completed in 48 milliseconds