Lines Matching defs:EntryAddress
1553 uint64_t EntryAddress,
1565 BinaryFunction *BF = BC->getBinaryFunctionAtAddress(EntryAddress);
1593 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(EntryAddress);
1597 EntryAddress, 0, EntrySize,
1647 const uint64_t EntryAddress = SectionAddress + EntryOffset;
1649 Instruction, Instructions.begin(), Instructions.end(), EntryAddress);
1651 createPLTBinaryFunction(TargetAddress, EntryAddress, EntrySize);
1706 const uint64_t EntryAddress = SectionAddress + EntryOffset;
1708 Instruction, Instructions.begin(), Instructions.end(), EntryAddress);
1710 createPLTBinaryFunction(TargetAddress, EntryAddress, EntrySize);