OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctftab
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
kern_ctf.h
38
uint8_t *
ctftab
; /* Decompressed CTF data. */
member in struct:mod_ctf
49
int ctfalloc; /*
ctftab
is alloced */
/src/sys/kern/
kern_ctf.c
77
void *
ctftab
= NULL;
local in function:mod_ctf_get
186
ctftab
= ctfbuf;
189
ctftab
= (void *)ctfaddr;
201
memcpy(
ctftab
, ctfaddr, CTF_HDR_SIZE);
216
zs.next_out = ((uint8_t *)
ctftab
) + CTF_HDR_SIZE;
227
mc->
ctftab
=
ctftab
;
Completed in 13 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025