Searched refs:bswap32s (Results 1 – 12 of 12) sorted by relevance
52 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 …]
198 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 bswap32s520 bswap32s(&hdr->ih_magic); in bswap_uboot_header()[all …]
5 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);
16 #define bswaptls(s) bswap32s(s)
2054 #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 …]
52 #define bswaptls(ptr) bswap32s(ptr)
49 #define bswaptls(ptr) bswap32s(ptr)
114 bswap32s(&uuid.fields.time_low); in qemu_uuid_bswap()
28 static inline void bswap32s(uint32_t *s) in bswap32s() function
90 bswap32s((uint32_t *)mem_buf); in ppc_maybe_bswap_register()
1208 bswap32s(addr); in mips_malta_init()