Searched refs:relInfo (Results 1 – 1 of 1) sorted by relevance
566 relocation_info relInfo = relInfos[i]; in parseRelocations() local568 target->hasAttr(relInfo.r_type, RelocAttrBits::SUBTRAHEND); in parseRelocations()570 if (target->hasAttr(relInfo.r_type, RelocAttrBits::ADDEND)) { in parseRelocations()571 pairedAddend = SignExtend64<24>(relInfo.r_symbolnum); in parseRelocations()572 relInfo = relInfos[++i]; in parseRelocations()575 if (!validateRelocationInfo(this, sec, relInfo)) in parseRelocations()577 if (relInfo.r_address & R_SCATTERED) in parseRelocations()580 int64_t embeddedAddend = target->getEmbeddedAddend(mb, sec.offset, relInfo); in parseRelocations()584 r.type = relInfo.r_type; in parseRelocations()585 r.pcrel = relInfo.r_pcrel; in parseRelocations()[all …]