Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DTable.h260 struct PropDescr struct
270 getMaxState () in getMaxState()
275 int propID;
276 char *name;
277 char *uname;
278 VType_type vtype;
279 int flags;
283 Vector<char*>*stateUNames;
H A DTable.cc85 PropDescr::PropDescr (int _propID, const char *_name) in PropDescr() function in PropDescr