Searched refs:reloc2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm64.cpp148 const normalized::Relocation &reloc2,
473 const normalized::Relocation &reloc1, const normalized::Relocation &reloc2,
479 switch (relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
484 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
492 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
501 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
509 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
520 if (reloc1.offset != reloc2.offset)
529 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
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_64.cpp156 const normalized::Relocation &reloc2,
474 const normalized::Relocation &reloc2,
490 switch(relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
493 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
512 if (auto ec = atomFromSymbolIndex(reloc2.symbol, target))
532 return atomFromAddress(reloc2.symbol, targetAddress, target, addend);
539 return atomFromAddress(reloc2.symbol, targetAddress, target, addend);
473 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.cpp99 const normalized::Relocation &reloc2,
349 const normalized::Relocation &reloc2,
367 switch (relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
373 fromAddress = reloc2.value;
348 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
H A DMachONormalizedFileToAtoms.cpp621 const Relocation &reloc2 = *++it; local
623 reloc, reloc2, inAtom, offsetInAtom, fixupAddress, isBig, scatterable,
642 + ", (r2_address=" + Twine::utohexstr(reloc2.offset)
643 + ", r2_type=" + Twine(reloc2.type)
644 + ", r2_extern=" + Twine(reloc2.isExtern)
645 + ", r2_length=" + Twine((int)reloc2.length)
646 + ", r2_pcrel=" + Twine(reloc2.pcRel)
647 + (!reloc2.scattered ? (Twine(", r2_symbolnum=")
648 + Twine(reloc2.symbol))
650 + Twine(reloc2
[all...]
H A DArchHandler.h153 const normalized::Relocation &reloc2,
H A DArchHandler_arm.cpp93 const normalized::Relocation &reloc2,
637 const normalized::Relocation &reloc2,
651 switch(relocPattern(reloc1) << 16 | relocPattern(reloc2)) {
802 fromAddress = reloc2.value;
815 fromAddress = reloc2.value;
823 other16 = (reloc2.offset & 0xFFFF);
878 other16 = (reloc2.offset & 0xFFFF);
636 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c3596 int reloc = 0, reloc2;
3627 reloc2 = compute_reloc_for_constant (TREE_OPERAND (exp, 1));
3629 if (reloc == 1 && reloc2 == 1)
3632 reloc |= reloc2;
3573 int reloc = 0, reloc2; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c71 #define RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \
77 | ((reloc2) << 1) \

Completed in 152 milliseconds