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

/freebsd-10.2-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.c573 uint32_t *ctfoff; local
590 if ((ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK)) == NULL)
593 *lc->ctfoffp = ctfoff;
595 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
597 *ctfoff = 0xffffffff;
605 *ctfoff = 0xffffffff;
609 *ctfoff = objtoff;
615 *ctfoff = 0xffffffff;
619 *ctfoff = funcoff;
636 *ctfoff
1246 uint32_t *ctfoff; local
[all...]
/freebsd-10.2-release/sys/kern/
H A Dkern_ctf.c102 lc->ctfoffp = (uint32_t **) &ef->ctfoff;
301 lc->ctfoffp = (uint32_t **) &ef->ctfoff;
H A Dlink_elf_obj.c116 caddr_t ctfoff; /* CTF offset table */ member in struct:elf_file
911 if (ef->ctfoff)
912 free(ef->ctfoff, M_LINKER);
949 if (ef->ctfoff)
950 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 191 milliseconds