Searched refs:ctftab (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ctf.c | 52 caddr_t ctftab = NULL; local 84 lc->ctftab = ef->ctftab; 234 ctftab = malloc(sz, M_LINKER, M_WAITOK); 240 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw, 254 bcopy(ctf_hdr, ctftab, sizeof(ctf_hdr)); 267 zs.next_out = ((uint8_t *) ctftab) + sizeof(ctf_hdr); 278 ef->ctftab = ctftab; 282 ctftab = NULL; 285 lc->ctftab = ef->ctftab; 305 if (ctftab != NULL) [all …]
|
| H A D | link_elf_obj.c | 118 caddr_t ctftab; /* CTF table */ member 1212 free(ef->ctftab, M_LINKER); in link_elf_unload_file() 1235 free(ef->ctftab, M_LINKER); in link_elf_unload_file()
|
| H A D | link_elf.c | 110 caddr_t ctftab; /* CTF table */ member 1393 free(ef->ctftab, M_LINKER); in link_elf_unload_file()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 278 const uint8_t *ctftab; /* Decompressed CTF data. */ member
|
| /f-stack/freebsd/sys/ |
| H A D | linker.h | 300 const uint8_t *ctftab; /* Decompressed CTF data. */ member
|