Home
last modified time | relevance | path

Searched defs:symstruct (Results 1 – 2 of 2) sorted by relevance

/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dtypes.h137 struct symstruct struct
143 struct symstruct *next; argument
144 struct symstruct **prev; argument
145 struct typestruct *type;
147 {
155 offset;
157 {
162 name;
/dports/devel/dev86/dev86-0.16.20/ld/
H A Dtype.h61 struct symstruct /* symbol table entry format */ struct
66 struct symstruct *next; /* next symbol with same hash value */ argument
68 }; /* don't use sizeof( struct symstruct )!! */ argument