HomeSort by: relevance | last modified time | path
    Searched defs:icache_tree (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
gen-icache.c 369 typedef struct _icache_tree icache_tree; typedef in typeref:struct:_icache_tree
372 icache_tree *next;
373 icache_tree *children;
376 static icache_tree *
377 icache_tree_insert(icache_tree *tree,
380 icache_tree *new_tree;
382 icache_tree **ptr_to_cur_tree = &tree->children;
383 icache_tree *cur_tree = *ptr_to_cur_tree;
398 new_tree = ZALLOC(icache_tree);
406 static icache_tree *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
gen-icache.c 369 typedef struct _icache_tree icache_tree; typedef in typeref:struct:_icache_tree
372 icache_tree *next;
373 icache_tree *children;
376 static icache_tree *
377 icache_tree_insert(icache_tree *tree,
380 icache_tree *new_tree;
382 icache_tree **ptr_to_cur_tree = &tree->children;
383 icache_tree *cur_tree = *ptr_to_cur_tree;
398 new_tree = ZALLOC(icache_tree);
406 static icache_tree *
    [all...]

Completed in 33 milliseconds