Lines Matching full:personality
732 // Grab the index of the personality routine from the compact form.
752 _LIBUNWIND_ABORT("unknown personality routine");
855 _info.handler = cieInfo.personality;
937 pint_t personality = 0;
1095 // extact personality routine, if encoding says function has one
1101 _LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with personality index %d, "
1102 "but personality table has only %d entires\n",
1112 personality = _addressSpace.getP(personalityPointer);
1115 "personalityDelta=0x%08X, personality=0x%08llX\n",
1116 (uint64_t) pc, personalityDelta, (uint64_t) personality);
1126 _info.handler = personality;
1215 _info.handler = cieInfo.personality;
1245 _info.handler = cieInfo.personality;