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]
198 ELF-MIPSEL-NEXT: Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_ABI_O32…
491 EFlags |= ELF::EF_MIPS_CPIC; in MipsTargetELFStreamer()545 if (EFlags & ELF::EF_MIPS_CPIC && getABI().IsN64()) in finish()668 Flags |= ELF::EF_MIPS_CPIC | ELF::EF_MIPS_PIC; in emitDirectiveAbiCalls()703 Flags |= ELF::EF_MIPS_PIC | ELF::EF_MIPS_CPIC; in emitDirectiveOptionPic2()
463 EF_MIPS_CPIC = 0x00000004, // Call object with Position independent code enumerator
268 BCase(EF_MIPS_CPIC) in bitset()
1407 #define EF_MIPS_CPIC 4 /* Uses PIC calling sequence. */ macro
862 LLVM_READOBJ_ENUM_ENT(ELF, EF_MIPS_CPIC),
1074 #define EF_MIPS_CPIC 4 /* Uses PIC calling sequence */ macro