Home
last modified time | relevance | path

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

/openbmc/qemu/dump/
H A Ddump.c108 g_clear_pointer(&s->string_table_buf, g_array_unref); in dump_cleanup()
400 uint64_t index = s->string_table_buf->len; in prepare_elf_section_hdr_string()
407 g_array_append_vals(s->string_table_buf, strtab, sizeof(strtab)); in prepare_elf_section_hdr_string()
413 shdr64.sh_size = s->string_table_buf->len; in prepare_elf_section_hdr_string()
420 shdr32.sh_size = s->string_table_buf->len; in prepare_elf_section_hdr_string()
511 ret = fd_write_vmcore(s->string_table_buf->data, in write_elf_sections()
512 s->string_table_buf->len, s); in write_elf_sections()
1826 s->string_table_buf = g_array_new(FALSE, TRUE, 1); in dump_init()
1831 g_array_set_size(s->string_table_buf, 1); in dump_init()
/openbmc/qemu/include/sysemu/
H A Ddump.h187 GArray *string_table_buf; /* String table data buffer */ member
/openbmc/qemu/target/s390x/
H A Darch_dump.c369 shdr->sh_name = s->string_table_buf->len; 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()