Searched refs:reloc1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm64.cpp147 getPairReferenceInfo(const normalized::Relocation &reloc1,
473 const normalized::Relocation &reloc1, const normalized::Relocation &reloc2,
479 switch (relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
486 *addend = reloc1.symbol;
494 *addend = reloc1.symbol;
503 *addend = reloc1.symbol;
520 if (reloc1.offset != reloc2.offset)
472 getPairReferenceInfo( const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
H A DArchHandler_x86.cpp98 getPairReferenceInfo(const normalized::Relocation &reloc1,
348 ArchHandler_x86::getPairReferenceInfo(const normalized::Relocation &reloc1, argument
367 switch (relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
372 toAddress = reloc1.value;
H A DArchHandler_arm.cpp92 getPairReferenceInfo(const normalized::Relocation &reloc1,
636 ArchHandler_arm::getPairReferenceInfo(const normalized::Relocation &reloc1, argument
651 switch(relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
801 toAddress = reloc1.value;
814 toAddress = reloc1.value;
883 if (reloc1.isExtern) {
884 if (auto ec = atomFromSymbolIndex(reloc1.symbol, target))
888 if (reloc1.scattered) {
889 toAddress = reloc1.value;
893 sectIndex = reloc1
[all...]
H A DArchHandler.h152 getPairReferenceInfo(const normalized::Relocation &reloc1,
H A DArchHandler_x86_64.cpp155 getPairReferenceInfo(const normalized::Relocation &reloc1,
473 ArchHandler_x86_64::getPairReferenceInfo(const normalized::Relocation &reloc1, argument
487 if (auto ec = atomFromSymbolIndex(reloc1.symbol, &fromTarget))
490 switch(relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c71 #define RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \
76 | ((reloc1) << 5) \

Completed in 130 milliseconds