Lines Matching refs:bswap16
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()
814 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()
815 shnum = mcld::bswap16(ehdr->e_shnum); in readSectionHeaders()
816 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
950 st_shndx = mcld::bswap16(entry->st_shndx); in readSignature()