Home | History | Annotate | Download | only in src

Lines Matching full:personality

753     // Grab the index of the personality routine from the compact form.
776 _LIBUNWIND_ABORT("unknown personality routine");
880 _info.handler = cieInfo.personality;
962 pint_t personality = 0;
1120 // extact personality routine, if encoding says function has one
1126 _LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with personality index %d, "
1127 "but personality table has only %d entires\n",
1137 personality = _addressSpace.getP(personalityPointer);
1140 "personalityDelta=0x%08X, personality=0x%08llX\n",
1141 (uint64_t) pc, personalityDelta, (uint64_t) personality);
1151 _info.handler = personality;
1240 _info.handler = cieInfo.personality;
1270 _info.handler = cieInfo.personality;