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

  /bionic/linker/
linker_mips.cpp 226 uint8_t fp_abi; // mips32 ABI variants for floating point member in struct:mips_elf_abiflags_v0
233 // Some values of fp_abi: via compiler flag:
266 mips_fpabi = abiflags->fp_abi;
  /art/compiler/
elf_builder.h 437 // Set the fp_abi to MIPS_ABI_FP_64A for mips32 with 64-bit FPUs (ie: mips32 R5 and R6).
439 abiflags_.fp_abi = (isa == kMips && !fpu32) ? MIPS_ABI_FP_64A : MIPS_ABI_FP_DOUBLE;
461 uint8_t fp_abi; member in struct:art::FINAL::FINAL::__anon8
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 1089 unsigned char fp_abi[1]; member in struct:__anon108666
1114 unsigned char fp_abi; member in struct:__anon108667
    [all...]
  /external/elfutils/libelf/
elf.h 1801 unsigned char fp_abi; member in struct:__anon18782
    [all...]
  /external/kmod/port-gnu/
elf.h 1800 unsigned char fp_abi; member in struct:__anon21997
    [all...]

Completed in 84 milliseconds