Searched refs:bswap16 (Results 1 – 3 of 3) sorted by relevance
103 #ifdef bswap16104 #undef bswap16115 inline uint16_t bswap16(uint16_t pData) { in bswap16() function
100 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()285 type = mcld::bswap16(hdr->e_type); in fileType()320 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()321 shnum = mcld::bswap16(ehdr->e_shnum); in readSectionHeaders()322 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()456 st_shndx = mcld::bswap16(entry->st_shndx); in readSignature()600 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()779 type = mcld::bswap16(hdr->e_type); in fileType()[all …]
971 tmp_data = mcld::bswap16(pReloc.target()); in writeRelocationResult()