Lines Matching refs:bswap32s
2058 #define bswaptls(ptr) bswap32s(ptr)
2134 bswap32s(&ehdr->e_version); /* Object file version */ in bswap_ehdr()
2138 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in bswap_ehdr()
2154 bswap32s(&phdr->p_type); /* Segment type */ in bswap_phdr()
2155 bswap32s(&phdr->p_flags); /* Segment flags */ in bswap_phdr()
2172 bswap32s(&shdr->sh_name); in bswap_shdr()
2173 bswap32s(&shdr->sh_type); in bswap_shdr()
2178 bswap32s(&shdr->sh_link); in bswap_shdr()
2179 bswap32s(&shdr->sh_info); in bswap_shdr()
2191 bswap32s(&sym->st_name); in bswap_sym()
2205 bswap32s(&abiflags->ases); in bswap_mips_abiflags()
2206 bswap32s(&abiflags->isa_ext); in bswap_mips_abiflags()
2207 bswap32s(&abiflags->flags1); in bswap_mips_abiflags()
2208 bswap32s(&abiflags->flags2); in bswap_mips_abiflags()
3158 bswap32s(note.data + i); in parse_elf_properties()
4054 bswap32s(&en->n_namesz); in bswap_note()
4055 bswap32s(&en->n_descsz); in bswap_note()
4056 bswap32s(&en->n_type); in bswap_note()