Home
last modified time | relevance | path

Searched defs:relocs (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lld/test/COFF/
H A Dautoimport-list-ptrs.s18 relocs: label
H A Dautoimport-refptr.s60 relocs: label
H A Dautoimport-arm64-data.s40 relocs: label
H A Dautoimport-arm-data.s40 relocs: label
H A Dautoimport-x86.s63 relocs: label
/llvm-project-15.0.7/lld/test/ELF/
H A Demit-relocs-gc.s27 relocs: label
/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.cpp269 std::vector<Reloc> &relocs = isec->relocs; in finalize() local
H A DInputSection.h85 std::vector<Reloc> relocs; variable
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h347 llvm::MapVector<Symbol *, size_t> relocs; member
547 SmallVector<DynamicReloc, 0> relocs; variable
594 SmallVector<RelativeReloc, 0> relocs; variable
/llvm-project-15.0.7/lld/ELF/Arch/
H A DAArch64.cpp579 AArch64Relaxer::AArch64Relaxer(ArrayRef<Relocation> relocs) { in AArch64Relaxer()
/llvm-project-15.0.7/lld/COFF/
H A DChunks.h642 PseudoRelocTableChunk(std::vector<RuntimePseudoReloc> &relocs) in PseudoRelocTableChunk()
H A DPDB.cpp830 auto relocs = sc->getRelocs(); in advanceRelocIndex() local
H A DWriter.cpp519 ArrayRef<coff_relocation> relocs = sc->getRelocs(); in verifyRanges() local
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp226 ArrayRef<WasmRelocation> relocs = section->Relocations; in setRelocs() local