Searched refs:ctftab (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_ctf.c | 64 caddr_t ctftab = NULL; in link_elf_ctf_get() local 96 lc->ctftab = ef->ctftab; in link_elf_ctf_get() 242 ctftab = malloc(sz, M_LINKER, M_WAITOK); in link_elf_ctf_get() 248 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw, in link_elf_ctf_get() 262 bcopy(ctf_hdr, ctftab, sizeof(ctf_hdr)); in link_elf_ctf_get() 277 zs.next_out = ((uint8_t *) ctftab) + sizeof(ctf_hdr); in link_elf_ctf_get() 288 ef->ctftab = ctftab; in link_elf_ctf_get() 292 ctftab = NULL; in link_elf_ctf_get() 295 lc->ctftab = ef->ctftab; in link_elf_ctf_get() 315 if (ctftab != NULL) in link_elf_ctf_get() [all …]
|
| HD | link_elf_obj.c | 114 caddr_t ctftab; /* CTF table */ member 939 if (ef->ctftab) in link_elf_unload_file() 940 free(ef->ctftab, M_LINKER); in link_elf_unload_file() 977 if (ef->ctftab) in link_elf_unload_file() 978 free(ef->ctftab, M_LINKER); in link_elf_unload_file()
|
| HD | link_elf.c | 108 caddr_t ctftab; /* CTF table */ member 1167 if (ef->ctftab != NULL) in link_elf_unload_file() 1168 free(ef->ctftab, M_LINKER); in link_elf_unload_file()
|
| /NextBSD/sys/cddl/dev/fbt/ |
| HD | fbt.c | 317 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_ctfoff_init() 318 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_ctfoff_init() 415 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_typoff_init() 419 const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t); in fbt_typoff_init() 742 tp = (const ctf_type_t *)(lc->ctftab + offset + sizeof(ctf_header_t)); in ctf_lookup_by_id() 750 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab; in fbt_array_info() 774 const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;; in ctf_strptr() 780 strp = (const char *)(lc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t)); in ctf_strptr() 1030 dp = (const ushort_t *)(lc.ctftab + offset + sizeof(ctf_header_t)); in fbt_getargdesc()
|
| /NextBSD/sys/sys/ |
| HD | linker.h | 278 const uint8_t *ctftab; /* Decompressed CTF data. */ member
|