OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptroot
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldlang.c
850
static struct prefixtree
ptroot
;
901
pt_add_stmt (&
ptroot
, stmt);
909
t = &
ptroot
;
953
debug_prefix_tree_rec (&
ptroot
, 2);
1016
struct prefixtree *t = &
ptroot
;
849
static struct prefixtree
ptroot
;
variable in typeref:struct:prefixtree
/src/external/gpl3/binutils.old/dist/ld/
ldlang.c
850
static struct prefixtree the_root, *
ptroot
= &the_root;
901
pt_add_stmt (
ptroot
, stmt);
909
t =
ptroot
;
953
debug_prefix_tree_rec (
ptroot
, 2);
1016
struct prefixtree *t =
ptroot
;
849
static struct prefixtree the_root, *
ptroot
= &the_root;
variable in typeref:struct:
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026