Home
last modified time | relevance | path

Searched refs:ctfoff (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c453 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()
[all …]