Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp119 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local
212 RelSymbol = B_Base; in RecordX86_64Relocation()
223 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation()
233 RelSymbol = nullptr; in RecordX86_64Relocation()
239 if (RelSymbol) { in RecordX86_64Relocation()
241 if (RelSymbol != Symbol) in RecordX86_64Relocation()
243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
553 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local
576 RelSymbol = A; in RecordX86Relocation()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp164 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
298 RelSymbol = B_Base; in recordRelocation()
340 RelSymbol = Base; in recordRelocation()
386 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
391 RelSymbol = nullptr; in recordRelocation()
407 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument
234 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp429 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
449 RelSymbol = A; in recordRelocation()
503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp85 template <class ELFT> struct RelSymbol { struct
86 RelSymbol(const typename ELFT::Sym *S, StringRef N) in RelSymbol() argument
267 const RelSymbol<ELFT> &RelSym) = 0;
634 const RelSymbol<ELFT> &RelSym) override;
688 const RelSymbol<ELFT> &RelSym) override;
796 Expected<RelSymbol<ELFT>>
800 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget()
810 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget()
821 return RelSymbol<ELFT>(Sym, SymbolName); in getRelocationTarget()
3152 Expected<RelSymbol<ELFT>> Target = getRelocationTarget(R, SymTab); in printReloc()
[all …]