Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3672 parse_note_t pnstate; in note_entry() local
3674 pnstate.pns_file = file; in note_entry()
3675 pnstate.pns_cache = cache; in note_entry()
3676 pnstate.pns_size = size; in note_entry()
3677 pnstate.pns_data = data; in note_entry()
3683 while (pnstate.pns_size > 0) { in note_entry()
3685 if (parse_note_entry(&pnstate) == 0) in note_entry()
3693 (pnstate.pn_namesz == (MSG_STR_CORE_SIZE + 1)) && in note_entry()
3694 (strncmp(MSG_ORIG(MSG_STR_CORE), pnstate.pn_name, in note_entry()
3701 EC_WORD(pnstate.pn_namesz)); in note_entry()
[all …]