Searched refs:addendRelType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 520 std::optional<RelType> addendRelType = {}); 529 RelType addendRelType, RelExpr expr) { in addRelativeReloc() argument 532 offsetInSec, sym, addend, expr, addendRelType); in addRelativeReloc() 539 RelType addendRelType); 543 RelType addendRelType) { in addReloc() argument 547 sec.addReloc({expr, addendRelType, offsetInSec, addend, &sym}); in addReloc()
|
| H A D | SyntheticSections.cpp | 1693 int64_t addend, std::optional<RelType> addendRelType) { in addSymbolReloc() argument 1695 R_ADDEND, addendRelType ? *addendRelType : ctx.target->noneRel); in addSymbolReloc() 1700 RelType addendRelType) { in addAddendOnlyRelocIfNonPreemptible() argument 1707 sym, 0, R_ABS, addendRelType); in addAddendOnlyRelocIfNonPreemptible()
|