HomeSort by: relevance | last modified time | path
    Searched defs:infoptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/unwind/
stackframe.h 18 char *infoptr; member in struct:uwtable_ent
stackframe.c 1237 "uwt->infoptr = %p\n", uwt->start, uwt->end, uwt->infoptr);
1254 uint64_t infoptr, procoffset, slotoffset; local in function:patchunwindframe
1267 infoptr = (uint64_t) uwt->infoptr + relocoffset;
1269 if (infoptr > relocoffset) {
1270 buildrecordchain(infoptr, NULL);

Completed in 62 milliseconds