Home
last modified time | relevance | path

Searched refs:noneRel (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp43 noneRel = R_AMDGPU_NONE; in AMDGPU()
H A DSPARCV9.cpp38 noneRel = R_SPARC_NONE; in SPARCV9()
H A DAVR.cpp54 AVR::AVR() { noneRel = R_AVR_NONE; } in AVR()
H A DHexagon.cpp56 noneRel = R_HEX_NONE; in Hexagon()
H A DPPC.cpp155 noneRel = R_PPC_NONE; in PPC()
H A DX86.cpp55 noneRel = R_386_NONE; in X86()
H A DRISCV.cpp78 noneRel = R_RISCV_NONE; in RISCV()
H A DAArch64.cpp65 noneRel = R_AARCH64_NONE; in AArch64()
H A DARM.cpp55 noneRel = R_ARM_NONE; in ARM()
H A DX86_64.cpp81 noneRel = R_X86_64_NONE; in X86_64()
H A DMips.cpp53 noneRel = R_MIPS_NONE; in MIPS()
H A DPPC64.cpp572 noneRel = R_PPC64_NONE; in PPC64()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h116 RelType noneRel; variable
H A DInputSection.cpp487 else if (config->relocatable && type != target->noneRel) in copyRelocations()
H A DSyntheticSections.cpp1613 R_ADDEND, addendRelType ? *addendRelType : target->noneRel); in addSymbolReloc()