Home
last modified time | relevance | path

Searched refs:bswap16s (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Delf_ops.h3 bswap16s(&ehdr->e_type); /* Object file type */ in glue()
4 bswap16s(&ehdr->e_machine); /* Architecture */ in glue()
10 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ in glue()
11 bswap16s(&ehdr->e_phentsize); /* Program header table entry size */ in glue()
12 bswap16s(&ehdr->e_phnum); /* Program header table entry count */ in glue()
13 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in glue()
14 bswap16s(&ehdr->e_shnum); /* Section header table entry count */ in glue()
15 bswap16s(&ehdr->e_shstrndx); /* Section header string table index */ in glue()
49 bswap16s(&sym->st_shndx); in glue()
Dbswap.h69 static inline void bswap16s(uint16_t *s) in bswap16s() function