Home
last modified time | relevance | path

Searched refs:symbol2 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-comdats.c77 struct symtab_node *symbol2 = ref->referring; in propagate_comdat_group() local
81 newgroup = propagate_comdat_group (symbol2, newgroup, map); in propagate_comdat_group()
89 if (symbol->type != symbol2->type) in propagate_comdat_group()
99 if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2)) in propagate_comdat_group()
102 symbol2 = cn->global.inlined_to; in propagate_comdat_group()
107 tree *val2 = map.get (symbol2); in propagate_comdat_group()
126 struct symtab_node *symbol2 = edge->caller; in propagate_comdat_group() local
128 if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2)) in propagate_comdat_group()
132 newgroup = propagate_comdat_group (symbol2, newgroup, map); in propagate_comdat_group()
137 symbol2 = cn->global.inlined_to; in propagate_comdat_group()
[all …]
/dragonfly/contrib/byacc/
H A Dlalr.c361 int symbol2; in build_relations() local
385 symbol2 = *rp; in build_relations()
392 if (accessing_symbol[stateno] == symbol2) in build_relations()
/dragonfly/contrib/binutils-2.27/gas/
H A DREADME140 .word pseudo-op of the form symbol1-symbol2 (the difference of two
145 error message) contain (the address of the long jump)-symbol2. This
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi14294 @item #pragma weak @var{symbol1} = @var{symbol2}
14295 This pragma declares @var{symbol1} to be a weak alias of @var{symbol2}.
14296 It is an error if @var{symbol2} is not defined in the current