Lines Matching defs:image_token
1017 uint32_t image_token = LLDB_INVALID_IMAGE_TOKEN;
1022 image_token =
1029 image_token = platform->LoadImage(process, image_spec,
1034 image_token =
1038 if (image_token != LLDB_INVALID_IMAGE_TOKEN) {
1041 image_token);
1095 uint32_t image_token;
1096 if (entry.ref().getAsInteger(0, image_token)) {
1102 process, image_token));
1105 "Unloading shared library with index %u...ok\n", image_token);