Searched refs:bswap16s (Results 1 – 7 of 7) sorted by relevance
50 bswap16s(&ehdr->e_type); /* Object file type */ in bswap_ehdr()51 bswap16s(&ehdr->e_machine); /* Architecture */ in bswap_ehdr()57 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ in bswap_ehdr()58 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in bswap_ehdr()59 bswap16s(&ehdr->e_phnum); /* Program header table entry count */ in bswap_ehdr()60 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()61 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in bswap_ehdr()62 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */ in bswap_ehdr()104 bswap16s(&sym->st_shndx); in bswap_sym()
115 bswap16s(&uuid.fields.time_mid); in qemu_uuid_bswap()116 bswap16s(&uuid.fields.time_high_and_version); in qemu_uuid_bswap()
3 bswap16s(&ehdr->e_type); /* Object file type */4 bswap16s(&ehdr->e_machine); /* Architecture */10 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */12 bswap16s(&ehdr->e_phnum); /* Program header table entry count */13 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */14 bswap16s(&ehdr->e_shnum); /* Section header table entry count */15 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */49 bswap16s(&sym->st_shndx);
2125 bswap16s(&ehdr->e_type); /* Object file type */ in bswap_ehdr()2126 bswap16s(&ehdr->e_machine); /* Architecture */ in bswap_ehdr()2132 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ in bswap_ehdr()2133 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in bswap_ehdr()2134 bswap16s(&ehdr->e_phnum); /* Program header table entry count */ in bswap_ehdr()2135 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()2136 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in bswap_ehdr()2137 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */ in bswap_ehdr()2177 bswap16s(&sym->st_shndx); in bswap_sym()2183 bswap16s(&abiflags->version); in bswap_mips_abiflags()
18 static inline void bswap16s(uint16_t *s) in bswap16s() function
90 bswap16s((uint16_t *)(buf + i)); in ledma_memory_read()
21931 bswap16s(ret); in read_u16()