Searched refs:stIndirect (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dsymconst.h116 #define stIndirect 34 /* Indirect type specification */ macro
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmdebugread.c997 case stIndirect:
998 /* Irix5 cc puts out a stIndirect for struct x if it is not
1309 case stIndirect: /* forward declaration on Irix5 */
3455 case stIndirect: /* Irix5 forward declaration */
4304 || (sh.st != stBlock && sh.st != stTypedef && sh.st != stIndirect
4324 if ((sh.iss == 0 && sh.st == stTypedef) || sh.st == stIndirect)
4337 compilation unit. Irix5 cc uses a stIndirect symbol for this.

Completed in 125 milliseconds