Lines Matching refs:ctfoff
453 uint32_t *ctfoff; in fbt_ctfoff_init() local
472 ctfoff = malloc(sizeof(uint32_t) * nsyms, M_FBT, M_WAITOK); in fbt_ctfoff_init()
473 mc->ctfoffp = ctfoff; in fbt_ctfoff_init()
475 for (i = 0; i < nsyms; i++, ctfoff++, symp++) { in fbt_ctfoff_init()
494 ctfoff = &mc->ctfoffp[mc->nmap[i]-1]; in fbt_ctfoff_init()
504 *ctfoff = 0xffffffff; in fbt_ctfoff_init()
512 *ctfoff = 0xffffffff; in fbt_ctfoff_init()
516 *ctfoff = objtoff; in fbt_ctfoff_init()
522 *ctfoff = 0xffffffff; in fbt_ctfoff_init()
526 *ctfoff = funcoff; in fbt_ctfoff_init()
543 *ctfoff = 0xffffffff; in fbt_ctfoff_init()
1149 uint32_t *ctfoff; in fbt_getargdesc() local
1189 ctfoff = mc->ctfoffp; in fbt_getargdesc()
1191 if (ctfoff == NULL || mc->typoffp == NULL) { in fbt_getargdesc()
1200 if ((offset = ctfoff[symindx]) == 0xffffffff) in fbt_getargdesc()