Lines Matching defs:offsetInSec
433 uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend,
435 : sym(&sym), inputSec(inputSec), offsetInSec(offsetInSec), type(type),
439 uint64_t offsetInSec, int64_t addend = 0)
440 : sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), type(type),
445 uint64_t offsetInSec, const OutputSection *outputSec,
448 offsetInSec(offsetInSec), type(type), addend(addend),
467 uint64_t offsetInSec;
509 uint64_t offsetInSec, Symbol &sym, int64_t addend = 0,
518 uint64_t offsetInSec, Symbol &sym, int64_t addend,
522 offsetInSec, sym, addend, expr, addendRelType);
527 uint64_t offsetInSec, Symbol &sym,
531 uint64_t offsetInSec, Symbol &sym, int64_t addend, RelExpr expr,
536 sec.addReloc({expr, addendRelType, offsetInSec, addend, &sym});
537 addReloc<shard>({dynType, &sec, offsetInSec, kind, sym, addend, expr});