Searched refs:r_type (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReader.cpp | 213 Relocation::Type r_type = 0x0; in readRela() local 218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela() 227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela() 242 Relocation::Type r_type = 0x0; in readRel() local 246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel() 254 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); in readRel() 708 Relocation::Type r_type = 0x0; in readRela() local 713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela() 722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela() 737 Relocation::Type r_type = 0x0; in readRel() local [all …]
|