Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp493 ElfXX_Addr r_offset = 0; in emitRel() local
501 r_offset = static_cast<ElfXX_Addr>( in emitRel()
505 r_offset = static_cast<ElfXX_Addr>(frag_ref->getOutputOffset()); in emitRel()
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset); in emitRel()
535 ElfXX_Addr r_offset = 0; in emitRela() local
543 r_offset = static_cast<ElfXX_Addr>( in emitRela()
547 r_offset = static_cast<ElfXX_Addr>(frag_ref->getOutputOffset()); in emitRela()
557 *rel, relocation->type(), r_sym, r_offset, relocation->addend()); in emitRela()
DELFReader.cpp215 uint32_t r_offset = 0x0; in readRela() local
218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela()
227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela()
244 uint32_t r_offset = 0x0; in readRel() local
246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel()
254 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); in readRel()
710 uint64_t r_offset = 0x0; in readRela() local
713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela()
722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela()
739 uint64_t r_offset = 0x0; in readRel() local
[all …]
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp919 pOffset = pRel.r_offset; in readRelocation()
922 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
942 pOffset = pRel.r_offset; in readRelocation()
946 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
980 pRel.r_offset = pOffset; in emitRelocation()
993 pRel.r_offset = pOffset; in emitRelocation()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1623 pOffset = pRel.r_offset; in readRelocation()
1626 pOffset = mcld::bswap32(pRel.r_offset); in readRelocation()
1643 pOffset = pRel.r_offset; in readRelocation()
1647 pOffset = mcld::bswap32(pRel.r_offset); in readRelocation()
1664 pOffset = pRel.r_offset; in readRelocation()
1667 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
1684 pOffset = pRel.r_offset; in readRelocation()
1688 pOffset = mcld::bswap64(pRel.r_offset); in readRelocation()
1703 pRel.r_offset = pOffset; in emitRelocation()
1713 pRel.r_offset = pOffset; in emitRelocation()
[all …]