Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3771 parse_note_t pnstate; in note_entry() local
3773 pnstate.pns_file = file; in note_entry()
3774 pnstate.pns_cache = cache; in note_entry()
3775 pnstate.pns_size = size; in note_entry()
3776 pnstate.pns_data = data; in note_entry()
3782 while (pnstate.pns_size > 0) { in note_entry()
3784 if (parse_note_entry(&pnstate) == 0) in note_entry()
3792 (pnstate.pn_namesz == (MSG_STR_CORE_SIZE + 1)) && in note_entry()
3793 (strncmp(MSG_ORIG(MSG_STR_CORE), pnstate.pn_name, in note_entry()
3800 EC_WORD(pnstate.pn_namesz)); in note_entry()
[all …]