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.c345 atoui_type_t atoui_type; in match_prepare() local
361 atoui_type = ATOUI_PT; in match_prepare()
364 atoui_type = ATOUI_SHT; in match_prepare()
386 if (atoui(str, atoui_type, &list->value.type) == 0) { in match_prepare()