Searched refs:r_addend (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFReloc.h37 addend_t r_addend; member in class:ELFReloc_CRTP
40 ELFReloc_CRTP() : index(0), r_offset(0), r_addend(0) { }
53 return r_addend;
80 rsl_assert(r_addend == 0 && "r_addend should be zero before serialization.");
97 AR & r_addend; local
/frameworks/compile/linkloader/include/impl/
H A DELFReloc.hxx65 sh->r_addend = 0;
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp556 rel->r_addend = relocation->addend();

Completed in 41 milliseconds