Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h120 static constexpr RelType noneRel = 0; variable
H A DInputSection.cpp434 else if (config->relocatable && type != target.noneRel) in copyRelocations()
H A DSyntheticSections.cpp1595 R_ADDEND, addendRelType ? *addendRelType : target->noneRel); in addSymbolReloc()