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

  /bionic/linker/
linker_mips.cpp 224 uint8_t fp_abi; // mips32 ABI variants for floating point member in struct:mips_elf_abiflags_v0
231 // Some values of fp_abi: via compiler flag:
272 mips_fpabi = abiflags->fp_abi;
  /art/compiler/
elf_builder.h 432 // Set the fp_abi to MIPS_ABI_FP_64A for mips32 with 64-bit FPUs (ie: mips32 R5 and R6).
434 abiflags_.fp_abi = (isa == kMips && !fpu32) ? MIPS_ABI_FP_64A : MIPS_ABI_FP_DOUBLE;
456 uint8_t fp_abi; member in struct:art::FINAL::FINAL::__anon9
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 1089 unsigned char fp_abi[1]; member in struct:__anon75596
1114 unsigned char fp_abi; member in struct:__anon75597
    [all...]
  /external/elfutils/libelf/
elf.h 1801 unsigned char fp_abi; member in struct:__anon10834
    [all...]

Completed in 413 milliseconds