Home
last modified time | relevance | path

Searched defs:EF_MIPS_CPIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h514 EF_MIPS_CPIC = 0x00000004, // Call object with Position independent code enumerator
/freebsd/sys/sys/
H A Delf_common.h350 #define EF_MIPS_CPIC 0x00000004 /* STD PIC calling sequence */ macro