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

  /bionic/linker/
linker_mips.cpp 219 #define PT_MIPS_ABIFLAGS 0x70000003 // is .MIPS.abiflags segment
241 mips_elf_abiflags_v0* abiflags = nullptr; local
244 // Find soinfo's optional .MIPS.abiflags segment
252 abiflags = reinterpret_cast<mips_elf_abiflags_v0*>(ph.p_vaddr + load_bias);
258 if (abiflags == nullptr) {
259 // Old compilers and some translators don't emit the new abiflags section.
272 mips_fpabi = abiflags->fp_abi;
273 if ( (abiflags->flags1 & MIPS_AFL_FLAGS1_ODDSPREG)
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 553 /* The abiflags for this object. */
554 Elf_Internal_ABIFlags_v0 abiflags; member in struct:mips_elf_obj_tdata
831 (strcmp (NAME, ".MIPS.abiflags") == 0)
14717 Elf_Internal_ABIFlags_v0 *abiflags; local
15119 Elf_Internal_ABIFlags_v0 abiflags; local
15793 Elf_Internal_ABIFlags_v0 *abiflags = &mips_elf_tdata (abfd)->abiflags; local
    [all...]

Completed in 972 milliseconds