Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_ctf.c103 lc->typoffp = (uint32_t **) &ef->typoff; in link_elf_ctf_get()
302 lc->typoffp = (uint32_t **) &ef->typoff; in link_elf_ctf_get()
/NextBSD/sys/cddl/dev/fbt/
HDfbt.c519 *lc->typoffp = xp; in fbt_typoff_init()
729 uint32_t *typoff = *lc->typoffp; in ctf_lookup_by_id()
1019 if (ctfoff == NULL || *lc.typoffp == NULL) in fbt_getargdesc()
/NextBSD/sys/sys/
HDlinker.h285 uint32_t **typoffp; /* Ptr to array of type offsets. */ member