OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctsp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/common/ctf/
ctf_util.c
104
const ctf_strs_t *
ctsp
= &fp->ctf_str[CTF_NAME_STID(name)];
local
106
if (
ctsp
->cts_strs != NULL && CTF_NAME_OFFSET(name) <
ctsp
->cts_len)
107
return (
ctsp
->cts_strs + CTF_NAME_OFFSET(name));
ctf_hash.c
100
ctf_strs_t *
ctsp
= &fp->ctf_str[CTF_NAME_STID(name)];
local
101
const char *str =
ctsp
->cts_strs + CTF_NAME_OFFSET(name);
111
if (
ctsp
->cts_strs == NULL)
114
if (
ctsp
->cts_len <= CTF_NAME_OFFSET(name))
151
ctf_strs_t *
ctsp
;
local
159
ctsp
= &fp->ctf_str[CTF_NAME_STID(hep->h_name)];
160
str =
ctsp
->cts_strs + CTF_NAME_OFFSET(hep->h_name);
/src/external/gpl3/binutils/dist/libctf/
ctf-string.c
34
ctf_strs_t *
ctsp
= &fp->ctf_str[CTF_NAME_STID (name)];
local
37
ctsp
= strtab;
50
the end of the
ctsp
->cts_len but below the ctf_str_prov_offset, this is
55
&& name >=
ctsp
->cts_len && name < fp->ctf_str_prov_offset)
59
if (
ctsp
->cts_strs != NULL && CTF_NAME_OFFSET (name) <
ctsp
->cts_len)
60
return (
ctsp
->cts_strs + CTF_NAME_OFFSET (name));
/src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c
34
ctf_strs_t *
ctsp
= &fp->ctf_str[CTF_NAME_STID (name)];
local
37
ctsp
= strtab;
50
the end of the
ctsp
->cts_len but below the ctf_str_prov_offset, this is
55
&& name >=
ctsp
->cts_len && name < fp->ctf_str_prov_offset)
59
if (
ctsp
->cts_strs != NULL && CTF_NAME_OFFSET (name) <
ctsp
->cts_len)
60
return (
ctsp
->cts_strs + CTF_NAME_OFFSET (name));
/src/external/gpl3/gdb.old/dist/libctf/
ctf-string.c
34
ctf_strs_t *
ctsp
= &fp->ctf_str[CTF_NAME_STID (name)];
local
37
ctsp
= strtab;
50
the end of the
ctsp
->cts_len but below the ctf_str_prov_offset, this is
55
&& name >=
ctsp
->cts_len && name < fp->ctf_str_prov_offset)
59
if (
ctsp
->cts_strs != NULL && CTF_NAME_OFFSET (name) <
ctsp
->cts_len)
60
return (
ctsp
->cts_strs + CTF_NAME_OFFSET (name));
/src/external/gpl3/gdb/dist/libctf/
ctf-string.c
34
ctf_strs_t *
ctsp
= &fp->ctf_str[CTF_NAME_STID (name)];
local
37
ctsp
= strtab;
50
the end of the
ctsp
->cts_len but below the ctf_str_prov_offset, this is
55
&& name >=
ctsp
->cts_len && name < fp->ctf_str_prov_offset)
59
if (
ctsp
->cts_strs != NULL && CTF_NAME_OFFSET (name) <
ctsp
->cts_len)
60
return (
ctsp
->cts_strs + CTF_NAME_OFFSET (name));
Completed in 23 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026