Searched refs:addendRelType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 505 std::optional<RelType> addendRelType = {}); 514 RelType addendRelType, RelExpr expr) { in addRelativeReloc() argument 517 offsetInSec, sym, addend, expr, addendRelType); in addRelativeReloc() 523 RelType addendRelType); 527 RelType addendRelType) { in addReloc() argument 531 sec.addReloc({expr, addendRelType, offsetInSec, addend, &sym}); in addReloc()
|
| H A D | SyntheticSections.cpp | 1620 int64_t addend, std::optional<RelType> addendRelType) { in addSymbolReloc() argument 1622 R_ADDEND, addendRelType ? *addendRelType : target->noneRel); in addSymbolReloc() 1627 RelType addendRelType) { in addAddendOnlyRelocIfNonPreemptible() argument 1634 sym, 0, R_ABS, addendRelType); in addAddendOnlyRelocIfNonPreemptible()
|