Home
last modified time | relevance | path

Searched refs:oldsym (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dsymtab.cc1816 Symbol* oldsym; in define_special_symbol() local
2023 &oldsym, in do_define_in_output_data()
2036 &oldsym, in do_define_in_output_data()
2071 return oldsym; in do_define_in_output_data()
2146 &oldsym, in do_define_in_output_segment()
2159 &oldsym, in do_define_in_output_segment()
2193 return oldsym; in do_define_in_output_segment()
2267 &oldsym, in do_define_as_constant()
2280 &oldsym, in do_define_as_constant()
2509 &oldsym, in add_undefined_symbol_from_command_line()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dsymtab.cc1780 Symbol* oldsym; in define_special_symbol() local
1793 if (oldsym == NULL || !oldsym->is_undefined()) in define_special_symbol()
1861 oldsym = NULL; in define_special_symbol()
1992 if (oldsym == NULL) in do_define_in_output_data()
2014 return oldsym; in do_define_in_output_data()
2110 if (oldsym == NULL) in do_define_in_output_segment()
2131 return oldsym; in do_define_in_output_segment()
2225 if (oldsym == NULL) in do_define_as_constant()
2253 return oldsym; in do_define_as_constant()
2440 false, &oldsym, in add_undefined_symbol_from_command_line()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c11013 const char *secname, *oldsym; in output_comp_unit() local
11047 oldsym = die->die_id.die_symbol; in output_comp_unit()
11048 if (oldsym && die->comdat_type_p) in output_comp_unit()
11050 tmp = XALLOCAVEC (char, strlen (oldsym) + 24); in output_comp_unit()
11052 sprintf (tmp, ".gnu.linkonce.wi.%s", oldsym); in output_comp_unit()
11066 if ((flag_generate_lto || flag_generate_offload) && oldsym) in output_comp_unit()
11070 get_identifier (oldsym), char_type_node); in output_comp_unit()
11080 ASM_WEAKEN_LABEL (asm_out_file, oldsym); in output_comp_unit()
11084 ASM_OUTPUT_LABEL (asm_out_file, oldsym); in output_comp_unit()
11100 if (oldsym) in output_comp_unit()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c8577 char *oldsym, *tmp; in output_comp_unit() local
8596 oldsym = die->die_id.die_symbol; in output_comp_unit()
8597 if (oldsym) in output_comp_unit()
8599 tmp = XALLOCAVEC (char, strlen (oldsym) + 24); in output_comp_unit()
8601 sprintf (tmp, ".gnu.linkonce.wi.%s", oldsym); in output_comp_unit()
8619 if (oldsym) in output_comp_unit()
8622 die->die_id.die_symbol = oldsym; in output_comp_unit()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c2758 struct symtab_node *oldsym, *newsym; in duplicate_decls() local
2760 oldsym = cgraph_node::get_create (olddecl); in duplicate_decls()
2762 oldsym = varpool_node::get_create (olddecl); in duplicate_decls()
2764 oldsym->set_comdat_group (newsym->get_comdat_group ()); in duplicate_decls()