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

/freebsd-10.1-release/sys/kern/
H A Dkern_ctf.c104 lc->typoffp = (uint32_t **) &ef->typoff;
318 lc->typoffp = (uint32_t **) &ef->typoff;
H A Dlink_elf_obj.c117 caddr_t typoff; /* Type offset table */ member in struct:elf_file
912 if (ef->typoff)
913 free(ef->typoff, M_LINKER);
950 if (ef->typoff)
951 free(ef->typoff, M_LINKER);
H A Dlink_elf.c111 caddr_t typoff; /* Type offset table */ member in struct:elf_file
1106 if (ef->typoff != NULL)
1107 free(ef->typoff, M_LINKER);
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c914 uint32_t *typoff = *lc->typoffp; local
922 if ((offset = typoff[type]) == 0) {
H A Dfbt.c991 uint32_t *typoff = *lc->typoffp; local
999 if ((offset = typoff[type]) == 0) {

Completed in 140 milliseconds