Lines Matching defs:sectionAddr
660 uint64_t sectionAddr = 0;
664 if (section && addr >= sectionAddr &&
665 addr < sectionAddr + section->getSize())
687 sectionAddr = subsec.offset + sec->addr;
693 if (offset < sectionAddr || offset >= sectionAddr + section->getSize()) {
713 applyAdrpAdd(buf, section, args[0] - sectionAddr,
714 args[1] - sectionAddr);
718 applyAdrpLdr(buf, section, args[0] - sectionAddr,
719 args[1] - sectionAddr);
723 applyAdrpLdrGot(buf, section, args[0] - sectionAddr,
724 args[1] - sectionAddr);
728 applyAdrpAddLdr(buf, section, args[0] - sectionAddr,
729 args[1] - sectionAddr, args[2] - sectionAddr);
733 applyAdrpLdrGotLdr(buf, section, args[0] - sectionAddr,
734 args[1] - sectionAddr, args[2] - sectionAddr);
775 applyAdrpAdrp(buf, section, args[0] - sectionAddr, args[1] - sectionAddr);