Searched refs:addendRelType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 510 std::optional<RelType> addendRelType = {}); 519 RelType addendRelType, RelExpr expr) { in addRelativeReloc() argument 522 offsetInSec, sym, addend, expr, addendRelType); in addRelativeReloc() 528 RelType addendRelType); 532 RelType addendRelType) { in addReloc() argument 536 sec.addReloc({expr, addendRelType, offsetInSec, addend, &sym}); in addReloc()
|
H A D | SyntheticSections.cpp | 1636 int64_t addend, std::optional<RelType> addendRelType) { in addSymbolReloc() argument 1638 R_ADDEND, addendRelType ? *addendRelType : target->noneRel); in addSymbolReloc() 1643 RelType addendRelType) { in addAddendOnlyRelocIfNonPreemptible() argument 1650 sym, 0, R_ABS, addendRelType); in addAddendOnlyRelocIfNonPreemptible()
|