Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Darch_dump.c357 struct sections *sctn = sections; in arch_sections_write_hdr() local
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()
370 g_array_append_vals(s->string_table_buf, sctn->sctn_str, sizeof(sctn->sctn_str)); in arch_sections_write_hdr()
380 struct sections *sctn = sections; in arch_sections_add() local
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()
419 struct sections *sctn = sections; in arch_sections_write() local
426 for (; sctn->sections_size_func; sctn++) { in arch_sections_write()
427 rc = sctn->sections_contents_func(s, buff); in arch_sections_write()
[all …]