Home
last modified time | relevance | path

Searched refs:OPTION_ELF_BASE (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c10105 #define OPTION_ELF_BASE (OPTION_MISC_BASE + 16) macro
10106 #define OPTION_CALL_SHARED (OPTION_ELF_BASE + 0)
10109 #define OPTION_NON_SHARED (OPTION_ELF_BASE + 1)
10111 #define OPTION_XGOT (OPTION_ELF_BASE + 2)
10113 #define OPTION_MABI (OPTION_ELF_BASE + 3)
10115 #define OPTION_32 (OPTION_ELF_BASE + 4)
10117 #define OPTION_N32 (OPTION_ELF_BASE + 5)
10119 #define OPTION_64 (OPTION_ELF_BASE + 6)
10121 #define OPTION_MDEBUG (OPTION_ELF_BASE + 7)
10123 #define OPTION_NO_MDEBUG (OPTION_ELF_BASE + 8)
[all …]