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

/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h97 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */ macro
H A Dinternal.h597 #define SMTYP_SMTYP(x) ((x) & 0x7) /* symbol type */ macro
/freebsd-12-stable/contrib/binutils/bfd/
H A Dxcofflink.c1217 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3492 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3997 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
4419 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
H A Dcoffcode.h2301 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2362 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2390 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp),
/freebsd-12-stable/contrib/gdb/gdb/
H A Dxcoffread.c1063 #define CSECT_SMTYP(PP) (SMTYP_SMTYP(CSECT(PP).x_smtyp))

Completed in 186 milliseconds