Searched refs:symtab_node (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dipa-ref.h24 typedef union symtab_node_def *symtab_node; typedef in typeref:union:symtab_node_def
40 symtab_node referring;
41 symtab_node referred;
61 struct ipa_ref * ipa_record_reference (symtab_node,
62 symtab_node,
70 void ipa_clone_references (symtab_node, struct ipa_ref_list *);
71 void ipa_clone_referring (symtab_node, struct ipa_ref_list *);
H A Dcgraph.h42 The symtab_node is inherited by cgraph and varpol nodes. */
75 symtab_node same_comdat_group;
81 symtab_node next;
82 symtab_node previous;
87 symtab_node next_sharing_asm_name;
88 symtab_node previous_sharing_asm_name;
214 GTY ((nested_ptr (union symtab_node_def, "(struct cgraph_node *)(%h)", "(symtab_node)%h")))
218 GTY ((nested_ptr (union symtab_node_def, "(struct cgraph_node *)(%h)", "(symtab_node)%h")))
222 GTY ((nested_ptr (union symtab_node_def, "(struct cgraph_node *)(%h)", "(symtab_node)%h")))
521 extern GTY(()) symtab_node symtab_node
[all...]
H A Dgtype-desc.h2734 #define ggc_alloc_symtab_node() ((symtab_node *)(ggc_internal_alloc_stat (sizeof (symtab_node) MEM_STAT_INFO)))
2735 #define ggc_alloc_cleared_symtab_node() ((symtab_node *)(ggc_internal_cleared_alloc_stat (sizeof (symtab_node) MEM_STAT_INFO)))
2736 #define ggc_alloc_vec_symtab_node(n) ((symtab_node *)(ggc_internal_vec_alloc_stat (sizeof (symtab_node), n MEM_STAT_INFO)))
2737 #define ggc_alloc_cleared_vec_symtab_node(n) ((symtab_node *)(ggc_internal_cleared_vec_alloc_stat (sizeof (symtab_node), n MEM_STAT_INFO)))

Completed in 124 milliseconds