OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTF_STRTAB_1
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/gpl3/binutils/dist/libctf/
ctf-util.c
138
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
139
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
178
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
179
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
ctf-string.c
44
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
93
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
457
atom->csa_external_offset = CTF_SET_STID (offset,
CTF_STRTAB_1
);
ctf-open.c
1720
fp->ctf_str[
CTF_STRTAB_1
].cts_strs = strsect->cts_data;
1721
fp->ctf_str[
CTF_STRTAB_1
].cts_len = strsect->cts_size;
ctf-link.c
1684
uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx,
CTF_STRTAB_1
);
/src/external/gpl3/binutils.old/dist/libctf/
ctf-util.c
138
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
139
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
178
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
179
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
ctf-string.c
44
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
93
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
457
atom->csa_external_offset = CTF_SET_STID (offset,
CTF_STRTAB_1
);
ctf-open.c
1720
fp->ctf_str[
CTF_STRTAB_1
].cts_strs = strsect->cts_data;
1721
fp->ctf_str[
CTF_STRTAB_1
].cts_len = strsect->cts_size;
ctf-link.c
1718
uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx,
CTF_STRTAB_1
);
/src/external/gpl3/gdb.old/dist/libctf/
ctf-util.c
138
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
139
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
178
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
179
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
ctf-string.c
44
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
93
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
457
atom->csa_external_offset = CTF_SET_STID (offset,
CTF_STRTAB_1
);
ctf-open.c
1718
fp->ctf_str[
CTF_STRTAB_1
].cts_strs = strsect->cts_data;
1719
fp->ctf_str[
CTF_STRTAB_1
].cts_len = strsect->cts_size;
ctf-link.c
1706
uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx,
CTF_STRTAB_1
);
/src/external/gpl3/gdb/dist/libctf/
ctf-util.c
138
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
139
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
178
if (tmp.st_name < fp->ctf_str[
CTF_STRTAB_1
].cts_len)
179
dst->st_name = (const char *) fp->ctf_str[
CTF_STRTAB_1
].cts_strs + tmp.st_name;
ctf-string.c
44
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
93
if (CTF_NAME_STID (name) ==
CTF_STRTAB_1
457
atom->csa_external_offset = CTF_SET_STID (offset,
CTF_STRTAB_1
);
ctf-open.c
1720
fp->ctf_str[
CTF_STRTAB_1
].cts_strs = strsect->cts_data;
1721
fp->ctf_str[
CTF_STRTAB_1
].cts_len = strsect->cts_size;
ctf-link.c
1684
uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx,
CTF_STRTAB_1
);
/src/external/cddl/osnet/dist/uts/common/sys/
ctf.h
190
#define
CTF_STRTAB_1
1
/src/external/gpl3/binutils/dist/include/
ctf.h
403
#define
CTF_STRTAB_1
1 /* String table id 1 (ELF strtab). */
/src/external/gpl3/binutils.old/dist/include/
ctf.h
402
#define
CTF_STRTAB_1
1 /* String table id 1 (ELF strtab). */
/src/external/gpl3/gcc/dist/include/
ctf.h
402
#define
CTF_STRTAB_1
1 /* String table id 1 (ELF strtab). */
/src/external/gpl3/gcc.old/dist/include/
ctf.h
330
#define
CTF_STRTAB_1
1 /* String table id 1 (ELF strtab). */
/src/external/gpl3/gdb.old/dist/include/
ctf.h
402
#define
CTF_STRTAB_1
1 /* String table id 1 (ELF strtab). */
/src/external/gpl3/gdb/dist/include/
ctf.h
402
#define
CTF_STRTAB_1
1 /* String table id 1 (ELF strtab). */
/src/external/cddl/osnet/dist/common/ctf/
ctf_open.c
886
fp->ctf_str[
CTF_STRTAB_1
].cts_strs = strsect->cts_data;
887
fp->ctf_str[
CTF_STRTAB_1
].cts_len = strsect->cts_size;
Completed in 61 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026