Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Delfload.c52 bswap32s(&ehdr->e_version); /* Object file version */ in bswap_ehdr()
56 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in bswap_ehdr()
70 bswap32s(&phdr->p_type); /* Segment type */ in bswap_phdr()
71 bswap32s(&phdr->p_flags); /* Segment flags */ in bswap_phdr()
86 bswap32s(&shdr->sh_name); in bswap_shdr()
87 bswap32s(&shdr->sh_type); in bswap_shdr()
92 bswap32s(&shdr->sh_link); in bswap_shdr()
93 bswap32s(&shdr->sh_info); in bswap_shdr()
101 bswap32s(&sym->st_name); in bswap_sym()
109 bswap32s(&en->n_namesz); in bswap_note()
[all …]
/openbmc/qemu/hw/core/
H A Dloader.c198 bswap32s(&e->a_info); in bswap_ahdr()
199 bswap32s(&e->a_text); in bswap_ahdr()
200 bswap32s(&e->a_data); in bswap_ahdr()
201 bswap32s(&e->a_bss); in bswap_ahdr()
202 bswap32s(&e->a_syms); in bswap_ahdr()
203 bswap32s(&e->a_entry); in bswap_ahdr()
204 bswap32s(&e->a_trsize); in bswap_ahdr()
205 bswap32s(&e->a_drsize); in bswap_ahdr()
307 #define bswapSZs bswap32s
520 bswap32s(&hdr->ih_magic); in bswap_uboot_header()
[all …]
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc5 bswap32s(&ehdr->e_version); /* Object file version */
9 bswap32s(&ehdr->e_flags); /* Processor-specific flags */
20 bswap32s(&phdr->p_type); /* Segment type */
26 bswap32s(&phdr->p_flags); /* Segment flags */
32 bswap32s(&shdr->sh_name);
33 bswap32s(&shdr->sh_type);
38 bswap32s(&shdr->sh_link);
39 bswap32s(&shdr->sh_info);
46 bswap32s(&sym->st_name);
/openbmc/qemu/include/user/
H A Dtswap-target.h16 #define bswaptls(s) bswap32s(s)
/openbmc/qemu/linux-user/
H A Delfload.c2054 #define bswaptls(ptr) bswap32s(ptr)
2127 bswap32s(&ehdr->e_version); /* Object file version */ in bswap_ehdr()
2131 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in bswap_ehdr()
2144 bswap32s(&phdr->p_type); /* Segment type */ in bswap_phdr()
2145 bswap32s(&phdr->p_flags); /* Segment flags */ in bswap_phdr()
2159 bswap32s(&shdr->sh_name); in bswap_shdr()
2160 bswap32s(&shdr->sh_type); in bswap_shdr()
2165 bswap32s(&shdr->sh_link); in bswap_shdr()
2166 bswap32s(&shdr->sh_info); in bswap_shdr()
2174 bswap32s(&sym->st_name); in bswap_sym()
[all …]
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h52 #define bswaptls(ptr) bswap32s(ptr)
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h49 #define bswaptls(ptr) bswap32s(ptr)
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h49 #define bswaptls(ptr) bswap32s(ptr)
/openbmc/qemu/util/
H A Duuid.c114 bswap32s(&uuid.fields.time_low); in qemu_uuid_bswap()
/openbmc/qemu/include/qemu/
H A Dbswap.h28 static inline void bswap32s(uint32_t *s) in bswap32s() function
/openbmc/qemu/target/ppc/
H A Dgdbstub.c90 bswap32s((uint32_t *)mem_buf); in ppc_maybe_bswap_register()
/openbmc/qemu/hw/mips/
H A Dmalta.c1208 bswap32s(addr); in mips_malta_init()