Searched defs:reloc (Results 1 – 13 of 13) sorted by relevance
/llvm-project/lld/wasm/ |
H A D | Relocations.cpp | 88 for (const WasmRelocation &reloc : chunk->getRelocations()) { scanRelocations() local [all...] |
H A D | MarkLive.cpp | 140 for (const WasmRelocation reloc : c->getRelocations()) { mark() local
|
H A D | InputFiles.h | 106 getSymbol(const WasmRelocation & reloc) getSymbol() argument
|
H A D | InputFiles.cpp | 137 calcNewValue(const WasmRelocation & reloc,uint64_t tombstone,const InputChunk * chunk) const calcNewValue() argument 492 for (const WasmRelocation &reloc : section.Relocations) parse() local [all...] |
/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 566 const Reloc *reloc = isec->getRelocAt(offset); tryGetSymbolAtIsecOffset() local 626 const Reloc *reloc = isec->getRelocAt(offset); tryEraseDefinedAtIsecOffset() local 690 const Reloc *reloc = isec->getRelocAt(secOffset); parseProtocolListInfo() local 723 const Reloc *reloc = ptrListSym->isec()->getRelocAt(off); parseProtocolListInfo() local 759 const Reloc *reloc = isec->getRelocAt(secOffset); parsePointerListInfo() local 784 const Reloc *reloc = ptrListSym->isec()->getRelocAt(off); parsePointerListInfo() local [all...] |
H A D | SyntheticSections.cpp | 2001 const Reloc *reloc = isec->getRelocAt(methodNameOff); setUp() local 2105 const Reloc *reloc = isec->getRelocAt(inSecOff); writeRelativeOffsetForIsec() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 199 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections() local
|
/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 1274 addThunkArmv4(RelType reloc,Symbol & s,int64_t a) addThunkArmv4() argument 1309 addThunkArmv5v6(RelType reloc,Symbol & s,int64_t a) addThunkArmv5v6() argument 1329 addThunkV6M(const InputSection & isec,RelType reloc,Symbol & s,int64_t a) addThunkV6M() argument 1353 addThunkArm(const InputSection & isec,RelType reloc,Symbol & s,int64_t a) addThunkArm() argument [all...] |
H A D | Writer.cpp | 1470 const Relocation &reloc = elem.inputSec->relocs()[elem.relocIdx]; finalizeAddressDependentContent() local [all...] |
H A D | SyntheticSections.h | 504 addReloc(const DynamicReloc & reloc) addReloc() argument
|
/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1877 for (const coff_relocation &reloc : sc->getRelocs()) { markSymbolsWithRelocations() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 130 RelocUnion reloc; global() member in __anonc19d6f6b0111::ELFRelocation [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1396 inline void swapStruct(any_relocation_info &reloc) { in swapStruct() argument
|