Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h114 #ifdef bswap16
115 #undef bswap16
126 inline uint16_t bswap16(uint16_t pData) in bswap16() function
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp101 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 …]
/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp239 tmp_data = mcld::bswap16(pReloc.target()); in writeRelocationResult()