Lines Matching defs:offsetInSec
443 uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend,
445 : sym(&sym), inputSec(inputSec), offsetInSec(offsetInSec), type(type),
449 uint64_t offsetInSec, int64_t addend = 0)
450 : sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), type(type),
455 uint64_t offsetInSec, const OutputSection *outputSec,
458 offsetInSec(offsetInSec), type(type), addend(addend),
477 uint64_t offsetInSec;
519 uint64_t offsetInSec, Symbol &sym, int64_t addend = 0,
528 uint64_t offsetInSec, Symbol &sym, int64_t addend,
532 offsetInSec, sym, addend, expr, addendRelType);
538 uint64_t offsetInSec, Symbol &sym,
542 uint64_t offsetInSec, Symbol &sym, int64_t addend, RelExpr expr,
547 sec.addReloc({expr, addendRelType, offsetInSec, addend, &sym});
548 addReloc<shard>({dynType, &sec, offsetInSec, kind, sym, addend, expr});