Home
last modified time | relevance | path

Searched defs:reloc (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lld/wasm/
H A DRelocations.cpp88 for (const WasmRelocation &reloc : chunk->getRelocations()) { scanRelocations() local
[all...]
H A DMarkLive.cpp140 for (const WasmRelocation reloc : c->getRelocations()) { mark() local
H A DInputFiles.h106 getSymbol(const WasmRelocation & reloc) getSymbol() argument
H A DInputFiles.cpp137 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 DObjC.cpp566 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 DSyntheticSections.cpp2001 const Reloc *reloc = isec->getRelocAt(methodNameOff); setUp() local
2105 const Reloc *reloc = isec->getRelocAt(inSecOff); writeRelativeOffsetForIsec() local
/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp199 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections() local
/llvm-project/lld/ELF/
H A DThunks.cpp1274 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 DWriter.cpp1470 const Relocation &reloc = elem.inputSec->relocs()[elem.relocIdx]; finalizeAddressDependentContent() local
[all...]
H A DSyntheticSections.h504 addReloc(const DynamicReloc & reloc) addReloc() argument
/llvm-project/lld/COFF/
H A DWriter.cpp1877 for (const coff_relocation &reloc : sc->getRelocs()) { markSymbolsWithRelocations() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp130 RelocUnion reloc; global() member in __anonc19d6f6b0111::ELFRelocation
[all...]
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1396 inline void swapStruct(any_relocation_info &reloc) { in swapStruct() argument