Searched refs:pnstate (Results 1 – 1 of 1) sorted by relevance
3668 parse_note_t pnstate; in note_entry() local3670 pnstate.pns_file = file; in note_entry()3671 pnstate.pns_cache = cache; in note_entry()3672 pnstate.pns_size = size; in note_entry()3673 pnstate.pns_data = data; in note_entry()3679 while (pnstate.pns_size > 0) { in note_entry()3681 if (parse_note_entry(&pnstate) == 0) in note_entry()3689 (pnstate.pn_namesz == (MSG_STR_CORE_SIZE + 1)) && in note_entry()3690 (strncmp(MSG_ORIG(MSG_STR_CORE), pnstate.pn_name, in note_entry()3697 EC_WORD(pnstate.pn_namesz)); in note_entry()[all …]