Searched refs:bswap32 (Results 1 – 7 of 7) sorted by relevance
97 st_name = mcld::bswap32(symtab[idx].st_name); in readSymbols()98 st_value = mcld::bswap32(symtab[idx].st_value); in readSymbols()99 st_size = mcld::bswap32(symtab[idx].st_size); in readSymbols()319 shoff = mcld::bswap32(ehdr->e_shoff); in readSectionHeaders()350 sh_size = mcld::bswap32(shdr->sh_size); in readSectionHeaders()351 sh_link = mcld::bswap32(shdr->sh_link); in readSectionHeaders()373 sh_offset = mcld::bswap32(shdr->sh_offset); in readSectionHeaders()374 sh_size = mcld::bswap32(shdr->sh_size); in readSectionHeaders()395 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()396 sh_type = mcld::bswap32(shdrTab[idx].sh_type); in readSectionHeaders()[all …]
53 tmp_data = mcld::bswap32(tmp_data); in produce()
106 #ifdef bswap32107 #undef bswap32121 inline uint32_t bswap32(uint32_t pData) { in bswap32() function144 return bswap32(pData);
84 bswap32(subsection_length); in merge()218 bswap32(subsubsection_length); in merge()346 bswap32(subsubsection_length); in emit()352 bswap32(subsection_length); in emit()
1626 pOffset = mcld::bswap32(pRel.r_offset); in readRelocation()1627 r_info = mcld::bswap32(pRel.r_info); in readRelocation()1647 pOffset = mcld::bswap32(pRel.r_offset); in readRelocation()1648 r_info = mcld::bswap32(pRel.r_info); in readRelocation()1649 pAddend = mcld::bswap32(pRel.r_addend); in readRelocation()
930 pType = mcld::bswap32(r_info >> 32); in readRelocation()951 pType = mcld::bswap32(r_info >> 32); in readRelocation()975 uint64_t r_info = mcld::bswap32(pType); in emitRelocation()988 uint64_t r_info = mcld::bswap32(pType); in emitRelocation()
976 tmp_data = mcld::bswap32(pReloc.target()); in writeRelocationResult()