Searched refs:RelSymbol (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 110 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local 203 RelSymbol = B_Base; in RecordX86_64Relocation() 214 RelSymbol = Writer->getAtom(*Symbol); in RecordX86_64Relocation() 224 RelSymbol = nullptr; in RecordX86_64Relocation() 230 if (RelSymbol) { in RecordX86_64Relocation() 232 if (RelSymbol != Symbol) in RecordX86_64Relocation() 233 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation() 350 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 539 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local 562 RelSymbol = A; in RecordX86Relocation() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 160 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 296 RelSymbol = B_Base; in recordRelocation() 339 RelSymbol = Base; in recordRelocation() 384 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 389 RelSymbol = nullptr; in recordRelocation() 405 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 410 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 432 RelSymbol = A; in recordRelocation() 486 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 325 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument 327 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 93 template <class ELFT> struct RelSymbol { struct 94 RelSymbol(const typename ELFT::Sym *S, StringRef N) in RelSymbol() argument 287 const RelSymbol<ELFT> &RelSym) = 0; 417 Expected<RelSymbol<ELFT>> getRelocationTarget(const Relocation<ELFT> &R, 672 const RelSymbol<ELFT> &RelSym) override; 736 const RelSymbol<ELFT> &RelSym) override; 895 Expected<RelSymbol<ELFT>> 899 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget() 909 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget() 920 return RelSymbol<ELFT>(Sym, SymbolName); in getRelocationTarget() [all …]
|