Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ctf.c88 lc->typoffp = (uint32_t **) &ef->typoff; in link_elf_ctf_get()
286 lc->typoffp = (uint32_t **) &ef->typoff; in link_elf_ctf_get()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c648 *lc->typoffp = xp; in fbt_typoff_init()
859 uint32_t *typoff = *lc->typoffp; in ctf_lookup_by_id()
1186 if (ctfoff == NULL || *lc.typoffp == NULL) in fbt_getargdesc()
/freebsd/sys/sys/
H A Dlinker.h343 uint32_t **typoffp; /* Ptr to array of type offsets. */ member