Searched refs:bswap16 (Results 1 – 3 of 3) sorted by relevance
114 #ifdef bswap16115 #undef bswap16126 inline uint16_t bswap16(uint16_t pData) in bswap16() function
101 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()248 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()260 type = mcld::bswap16(hdr->e_type); in fileType()297 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()298 shnum = mcld::bswap16(ehdr->e_shnum); in readSectionHeaders()299 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()452 st_shndx = mcld::bswap16(entry->st_shndx); in readSignature()610 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()757 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()769 type = mcld::bswap16(hdr->e_type); in fileType()[all …]
239 tmp_data = mcld::bswap16(pReloc.target()); in writeRelocationResult()