Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h103 #ifdef bswap16
104 #undef bswap16
115 inline uint16_t bswap16(uint16_t pData) { in bswap16() function
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp100 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 …]
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp971 tmp_data = mcld::bswap16(pReloc.target()); in writeRelocationResult()