Home
last modified time | relevance | path

Searched refs:bswap64 (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h109 #ifdef bswap64
110 #undef bswap64
128 inline uint64_t bswap64(uint64_t pData) { in bswap64() function
149 return bswap64(pData);
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp598 st_value = mcld::bswap64(symtab[idx].st_value); in readSymbols()
599 st_size = mcld::bswap64(symtab[idx].st_size); in readSymbols()
813 shoff = mcld::bswap64(ehdr->e_shoff); in readSectionHeaders()
844 sh_size = mcld::bswap64(shdr->sh_size); in readSectionHeaders()
867 sh_offset = mcld::bswap64(shdr->sh_offset); in readSectionHeaders()
868 sh_size = mcld::bswap64(shdr->sh_size); in readSectionHeaders()
891 sh_flags = mcld::bswap64(shdrTab[idx].sh_flags); in readSectionHeaders()
892 sh_offset = mcld::bswap64(shdrTab[idx].sh_offset); in readSectionHeaders()
893 sh_size = mcld::bswap64(shdrTab[idx].sh_size); in readSectionHeaders()
896 sh_addralign = mcld::bswap64(shdrTab[idx].sh_addralign); in readSectionHeaders()
[all …]
DRelocationFactory.cpp59 target_data = mcld::bswap64(target_data); in produce()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp922 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
923 r_info = mcld::bswap64(pRel.r_info); in readRelocation()
946 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
947 r_info = mcld::bswap64(pRel.r_info); in readRelocation()
948 pAddend = mcld::bswap64(pRel.r_addend); in readRelocation()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1667 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
1668 r_info = mcld::bswap64(pRel.r_info); in readRelocation()
1688 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
1689 r_info = mcld::bswap64(pRel.r_info); in readRelocation()
1690 pAddend = mcld::bswap64(pRel.r_addend); in readRelocation()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp981 tmp_data = mcld::bswap64(pReloc.target()); in writeRelocationResult()