Lines Matching refs:r_offset
215 uint32_t r_offset = 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()
244 uint32_t r_offset = 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()
710 uint64_t r_offset = 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()
739 uint64_t r_offset = 0x0; in readRel() local
740 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel()
748 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); in readRel()