Lines Matching refs:target

70   // rsym - The relocation target symbol
116 // rsym - The relocation target symbol
188 // rsym - The relocation target symbol
204 // check if we should issue undefined reference for the relocation target
348 // rsym - The relocation target symbol
429 // the target symbol of the created dynamic relocation should be the
537 // the target symbol of the dynamic relocation is rsym, so we need to
556 // rsym - The relocation target symbol
832 uint8_t* op = (reinterpret_cast<uint8_t*>(&reloc->target()));
842 op = (reinterpret_cast<uint8_t*>(&reloc->target()));
885 Relocator::DWord A = pReloc.target() + pReloc.addend();
894 // If the flag of target section is not ALLOC, we will not scan this relocation
897 pReloc.target() = S + A;
916 pReloc.target() = S + A;
926 Relocator::DWord A = pReloc.target() + pReloc.addend();
935 // If the flag of target section is not ALLOC, we will not scan this relocation
938 pReloc.target() = S + A - P;
946 pReloc.target() = S + A - P;
954 pReloc.target() = S + A - P;
961 Relocator::DWord A = pReloc.target() + pReloc.addend();
965 pReloc.target() = S + A - GOT_ORG;
972 Relocator::DWord A = pReloc.target() + pReloc.addend();
975 pReloc.target() = GOT_ORG + A - pReloc.place();
994 Relocator::DWord A = pReloc.target() + pReloc.addend();
997 pReloc.target() = GOT_S + A - GOT_ORG;
1010 Relocator::DWord A = pReloc.target() + pReloc.addend();
1012 pReloc.target() = PLT_S + A - P;
1037 Relocator::DWord A = pReloc.target() + pReloc.addend();
1044 pReloc.target() = GOT_OFF + A;
1058 Relocator::DWord A = pReloc.target() + pReloc.addend();
1059 pReloc.target() = GOT_S + A;
1068 Relocator::DWord A = pReloc.target() + pReloc.addend();
1070 pReloc.target() = S + A;
1089 Relocator::DWord A = pReloc.target() + pReloc.addend();
1090 pReloc.target() = GOT_S + A;
1110 Relocator::DWord A = pReloc.target() + pReloc.addend();
1111 pReloc.target() = GOT_S + A;
1129 Relocator::DWord A = pReloc.target() + pReloc.addend();
1131 pReloc.target() = S + A - (*tls_seg)->memsz();
1184 // rsym - The relocation target symbol
1241 // rsym - The relocation target symbol
1356 // rsym - The relocation target symbol
1431 // rsym - The relocation target symbol
1585 Relocator::DWord A = pReloc.target() + pReloc.addend();
1591 // If the flag of target section is not ALLOC, we will not scan this relocation
1594 pReloc.target() = S + A;
1625 pReloc.target() = S + A;
1633 Relocator::DWord A = pReloc.target() + pReloc.addend();
1641 // If the flag of target section is not ALLOC, we will not scan this relocation
1656 pReloc.target() = S + A;
1679 Relocator::DWord A = pReloc.target() + pReloc.addend();
1682 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place();
1695 Relocator::DWord A = pReloc.target() + pReloc.addend();
1697 pReloc.target() = PLT_S + A - P;
1707 Relocator::DWord A = pReloc.target() + pReloc.addend();
1712 // If the flag of target section is not ALLOC, we will not scan this relocation
1715 pReloc.target() = S + A - P;
1739 pReloc.target() = S + A - P;