OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref_idx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/libctf/
ctf-create.c
575
uint32_t
ref_idx
= LCTF_TYPE_TO_INDEX (fp, ref);
local
578
&&
ref_idx
< fp->ctf_typemax)
579
fp->ctf_ptrtab[
ref_idx
] = type_idx;
/src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c
575
uint32_t
ref_idx
= LCTF_TYPE_TO_INDEX (fp, ref);
local
578
&&
ref_idx
< fp->ctf_typemax)
579
fp->ctf_ptrtab[
ref_idx
] = type_idx;
/src/external/gpl3/gdb/dist/libctf/
ctf-create.c
576
uint32_t
ref_idx
= LCTF_TYPE_TO_INDEX (fp, ref);
local
579
&&
ref_idx
< fp->ctf_typemax)
580
fp->ctf_ptrtab[
ref_idx
] = type_idx;
/src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c
576
uint32_t
ref_idx
= LCTF_TYPE_TO_INDEX (fp, ref);
local
579
&&
ref_idx
< fp->ctf_typemax)
580
fp->ctf_ptrtab[
ref_idx
] = type_idx;
Completed in 46 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026