Searched refs:ISFCN (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT)) macro
181 struct /* if ISFCN, tag, or .bb */
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h448 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
468 if (ISFCN (type))
539 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
559 if (ISFCN (type))
H A Dcoff64-rs6000.c417 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
424 if (ISFCN (type))
502 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
511 if (ISFCN (type))
H A DpeXXigen.c264 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
281 if (ISFCN (type))
338 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
355 if (ISFCN (type))
H A Dcofflink.c45 /* Define macros so that the ISFCN, et. al., macros work correctly.
1480 if (! ISFCN (isym.n_type))
1981 if (ISFCN (isymp->n_type)
2194 if ((ISFCN (is.n_type)
H A Dcoff-rs6000.c460 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
479 if (ISFCN (type))
563 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
582 if (ISFCN (type))
H A Dcoffgen.c1356 if ((ISFCN (type) || ISTAG (class) || class == C_BLOCK || class == C_FCN)
1956 if (ISFCN (combined->u.syment.n_type))
H A Dxcofflink.c991 /* Define macros so that ISFCN, et. al., macros work correctly. */
1136 && ISFCN (sym.n_type))
3444 /* Define macros so that ISFCN, et. al., macros work correctly. */
4022 if (ISFCN (isymp->n_type)
4068 && ISFCN (isymp->n_type)
H A Dcoffcode.h4427 if (ISFCN ((src->u.syment.n_type)))
4458 if (ISFCN ((src->u.syment.n_type)))
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c39 macros like ISFCN and DECREF, from coff/internal.h, will work
157 else if (ISFCN (ntype))
761 if (ISFCN (syment.n_type))
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h496 #define ISFCN(x) \ macro
529 { /* if ISFCN, tag, or .bb */
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c96 internally to the BTYPE, ISPTR, ISFCN, ISARY, ISTAG, and DECREF
765 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
1498 if (ISFCN (cs->c_type))
1712 else if (ISFCN (c_type))
H A Dxcoffread.c1202 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
1479 if (ISFCN (cs->c_type))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c945 if (ISFCN (S_GET_DATA_TYPE (def_symbol_in_progress)) &&
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c2724 else if (ISFCN (val))

Completed in 400 milliseconds