Lines Matching refs:isec

334 static void applyAdrpAdd(uint8_t *buf, const ConcatInputSection *isec,  in applyAdrpAdd()  argument
345 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAdd()
363 static void applyAdrpAdrp(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpAdrp() argument
373 uint64_t page1 = pageBits(offset1 + isec->getVA()) + adrp1.addend; in applyAdrpAdrp()
374 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend; in applyAdrpAdrp()
390 static void applyAdrpLdr(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpLdr() argument
401 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdr()
402 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdr()
415 static void applyAdrpLdrGot(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpLdrGot() argument
421 applyAdrpAdd(buf, isec, offset1, offset2); in applyAdrpLdrGot()
423 applyAdrpLdr(buf, isec, offset1, offset2); in applyAdrpLdrGot()
433 static void applyAdrpAddLdr(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpAddLdr() argument
457 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAddLdr()
458 uint64_t addr3 = isec->getVA() + offset3; in applyAdrpAddLdr()
501 static void applyAdrpLdrGotLdr(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpLdrGotLdr() argument
509 applyAdrpAddLdr(buf, isec, offset1, offset2, offset3); in applyAdrpLdrGotLdr()
532 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdrGotLdr()
533 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdrGotLdr()
614 const ConcatInputSection *isec = in applyOptimizationHints() local
615 dyn_cast_or_null<ConcatInputSection>(subsec.isec); in applyOptimizationHints()
616 if (!isec || isec->shouldOmitFromOutput()) in applyOptimizationHints()
619 section = isec; in applyOptimizationHints()