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

/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c580 uint32_t *ctfoff; local
597 if ((ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK)) == NULL)
600 *lc->ctfoffp = ctfoff;
602 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
604 *ctfoff = 0xffffffff;
612 *ctfoff = 0xffffffff;
616 *ctfoff = objtoff;
622 *ctfoff = 0xffffffff;
626 *ctfoff = funcoff;
643 *ctfoff
1253 uint32_t *ctfoff; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_ctf.c104 lc->ctfoffp = (uint32_t **) &ef->ctfoff;
319 lc->ctfoffp = (uint32_t **) &ef->ctfoff;
H A Dlink_elf_obj.c116 caddr_t ctfoff; /* CTF offset table */ member in struct:elf_file
908 if (ef->ctfoff)
909 free(ef->ctfoff, M_LINKER);
946 if (ef->ctfoff)
947 free(ef->ctfoff, M_LINKER);
H A Dlink_elf.c110 caddr_t ctfoff; /* CTF offset table */ member in struct:elf_file
1127 if (ef->ctfoff != NULL)
1128 free(ef->ctfoff, M_LINKER);

Completed in 41 milliseconds