Home
last modified time | relevance | path

Searched refs:relInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp564 relocation_info relInfo = relInfos[i]; in parseRelocations() local
566 target->hasAttr(relInfo.r_type, RelocAttrBits::SUBTRAHEND); in parseRelocations()
568 if (target->hasAttr(relInfo.r_type, RelocAttrBits::ADDEND)) { in parseRelocations()
569 pairedAddend = SignExtend64<24>(relInfo.r_symbolnum); in parseRelocations()
570 relInfo = relInfos[++i]; in parseRelocations()
573 if (!validateRelocationInfo(this, sec, relInfo)) in parseRelocations()
575 if (relInfo.r_address & R_SCATTERED) in parseRelocations()
578 int64_t embeddedAddend = target->getEmbeddedAddend(mb, sec.offset, relInfo); in parseRelocations()
582 r.type = relInfo.r_type; in parseRelocations()
583 r.pcrel = relInfo.r_pcrel; in parseRelocations()
[all …]