Searched refs:padded_len (Results 1 – 1 of 1) sorted by relevance
2066 size_t padded_len; in append_note_data() local2068 padded_len = roundup2(len, ELF_NOTE_ROUNDSIZE); in append_note_data()2071 bzero((char *)dst + len, padded_len - len); in append_note_data()2073 return (padded_len); in append_note_data()