Searched refs:addendRelType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 528 llvm::Optional<RelType> addendRelType = llvm::None); 533 RelType addendRelType, RelExpr expr); 539 RelType addendRelType); 542 int64_t addend, RelExpr expr, RelType addendRelType);
|
| H A D | SyntheticSections.cpp | 1611 Optional<RelType> addendRelType) { in addSymbolReloc() argument 1613 R_ADDEND, addendRelType ? *addendRelType : target->noneRel); in addSymbolReloc() 1618 Symbol &sym, int64_t addend, RelType addendRelType, RelExpr expr) { in addRelativeReloc() argument 1626 sym, addend, expr, addendRelType); in addRelativeReloc() 1631 RelType addendRelType) { in addAddendOnlyRelocIfNonPreemptible() argument 1638 sym, 0, R_ABS, addendRelType); in addAddendOnlyRelocIfNonPreemptible() 1645 RelType addendRelType) { in addReloc() argument 1650 {expr, addendRelType, offsetInSec, addend, &sym}); in addReloc()
|