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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp213 Relocation::Type r_type = 0x0; local
218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
242 Relocation::Type r_type = 0x0; local
246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
254 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
708 Relocation::Type r_type = 0x0; local
713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
737 Relocation::Type r_type local
[all...]

Completed in 48 milliseconds