Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c372 atoui_type_t atoui_type; in match_prepare() local
388 atoui_type = ATOUI_PT; in match_prepare()
391 atoui_type = ATOUI_SHT; in match_prepare()
413 if (atoui(str, atoui_type, &list->value.type) == 0) { in match_prepare()