Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h160 #define EF_MIPS_CPIC 0x00000004 /* STD PIC calling sequence */ macro
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Dmips.h182 EF_MIPS_CPIC = 0x00000004, enumerator
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h182 EF_MIPS_CPIC = 0x00000004, enumerator
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h186 #define EF_MIPS_CPIC 0x00000004 macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dmips.h186 #define EF_MIPS_CPIC 0x00000004 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h506 EF_MIPS_CPIC = 0x00000004, // Call object with Position independent code enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1095 enum EF_MIPS_CPIC = 4; variable