Searched refs:r_addend (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFReloc.h | 36 addend_t r_addend; variable 39 ELFReloc_CRTP() : index(0), r_offset(0), r_addend(0) { } in ELFReloc_CRTP() 52 return r_addend; in getAddend() 79 rsl_assert(r_addend == 0 && "r_addend should be zero before serialization."); in serializeRel() 96 AR & r_addend; in serializeRela() local
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFReloc.hxx | 65 sh->r_addend = 0; in readRel()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReader.cpp | 226 int32_t r_addend = 0; in readRela() local 227 if (!target().readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) in readRela() 235 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela() 746 int64_t r_addend = 0; in readRela() local 748 r_type, r_sym, r_offset, r_addend)) { in readRela() 757 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 838 pAddend = pRel.r_addend; in readRelocation() 843 pAddend = mcld::bswap64(pRel.r_addend); in readRelocation() 893 pRel.r_addend = pAddend; in emitRelocation()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1722 pAddend = pRel.r_addend; in readRelocation() 1727 pAddend = mcld::bswap32(pRel.r_addend); in readRelocation() 1767 pAddend = pRel.r_addend; in readRelocation() 1772 pAddend = mcld::bswap64(pRel.r_addend); in readRelocation() 1798 pRel.r_addend = pAddend; in emitRelocation() 1820 pRel.r_addend = pAddend; in emitRelocation()
|