Lines Matching refs:bswap32s
179 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()
361 bswap32s(&hdr->ih_hcrc); in bswap_uboot_header()
362 bswap32s(&hdr->ih_time); in bswap_uboot_header()
363 bswap32s(&hdr->ih_size); in bswap_uboot_header()
364 bswap32s(&hdr->ih_load); in bswap_uboot_header()
365 bswap32s(&hdr->ih_ep); in bswap_uboot_header()
366 bswap32s(&hdr->ih_dcrc); in bswap_uboot_header()