Searched refs:EF_MIPS_CPIC (Results 1 – 10 of 10) sorted by relevance
45 return (elf_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) == EF_MIPS_CPIC; in mips_elf_is_cpic()
9 ; EF_MIPS_CPIC (0x00000004) - See note below16 ; Note that EF_MIPS_CPIC is set by -mabicalls which is the default on Linux
18 Flags: [EF_MIPS_CPIC]
197 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
438 EFlags |= ELF::EF_MIPS_CPIC; in MipsTargetELFStreamer()494 if (EFlags & ELF::EF_MIPS_CPIC && getABI().IsN64()) in finish()606 Flags |= ELF::EF_MIPS_CPIC | ELF::EF_MIPS_PIC; in emitDirectiveAbiCalls()641 Flags |= ELF::EF_MIPS_PIC | ELF::EF_MIPS_CPIC; in emitDirectiveOptionPic2()
434 EF_MIPS_CPIC = 0x00000004, // Call object with Position independent code enumerator
266 BCase(EF_MIPS_CPIC) in bitset()
505 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_CPIC),
1381 #define EF_MIPS_CPIC 4 /* Uses PIC calling sequence. */ macro
1074 #define EF_MIPS_CPIC 4 /* Uses PIC calling sequence */ macro