Searched refs:note_hdr (Results 1 – 1 of 1) sorted by relevance
208 elf_note note_hdr = { 0 }; in elf_write_note() local225 note_hdr.n_namesz = name_len; in elf_write_note()226 note_hdr.n_descsz = data_sz; in elf_write_note()227 note_hdr.n_type = type; in elf_write_note()229 err = self->write_cfg->write(self->write_cfg->priv, (void*)¬e_hdr, sizeof(note_hdr)); in elf_write_note()