Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h257 MutableArrayRef<Relocation> relocs() { return relocations; } in relocs() function
258 ArrayRef<Relocation> relocs() const { return relocations; } in relocs() function
H A DSyntheticSections.h333 llvm::MapVector<Symbol *, size_t> relocs; member
556 SmallVector<DynamicReloc, 0> relocs; variable
617 SmallVector<RelativeReloc, 0> relocs; variable
H A DSyntheticSections.cpp3208 const InputFile &file, DenseMap<uint32_t, uint32_t> &relocs, in getNameRelocs() argument
3218 auto relocs = std::make_unique<DenseMap<uint32_t, uint32_t>[]>(numChunks); in finalizeContents() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp274 std::vector<Reloc> &relocs = isec->relocs; in finalize() local
H A DInputSection.h91 std::vector<Reloc> relocs; variable
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp546 static bool relaxable(ArrayRef<Relocation> relocs, size_t i) { in relaxable()
601 const ArrayRef<Relocation> relocs = sec.relocs(); in relocateAlloc() local
816 const MutableArrayRef<Relocation> relocs = sec.relocs(); in relax() local
H A DLoongArch.cpp748 const MutableArrayRef<Relocation> relocs = sec.relocs(); in relax() local
H A DAArch64.cpp721 AArch64Relaxer::AArch64Relaxer(ArrayRef<Relocation> relocs) { in AArch64Relaxer()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h760 PseudoRelocTableChunk(std::vector<RuntimePseudoReloc> &relocs) in PseudoRelocTableChunk()
H A DPDB.cpp833 auto relocs = sc->getRelocs(); in advanceRelocIndex() local
H A DWriter.cpp602 ArrayRef<coff_relocation> relocs = sc->getRelocs(); in verifyRanges() local
/freebsd/sys/dev/sym/
H A Dsym_hipd.c2000 int relocs; in sym_fw_bind_script() local