Home
last modified time | relevance | path

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

/external/qemu/
Dloader.c179 bswap32s(&e->a_info); in bswap_ahdr()
180 bswap32s(&e->a_text); in bswap_ahdr()
181 bswap32s(&e->a_data); in bswap_ahdr()
182 bswap32s(&e->a_bss); in bswap_ahdr()
183 bswap32s(&e->a_syms); in bswap_ahdr()
184 bswap32s(&e->a_entry); in bswap_ahdr()
185 bswap32s(&e->a_trsize); in bswap_ahdr()
186 bswap32s(&e->a_drsize); in bswap_ahdr()
283 #define bswapSZs bswap32s
360 bswap32s(&hdr->ih_magic); in bswap_uboot_header()
[all …]
Delf_ops.h5 bswap32s(&ehdr->e_version); /* Object file version */ in glue()
9 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in glue()
20 bswap32s(&phdr->p_type); /* Segment type */ in glue()
26 bswap32s(&phdr->p_flags); /* Segment flags */ in glue()
32 bswap32s(&shdr->sh_name); in glue()
33 bswap32s(&shdr->sh_type); in glue()
38 bswap32s(&shdr->sh_link); in glue()
39 bswap32s(&shdr->sh_info); in glue()
46 bswap32s(&sym->st_name); in glue()
Dbswap.h74 static inline void bswap32s(uint32_t *s) in bswap32s() function
Dcpu-all.h110 #define bswaptls(s) bswap32s(s)