Home | History | Annotate | Download | only in LD

Lines Matching defs:r_offset

170     uint32_t r_offset = 0x0;
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;
210 r_offset = relTab[idx].r_offset;
214 r_offset = mcld::bswap32(relTab[idx].r_offset);
226 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
679 uint64_t r_offset = 0x0;
683 r_offset = relaTab[idx].r_offset;
688 r_offset = mcld::bswap64(relaTab[idx].r_offset);
700 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
716 uint64_t r_offset = 0x0;
719 r_offset = relTab[idx].r_offset;
723 r_offset = mcld::bswap64(relTab[idx].r_offset);
735 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);