Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/
DELFReloc.h37 addend_t r_addend; variable
40 ELFReloc_CRTP() : index(0), r_offset(0), r_addend(0) { } in ELFReloc_CRTP()
53 return r_addend; in getAddend()
80 rsl_assert(r_addend == 0 && "r_addend should be zero before serialization."); in serializeRel()
97 AR & r_addend; in serializeRela() local
/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.tcc435 int32_t r_addend = 0; in readRela() local
439 r_addend = relaTab[idx].r_addend; in readRela()
444 r_addend = bswap32(relaTab[idx].r_addend); in readRela()
473 pLinker.addRelocation(r_type, *symbol, *resolve_info, *frag_ref, r_addend); in readRela()
/frameworks/compile/linkloader/include/impl/
DELFReloc.hxx65 sh->r_addend = 0; in readRel()
/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp499 rel->r_addend = relocation->addend(); in emitRela()