Searched refs:note_size_func (Results 1 – 1 of 1) sorted by relevance
200 uint64_t (*note_size_func)(void); /* NULL for non-dynamic sized contents */ member242 content_size = nf->note_size_func ? nf->note_size_func() : nf->contents_size; in s390x_write_elf64_notes()491 content_size = nf->contents_size ? nf->contents_size : nf->note_size_func(); in cpu_get_note_size()