Lines Matching refs:pn_descsz
3640 Word pn_descsz; /* Value of note descsz field */ member
3697 if ((state->pn_descsz = *state->pns_data++) != 0) { in parse_note_entry()
3706 if (state->pns_size >= state->pn_descsz) { in parse_note_entry()
3707 state->pns_size -= state->pn_descsz; in parse_note_entry()
3732 if ((pad = (state->pn_descsz & (sizeof (Word) - 1))) != 0) { in parse_note_entry()
3739 if (state->pn_descsz) { in parse_note_entry()
3743 state->pn_descsz + pad); in parse_note_entry()
3802 EC_WORD(pnstate.pn_descsz)); in note_entry()
3830 if (pnstate.pn_descsz) { in note_entry()
3844 pnstate.pn_descsz); in note_entry()
3883 pnstate.pn_descsz, 8, 4, 4); in note_entry()
3989 (pnstate.pn_descsz < 16)) in has_linux_abi_note()