Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dsymconst.h116 #define stIndirect 34 /* Indirect type specification */ macro
DChangeLog-9103745 * symconst.h: Pick up SGI define for stIndirect.
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dsymconst.h116 #define stIndirect 34 /* Indirect type specification */ macro
DChangeLog-9103728 * symconst.h: Pick up SGI define for stIndirect.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c981 case stIndirect: in parse_symbol()
1293 case stIndirect: /* forward declaration on Irix5 */ in parse_symbol()
3438 case stIndirect: /* Irix5 forward declaration */ in parse_partial_symbols()
4279 || (sh.st != stBlock && sh.st != stTypedef && sh.st != stIndirect in cross_ref()
4299 if ((sh.iss == 0 && sh.st == stTypedef) || sh.st == stIndirect) in cross_ref()
DChangeLog-19951544 (cross_ref): Handle stIndirect forward reference to btTypedef.
DChangeLog-19942829 Handle SGI Irix5 stIndirect symbol type.