HomeSort by: relevance | last modified time | path
    Searched defs:ptroot (Results 1 - 4 of 4) 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
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:
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 73 milliseconds