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

/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c503 uint32_t *ctfoff; local
520 if ((ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK)) == NULL)
523 *lc->ctfoffp = ctfoff;
525 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
527 *ctfoff = 0xffffffff;
535 *ctfoff = 0xffffffff;
539 *ctfoff = objtoff;
545 *ctfoff = 0xffffffff;
549 *ctfoff = funcoff;
566 *ctfoff
1176 uint32_t *ctfoff; local
[all...]
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-10.1-release/sys/kern/
H A Dkern_ctf.c103 lc->ctfoffp = (uint32_t **) &ef->ctfoff;
317 lc->ctfoffp = (uint32_t **) &ef->ctfoff;
H A Dlink_elf_obj.c116 caddr_t ctfoff; /* CTF offset table */ member in struct:elf_file
910 if (ef->ctfoff)
911 free(ef->ctfoff, M_LINKER);
948 if (ef->ctfoff)
949 free(ef->ctfoff, M_LINKER);
H A Dlink_elf.c110 caddr_t ctfoff; /* CTF offset table */ member in struct:elf_file
1104 if (ef->ctfoff != NULL)
1105 free(ef->ctfoff, M_LINKER);

Completed in 110 milliseconds