Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcsky-opc.h672 const char *abi_name; member
702 #define DECLARE_REG(regno, abi_name, support) \ argument
703 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
729 #define DECLARE_REG(regno, abi_name, support) \ argument
730 {0, regno, "cr"#regno, abi_name, support, NULL}
773 #define DECLARE_REG(regno, abi_name, support) \ argument
774 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
828 #define DECLARE_REG(regno, abi_name) \ argument
829 {0, regno, "cr<"#regno", 0>", abi_name, REG_SUPPORT_ALL, NULL}
863 #define DECLARE_REG(regno, abi_name, support) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcsky-opc.h672 const char *abi_name; member
702 #define DECLARE_REG(regno, abi_name, support) \ argument
703 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
729 #define DECLARE_REG(regno, abi_name, support) \ argument
730 {0, regno, "cr"#regno, abi_name, support, NULL}
773 #define DECLARE_REG(regno, abi_name, support) \ argument
774 {GENERAL_REG_BANK, regno, "r"#regno, abi_name, support, NULL}
828 #define DECLARE_REG(regno, abi_name) \ argument
829 {0, regno, "cr<"#regno", 0>", abi_name, REG_SUPPORT_ALL, NULL}
863 #define DECLARE_REG(regno, abi_name, support) \ argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-options.cc2049 const char *abi_name = opts->x_ix86_abi == MS_ABI ? "ms" : "sysv"; in ix86_option_override_internal() local
2052 error ("%<-mabi=%s%> not supported with %<-fsanitize=address%>", abi_name); in ix86_option_override_internal()
2056 abi_name); in ix86_option_override_internal()
2059 error ("%<-mabi=%s%> not supported with %<-fsanitize=thread%>", abi_name); in ix86_option_override_internal()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20029088 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201125298 struct abi_name, arm_all_abis): Remove.