Searched refs:icache_tree (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-icache.c366 typedef struct _icache_tree icache_tree; typedef in typeref:struct:_icache_tree
369 icache_tree *next;
370 icache_tree *children;
373 static icache_tree *
374 icache_tree_insert(icache_tree *tree,
377 icache_tree *new_tree;
379 icache_tree **ptr_to_cur_tree = &tree->children;
380 icache_tree *cur_tree = *ptr_to_cur_tree;
395 new_tree = ZALLOC(icache_tree);
403 static icache_tree *
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dgen-icache.c367 typedef struct _icache_tree icache_tree; typedef in typeref:struct:_icache_tree
370 icache_tree *next;
371 icache_tree *children;
374 static icache_tree *
375 icache_tree_insert(icache_tree *tree,
378 icache_tree *new_tree;
380 icache_tree **ptr_to_cur_tree = &tree->children;
381 icache_tree *cur_tree = *ptr_to_cur_tree;
396 new_tree = ZALLOC(icache_tree);
404 static icache_tree *
[all...]

Completed in 86 milliseconds