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