Searched defs:match_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c92 } match_state; variable in typeref:struct:__anon1436
387 match_state.item_type = MATCH_ITEM_PT;
390 match_state.item_type = MATCH_ITEM_SHT;
405 for (list = match_state.list; list; list = list->next) {
460 if (match_state.list == NULL)
467 if (item_type != match_state.item_type)
471 for (list = match_state.list; list; list = list->next) {
510 * Add an entry to match_state.list for use by match(). This routine is for
532 /* Insert at end of match_state.list */
533 if (match_state
[all...]

Completed in 45 milliseconds