Home
last modified time | relevance | path

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

/openbmc/qemu/dump/
H A Ddump.c160 elf_header->e_shnum = cpu_to_dump16(s, s->shdr_num); in prepare_elf64_header()
161 elf_header->e_shstrndx = cpu_to_dump16(s, s->shdr_num - 1); in prepare_elf64_header()
187 elf_header->e_shnum = cpu_to_dump16(s, s->shdr_num); in prepare_elf32_header()
188 elf_header->e_shstrndx = cpu_to_dump16(s, s->shdr_num - 1); in prepare_elf32_header()
200 assert(s->shdr_num >= 2); in write_elf_header()
438 len = sizeof_shdr * s->shdr_num; in prepare_elf_section_hdrs()
460 && s->shdr_num > 2) { in prepare_elf_section_hdrs()
463 if (s->shdr_num >= SHN_LORESERVE) { in prepare_elf_section_hdrs()
487 ret = fd_write_vmcore(s->elf_section_hdrs, s->shdr_num * sizeof_shdr, s); in write_elf_section_headers()
1965 s->shdr_num = 2; in dump_init()
[all …]
/openbmc/qemu/include/sysemu/
H A Ddump.h177 uint32_t shdr_num; member
/openbmc/qemu/target/s390x/
H A Darch_dump.c407 s->shdr_num += 1; in arch_sections_add()