Home
last modified time | relevance | path

Searched refs:PRFLAG_NOSHOW (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DTable.h257 PRFLAG_NOSHOW = 0x40 enumerator
H A DDbeSession.cc2870 prop->flags = PRFLAG_NOSHOW; // do not show descriptions in propNames_name_store()
3245 if (pname == NULL || *pname == 0 || prop->flags & PRFLAG_NOSHOW) in get_filter_keywords()
H A DDbeSession.cc.12864 prop->flags = PRFLAG_NOSHOW; // do not show descriptions
3251 if (pname == NULL || *pname == 0 || prop->flags & PRFLAG_NOSHOW)
H A DExperiment.cc1178 propDscr->flags |= PRFLAG_NOSHOW; in startElement()