HomeSort by relevance Sort by last modified time
    Searched defs:eabi (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
assembler_thumb_test.cc 113 // Find the latest version of the arm-eabi tools (biggest version number).
114 // Suffix on toolsdir will be something like "arm-eabi-4.8"
117 size_t eabi = subdir.find(TOOL_PREFIX); local
118 if (eabi != std::string::npos) {
119 std::string suffix = subdir.substr(eabi + strlen(TOOL_PREFIX));
    [all...]
  /external/qemu/target-arm/
cpu.h 256 int eabi; member in struct:CPUARMState

Completed in 671 milliseconds