Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.tcc56 return (bswap16(hdr->e_machine) == target().machine()); in isMyMachine()
68 type = bswap16(hdr->e_type); in fileType()
106 shentsize = bswap16(ehdr->e_shentsize); in readSectionHeaders()
107 shnum = bswap16(ehdr->e_shnum); in readSectionHeaders()
108 shstrtab = bswap16(ehdr->e_shstrndx); in readSectionHeaders()
283 st_shndx = bswap16(symtab[idx].st_shndx); in readSymbols()
385 st_shndx = bswap16(entry->st_shndx); in readSymbol()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h69 inline uint16_t bswap16(uint16_t pData) in bswap16() function