Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DAMDGPU.cpp39 noneRel = R_AMDGPU_NONE; in AMDGPU()
DAVR.cpp53 AVR::AVR() { noneRel = R_AVR_NONE; } in AVR()
DSPARCV9.cpp38 noneRel = R_SPARC_NONE; in SPARCV9()
DHexagon.cpp56 noneRel = R_HEX_NONE; in Hexagon()
DPPC.cpp154 noneRel = R_PPC_NONE; in PPC()
DX86.cpp55 noneRel = R_386_NONE; in X86()
DRISCV.cpp76 noneRel = R_RISCV_NONE; in RISCV()
DAArch64.cpp64 noneRel = R_AARCH64_NONE; in AArch64()
DARM.cpp55 noneRel = R_ARM_NONE; in ARM()
DMips.cpp53 noneRel = R_MIPS_NONE; in MIPS()
DX86_64.cpp79 noneRel = R_X86_64_NONE; in X86_64()
DPPC64.cpp571 noneRel = R_PPC64_NONE; in PPC64()
/external/llvm-project/lld/ELF/
DTarget.h116 RelType noneRel; variable
DInputSection.cpp494 else if (config->relocatable && type != target->noneRel) in copyRelocations()