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.cpp566 relocation_info relInfo = relInfos[i]; in parseRelocations() local
568 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 …]