Searched refs:ctftab (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/kern/ |
| D | kern_ctf.c | 64 caddr_t ctftab = NULL; in link_elf_ctf_get() local 98 lc->ctftab = ef->ctftab; in link_elf_ctf_get() 259 if ((ctftab = malloc(sz, M_LINKER, M_WAITOK)) == NULL) { in link_elf_ctf_get() 268 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw, in link_elf_ctf_get() 282 bcopy(ctf_hdr, ctftab, sizeof(ctf_hdr)); in link_elf_ctf_get() 297 zs.next_out = ((uint8_t *) ctftab) + sizeof(ctf_hdr); in link_elf_ctf_get() 306 ef->ctftab = ctftab; in link_elf_ctf_get() 310 ctftab = NULL; in link_elf_ctf_get() 313 lc->ctftab = ef->ctftab; in link_elf_ctf_get() 334 if (ctftab != NULL) in link_elf_ctf_get() [all …]
|
| D | link_elf_obj.c | 114 caddr_t ctftab; /* CTF table */ member 933 if (ef->ctftab) in link_elf_unload_file() 934 free(ef->ctftab, M_LINKER); in link_elf_unload_file() 971 if (ef->ctftab) in link_elf_unload_file() 972 free(ef->ctftab, M_LINKER); in link_elf_unload_file()
|
| D | link_elf.c | 108 caddr_t ctftab; /* CTF table */ member 1125 if (ef->ctftab != NULL) in link_elf_unload_file() 1126 free(ef->ctftab, M_LINKER); in link_elf_unload_file()
|
| /freebsd-9-stable/sys/cddl/dev/fbt/ |
| D | fbt.c | 577 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_ctfoff_init() 578 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_ctfoff_init() 677 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_typoff_init() 681 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_typoff_init() 1004 tp = (const ctf_type_t *)(lc->ctftab + offset + sizeof(ctf_header_t)); in ctf_lookup_by_id() 1012 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_array_info() 1036 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;; in ctf_strptr() 1042 strp = (const char *)(lc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t)); in ctf_strptr() 1296 dp = (const ushort_t *)(lc.ctftab + offset + sizeof(ctf_header_t)); in fbt_getargdesc()
|
| /freebsd-9-stable/sys/sys/ |
| D | linker.h | 272 const uint8_t *ctftab; /* Decompressed CTF data. */ member
|