Searched refs:AARCH64_MAX_SYSREG_NAME_LEN (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Daarch64.h1025 #define AARCH64_MAX_SYSREG_NAME_LEN 32
1023 #define AARCH64_MAX_SYSREG_NAME_LEN macro
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Daarch64.h954 #define AARCH64_MAX_SYSREG_NAME_LEN 32
952 #define AARCH64_MAX_SYSREG_NAME_LEN macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Daarch64.h1031 #define AARCH64_MAX_SYSREG_NAME_LEN 32
1029 #define AARCH64_MAX_SYSREG_NAME_LEN macro
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c4754 char buf[AARCH64_MAX_SYSREG_NAME_LEN];
4764 /* If the name is longer than AARCH64_MAX_SYSREG_NAME_LEN then it cannot be a
4819 char buf[AARCH64_MAX_SYSREG_NAME_LEN];
4828 /* If the name is longer than AARCH64_MAX_SYSREG_NAME_LEN then it cannot be a
9453 gas_assert (strlen (key) < AARCH64_MAX_SYSREG_NAME_LEN);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-aarch64.c4105 char buf[AARCH64_MAX_SYSREG_NAME_LEN];
4115 /* If the name is longer than AARCH64_MAX_SYSREG_NAME_LEN then it cannot be a
4170 char buf[AARCH64_MAX_SYSREG_NAME_LEN];
4179 /* If the name is longer than AARCH64_MAX_SYSREG_NAME_LEN then it cannot be a
8642 gas_assert (strlen (key) < AARCH64_MAX_SYSREG_NAME_LEN);

Completed in 224 milliseconds