HomeSort by relevance Sort by last modified time
    Searched refs:bswap16s (Results 1 - 2 of 2) sorted by null

  /external/qemu/
elf_ops.h 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);
bswap.h 69 static inline void bswap16s(uint16_t *s) function

Completed in 107 milliseconds