Home
last modified time | relevance | path

Searched refs:typoff (Results 1 – 4 of 4) 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()
H A Dlink_elf_obj.c119 caddr_t typoff; /* Type offset table */ member
1310 free(ef->typoff, M_LINKER); in link_elf_unload_file()
1333 free(ef->typoff, M_LINKER); in link_elf_unload_file()
H A Dlink_elf.c112 caddr_t typoff; /* Type offset table */ member
1410 free(ef->typoff, M_LINKER); in link_elf_unload_file()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c859 uint32_t *typoff = *lc->typoffp; in ctf_lookup_by_id() local
867 if ((offset = typoff[type]) == 0) { in ctf_lookup_by_id()