Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c15064 N_U64 = 0x0000080, enumerator
15097 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
15099 #define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 | N_U32 | N_U64)
15374 case 64: return N_U64; in type_chk_of_el_type()
15406 else if ((mask & (N_S64 | N_U64 | N_I64 | N_64 | N_F64 | N_P64)) != 0) in el_type_of_type_chk()
15413 else if ((mask & (N_U8 | N_U16 | N_U32 | N_U64)) != 0) in el_type_of_type_chk()