Lines Matching defs:image_token
1011 uint32_t image_token = LLDB_INVALID_IMAGE_TOKEN;
1016 image_token =
1023 image_token = platform->LoadImage(process, image_spec,
1028 image_token =
1032 if (image_token != LLDB_INVALID_IMAGE_TOKEN) {
1035 image_token);
1089 uint32_t image_token;
1090 if (entry.ref().getAsInteger(0, image_token)) {
1096 process, image_token));
1099 "Unloading shared library with index %u...ok\n", image_token);