Searched refs:bswap16 (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h103 #ifdef bswap16
104 #undef bswap16 macro
113 /// bswap16 - byte swap 16-bit version
115 inline uint16_t bswap16(uint16_t pData) { function in namespace:mcld
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp100 st_shndx = mcld::bswap16(symtab[idx].st_shndx);
274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
285 type = mcld::bswap16(hdr->e_type);
320 shentsize = mcld::bswap16(ehdr->e_shentsize);
321 shnum = mcld::bswap16(ehdr->e_shnum);
322 shstrtab = mcld::bswap16(ehdr->e_shstrndx);
456 st_shndx = mcld::bswap16(entry->st_shndx);
600 st_shndx = mcld::bswap16(symtab[idx].st_shndx);
768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
779 type = mcld::bswap16(hd
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp971 tmp_data = mcld::bswap16(pReloc.target());

Completed in 475 milliseconds