Home
last modified time | relevance | path

Searched refs:note_size_func (Results 1 – 1 of 1) sorted by relevance

/qemu/target/s390x/
H A Darch_dump.c200 uint64_t (*note_size_func)(void); /* NULL for non-dynamic sized contents */ member
242 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()