Home
last modified time | relevance | path

Searched refs:RelocSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp590 Buf->setSymbolAndType(Reloc.RelocSymbol->Index, Reloc.Type, false); in writeRel()
615 if (ToRemove(*Reloc.RelocSymbol)) in removeSymbols()
616 error("not stripping symbol '" + Reloc.RelocSymbol->Name + in removeSymbols()
622 Reloc.RelocSymbol->Referenced = true; in markSymbols()
1020 ToAdd.RelocSymbol = SymbolTable->getSymbolByIndex(Rel.getSymbol(false)); in initRelocations()
H A DObject.h538 Symbol *RelocSymbol = nullptr; member
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1277 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(); in EmitFunctionEntryLabel() local
1279 OutStreamer->EmitLabel(RelocSymbol); in EmitFunctionEntryLabel()