Searched defs:r_offset (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/linkloader/include/
H A DELFReloc.h35 addr_t r_offset; member in class:ELFReloc_CRTP
40 ELFReloc_CRTP() : index(0), r_offset(0), r_addend(0) { }
49 return r_offset;
84 AR & r_offset; local
95 AR & r_offset; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp170 uint32_t r_offset = 0x0; local
174 r_offset = relaTab[idx].r_offset;
179 r_offset = mcld::bswap32(relaTab[idx].r_offset);
191 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
207 uint32_t r_offset = 0x0; local
210 r_offset = relTab[idx].r_offset;
214 r_offset
679 uint64_t r_offset = 0x0; local
716 uint64_t r_offset = 0x0; local
[all...]

Completed in 257 milliseconds