Lines Matching defs:sectionAddr
626 uint64_t sectionAddr = 0;
630 if (section && addr >= sectionAddr &&
631 addr < sectionAddr + section->getSize())
653 sectionAddr = subsec.offset + sec->addr;
659 if (offset < sectionAddr || offset >= sectionAddr + section->getSize()) {
679 applyAdrpAdd(buf, section, args[0] - sectionAddr,
680 args[1] - sectionAddr);
684 applyAdrpLdr(buf, section, args[0] - sectionAddr,
685 args[1] - sectionAddr);
689 applyAdrpLdrGot(buf, section, args[0] - sectionAddr,
690 args[1] - sectionAddr);
694 applyAdrpAddLdr(buf, section, args[0] - sectionAddr,
695 args[1] - sectionAddr, args[2] - sectionAddr);
699 applyAdrpLdrGotLdr(buf, section, args[0] - sectionAddr,
700 args[1] - sectionAddr, args[2] - sectionAddr);
741 applyAdrpAdrp(buf, section, args[0] - sectionAddr, args[1] - sectionAddr);