Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc42 bswaps(&shdr->sh_type);
132 switch (shdr[i].sh_type) {
H A Delfload.c2173 bswap32s(&shdr->sh_type); in bswap_shdr()
3667 if (shdr[i].sh_type == SHT_SYMTAB) { in load_symbols()
/qemu/bsd-user/
H A Delfload.c87 bswap32s(&shdr->sh_type); in bswap_shdr()
410 if (sechdr.sh_type == SHT_SYMTAB) { in load_symbols()
/qemu/include/
H A Delf.h1603 Elf32_Word sh_type; member
1616 Elf64_Word sh_type; /* Type of section */ member
/qemu/include/hw/
H A Delf_ops.h.inc33 bswap32s(&shdr->sh_type);
64 if (shdr_table[i].sh_type == type)
/qemu/target/s390x/
H A Darch_dump.c366 shdr->sh_type = SHT_PROGBITS; in arch_sections_write_hdr()
/qemu/tcg/
H A Dtcg.c7182 [0] = { .sh_type = SHT_NULL }, in tcg_register_jit_int()
7188 .sh_type = SHT_NOBITS, in tcg_register_jit_int()
7192 .sh_type = SHT_PROGBITS, in tcg_register_jit_int()
7197 .sh_type = SHT_PROGBITS, in tcg_register_jit_int()
7202 .sh_type = SHT_PROGBITS, in tcg_register_jit_int()
7206 .sh_type = SHT_SYMTAB, in tcg_register_jit_int()
7214 .sh_type = SHT_STRTAB, in tcg_register_jit_int()
/qemu/dump/
H A Ddump.c410 shdr64.sh_type = SHT_STRTAB; in prepare_elf_section_hdr_string()
417 shdr32.sh_type = SHT_STRTAB; in prepare_elf_section_hdr_string()