Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp97 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 …]
DRelocationFactory.cpp53 tmp_data = mcld::bswap32(tmp_data); in produce()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h106 #ifdef bswap32
107 #undef bswap32
121 inline uint32_t bswap32(uint32_t pData) { in bswap32() function
144 return bswap32(pData);
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp84 bswap32(subsection_length); in merge()
218 bswap32(subsubsection_length); in merge()
346 bswap32(subsubsection_length); in emit()
352 bswap32(subsection_length); in emit()
DGNULDBackend.cpp1626 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()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp930 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()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp976 tmp_data = mcld::bswap32(pReloc.target()); in writeRelocationResult()