Searched refs:typoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_ctf.c105 lc->typoffp = (uint32_t **) &ef->typoff;
320 lc->typoffp = (uint32_t **) &ef->typoff;
H A Dlink_elf_obj.c117 caddr_t typoff; /* Type offset table */ member in struct:elf_file
910 if (ef->typoff)
911 free(ef->typoff, M_LINKER);
948 if (ef->typoff)
949 free(ef->typoff, M_LINKER);
H A Dlink_elf.c111 caddr_t typoff; /* Type offset table */ member in struct:elf_file
1129 if (ef->typoff != NULL)
1130 free(ef->typoff, M_LINKER);
/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c991 uint32_t *typoff = *lc->typoffp; local
999 if ((offset = typoff[type]) == 0) {

Completed in 104 milliseconds