Home
last modified time | relevance | path

Searched refs:bswap32 (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.tcc105 shoff = bswap32(ehdr->e_shoff); in readSectionHeaders()
135 sh_offset = bswap32(shdr->sh_offset); in readSectionHeaders()
136 sh_size = bswap32(shdr->sh_size); in readSectionHeaders()
157 sh_name = bswap32(shdrTab[idx].sh_name); in readSectionHeaders()
158 sh_type = bswap32(shdrTab[idx].sh_type); in readSectionHeaders()
159 sh_flags = bswap32(shdrTab[idx].sh_flags); in readSectionHeaders()
160 sh_offset = bswap32(shdrTab[idx].sh_offset); in readSectionHeaders()
161 sh_size = bswap32(shdrTab[idx].sh_size); in readSectionHeaders()
162 sh_link = bswap32(shdrTab[idx].sh_link); in readSectionHeaders()
163 sh_info = bswap32(shdrTab[idx].sh_info); in readSectionHeaders()
[all …]
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp45 tmp_data = bswap32(tmp_data); in produce()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h76 inline uint32_t bswap32(uint32_t pData) in bswap32() function
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp565 tmp_data = bswap32(reloc->target()); in syncRelocationResult()