Searched refs:typoff (Results 1 – 4 of 4) sorted by relevance
88 lc->typoffp = (uint32_t **) &ef->typoff; in link_elf_ctf_get()286 lc->typoffp = (uint32_t **) &ef->typoff; in link_elf_ctf_get()
119 caddr_t typoff; /* Type offset table */ member1310 free(ef->typoff, M_LINKER); in link_elf_unload_file()1333 free(ef->typoff, M_LINKER); in link_elf_unload_file()
112 caddr_t typoff; /* Type offset table */ member1410 free(ef->typoff, M_LINKER); in link_elf_unload_file()
859 uint32_t *typoff = *lc->typoffp; in ctf_lookup_by_id() local867 if ((offset = typoff[type]) == 0) { in ctf_lookup_by_id()