Searched defs:_fn_node (Results 1 – 1 of 1) sorted by relevance
417 struct _fn_node { struct418 Char* name;419 UInt number;420 Context* last_cxt; /* LRU info */421 Context* pure_cxt; /* the context with only the function itself */422 file_node* file; /* reverse mapping for 2nd hash */423 fn_node* next;425 Bool dump_before :1;426 Bool dump_after :1;427 Bool zero_before :1;[all …]