Searched refs:note_state_t (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | corenote.c | 115 } note_state_t; typedef 121 typedef void (* dump_func_t)(note_state_t *state, const char *title); 201 extract_as_word(note_state_t *state, const sl_field_t *fdesc) in extract_as_word() 206 extract_as_lword(note_state_t *state, const sl_field_t *fdesc) in extract_as_lword() 211 extract_as_sword(note_state_t *state, const sl_field_t *fdesc) in extract_as_sword() 216 fmt_num(note_state_t *state, const sl_field_t *fdesc, in fmt_num() 228 data_present(note_state_t *state, const sl_field_t *fdesc) in data_present() 240 indent_enter(note_state_t *state, const char *title, in indent_enter() 255 indent_exit(note_state_t *state) in indent_exit() 267 print_num(note_state_t *state, const char *title, in print_num() [all …]
|