Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Darch_dump.c232 int note_size, prev_size = 0, content_size; in s390x_write_elf64_notes() local
242 content_size = nf->note_size_func ? nf->note_size_func() : nf->contents_size; in s390x_write_elf64_notes()
243 note_size = sizeof(Note) - sizeof(notep->contents) + content_size; in s390x_write_elf64_notes()
254 notep->hdr.n_descsz = cpu_to_be32(content_size); in s390x_write_elf64_notes()
476 int note_head_size, content_size; in cpu_get_note_size() local
491 content_size = nf->contents_size ? nf->contents_size : nf->note_size_func(); in cpu_get_note_size()
493 content_size; in cpu_get_note_size()