Lines Matching defs:Stop
975 const BinaryData *Stop = BC.getBinaryDataByName("__stop_static_call_sites");
976 if (!Stop)
987 if (!StaticCallSection->containsAddress(Stop->getAddress() - 1))
992 if ((Stop->getAddress() - StaticCallTableAddress) % STATIC_CALL_ENTRY_SIZE)
1002 while (Cursor && Cursor.tell() < Stop->getAddress() - SectionAddress) {
1701 const BinaryData *Stop = BC.getBinaryDataByName("__stop___jump_table");
1702 if (!Stop)
1713 if (!StaticKeysJumpSection->containsAddress(Stop->getAddress() - 1))
1718 if ((Stop->getAddress() - StaticKeysJumpTableAddress) %
1729 while (Cursor && Cursor.tell() < Stop->getAddress() - SectionAddress) {
1930 const BinaryData *Stop = BC.getBinaryDataByName("__stop___jump_table");
1934 while (Cursor && Cursor.tell() < Stop->getAddress() - SectionAddress) {