Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Darch_dump.c345 uint64_t (*sections_size_func)(DumpState *s); member
364 for (; sctn->sections_size_func; off += shdr->sh_size, sctn++, shdr++) { in arch_sections_write_hdr()
368 shdr->sh_size = sctn->sections_size_func(s); in arch_sections_write_hdr()
406 for (; sctn->sections_size_func; sctn++) { in arch_sections_add()
408 s->elf_section_data_size += sctn->sections_size_func(s); in arch_sections_add()
426 for (; sctn->sections_size_func; sctn++) { in arch_sections_write()
428 buff += sctn->sections_size_func(s); in arch_sections_write()