Searched refs:bswap32 (Results 1 – 4 of 4) sorted by relevance
105 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 …]
45 tmp_data = bswap32(tmp_data); in produce()
76 inline uint32_t bswap32(uint32_t pData) in bswap32() function
565 tmp_data = bswap32(reloc->target()); in syncRelocationResult()