Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c75 #define PRINT_DEC(_title, _field) \ argument
76 print_num(state, _title, &layout->_field, SL_FMT_NUM_DEC)
80 #define PRINT_HEX(_title, _field) \ argument
81 print_num(state, _title, &layout->_field, SL_FMT_NUM_HEX)
85 #define PRINT_ZHEX(_title, _field) \ argument
86 print_num(state, _title, &layout->_field, SL_FMT_NUM_ZHEX)
90 #define PRINT_SUBTYPE(_title, _field, _func) \ argument
91 print_subtype(state, _title, &layout->_field, _func)
92 #define PRINT_STRBUF(_title, _field) \ argument
93 print_strbuf(state, _title, &layout->_field)