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

/freebsd-9.3-release/sys/kern/
H A Dkern_ctf.c64 caddr_t ctftab = NULL; local
98 lc->ctftab = ef->ctftab;
259 if ((ctftab = malloc(sz, M_LINKER, M_WAITOK)) == NULL) {
268 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw,
282 bcopy(ctf_hdr, ctftab, sizeof(ctf_hdr));
297 zs.next_out = ((uint8_t *) ctftab) + sizeof(ctf_hdr);
306 ef->ctftab = ctftab;
310 ctftab
[all...]
H A Dlink_elf_obj.c114 caddr_t ctftab; /* CTF table */ member in struct:elf_file
906 if (ef->ctftab)
907 free(ef->ctftab, M_LINKER);
944 if (ef->ctftab)
945 free(ef->ctftab, M_LINKER);
H A Dlink_elf.c108 caddr_t ctftab; /* CTF table */ member in struct:elf_file
1125 if (ef->ctftab != NULL)
1126 free(ef->ctftab, M_LINKER);
/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c577 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
578 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t);
677 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
681 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t);
1004 tp = (const ctf_type_t *)(lc->ctftab + offset + sizeof(ctf_header_t));
1012 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
1036 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;;
1042 strp = (const char *)(lc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t));
1296 dp = (const ushort_t *)(lc.ctftab + offset + sizeof(ctf_header_t));
/freebsd-9.3-release/sys/sys/
H A Dlinker.h272 const uint8_t *ctftab; /* Decompressed CTF data. */ member in struct:linker_ctf

Completed in 121 milliseconds