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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp223 Relocation::Type r_type = 0x0; local
227 if (!target().readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend))
235 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
251 Relocation::Type r_type = 0x0; local
255 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
263 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
743 Relocation::Type r_type = 0x0; local
748 r_type, r_sym, r_offset, r_addend)) {
757 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
773 Relocation::Type r_type local
[all...]

Completed in 611 milliseconds