Searched refs:SOM_AUX_ID_TYPE_MASK (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/som/
H A Daout.h94 #define SOM_AUX_ID_TYPE_MASK 0xffff macro
/netbsd-current/external/gpl3/gdb/dist/include/som/
H A Daout.h94 #define SOM_AUX_ID_TYPE_MASK 0xffff macro
/netbsd-current/external/gpl3/binutils.old/dist/include/som/
H A Daout.h94 #define SOM_AUX_ID_TYPE_MASK 0xffff macro
/netbsd-current/external/gpl3/binutils/dist/include/som/
H A Daout.h94 #define SOM_AUX_ID_TYPE_MASK 0xffff macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c1842 dst->type = (flags >> SOM_AUX_ID_TYPE_SH) & SOM_AUX_ID_TYPE_MASK;
1860 flags |= (src->type & SOM_AUX_ID_TYPE_MASK) << SOM_AUX_ID_TYPE_SH;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsom.c1842 dst->type = (flags >> SOM_AUX_ID_TYPE_SH) & SOM_AUX_ID_TYPE_MASK;
1860 flags |= (src->type & SOM_AUX_ID_TYPE_MASK) << SOM_AUX_ID_TYPE_SH;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c1841 dst->type = (flags >> SOM_AUX_ID_TYPE_SH) & SOM_AUX_ID_TYPE_MASK;
1859 flags |= (src->type & SOM_AUX_ID_TYPE_MASK) << SOM_AUX_ID_TYPE_SH;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsom.c1842 dst->type = (flags >> SOM_AUX_ID_TYPE_SH) & SOM_AUX_ID_TYPE_MASK;
1860 flags |= (src->type & SOM_AUX_ID_TYPE_MASK) << SOM_AUX_ID_TYPE_SH;

Completed in 255 milliseconds