Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Delfload.c50 bswap16s(&ehdr->e_type); /* Object file type */ in bswap_ehdr()
51 bswap16s(&ehdr->e_machine); /* Architecture */ in bswap_ehdr()
57 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ in bswap_ehdr()
58 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in bswap_ehdr()
59 bswap16s(&ehdr->e_phnum); /* Program header table entry count */ in bswap_ehdr()
60 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()
61 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in bswap_ehdr()
62 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */ in bswap_ehdr()
104 bswap16s(&sym->st_shndx); in bswap_sym()
/openbmc/qemu/util/
H A Duuid.c115 bswap16s(&uuid.fields.time_mid); in qemu_uuid_bswap()
116 bswap16s(&uuid.fields.time_high_and_version); in qemu_uuid_bswap()
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc3 bswap16s(&ehdr->e_type); /* Object file type */
4 bswap16s(&ehdr->e_machine); /* Architecture */
10 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */
11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */
12 bswap16s(&ehdr->e_phnum); /* Program header table entry count */
13 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */
14 bswap16s(&ehdr->e_shnum); /* Section header table entry count */
15 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */
49 bswap16s(&sym->st_shndx);
/openbmc/qemu/linux-user/
H A Delfload.c2125 bswap16s(&ehdr->e_type); /* Object file type */ in bswap_ehdr()
2126 bswap16s(&ehdr->e_machine); /* Architecture */ in bswap_ehdr()
2132 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ in bswap_ehdr()
2133 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in bswap_ehdr()
2134 bswap16s(&ehdr->e_phnum); /* Program header table entry count */ in bswap_ehdr()
2135 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()
2136 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in bswap_ehdr()
2137 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */ in bswap_ehdr()
2177 bswap16s(&sym->st_shndx); in bswap_sym()
2183 bswap16s(&abiflags->version); in bswap_mips_abiflags()
/openbmc/qemu/include/qemu/
H A Dbswap.h18 static inline void bswap16s(uint16_t *s) in bswap16s() function
/openbmc/qemu/hw/dma/
H A Dsparc32_dma.c90 bswap16s((uint16_t *)(buf + i)); in ledma_memory_read()
/openbmc/qemu/disas/
H A Dnanomips.c21931 bswap16s(ret); in read_u16()