Searched refs:oldsym (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | symtab.cc | 1816 Symbol* oldsym; in define_special_symbol() local 1826 oldsym = this->lookup(*pname, *pversion); in define_special_symbol() 1827 if (oldsym == NULL && is_default_version) in define_special_symbol() 1828 oldsym = this->lookup(*pname, NULL); in define_special_symbol() 1829 if (oldsym == NULL) in define_special_symbol() 1831 if (!oldsym->is_undefined()) in define_special_symbol() 1834 if (!oldsym->is_from_dynobj()) in define_special_symbol() 1841 && !oldsym->in_reg()) in define_special_symbol() 1845 *pname = oldsym->name(); in define_special_symbol() 1849 *pversion = oldsym->version(); in define_special_symbol() [all …]
|
| H A D | ChangeLog-0815 | 508 forced local symbol even when oldsym != NULL. 15274 (do_define_in_output_data): If resolving with oldsym, don't delete
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | symtab.cc | 1816 Symbol* oldsym; in define_special_symbol() local 1826 oldsym = this->lookup(*pname, *pversion); in define_special_symbol() 1827 if (oldsym == NULL && is_default_version) in define_special_symbol() 1828 oldsym = this->lookup(*pname, NULL); in define_special_symbol() 1829 if (oldsym == NULL) in define_special_symbol() 1831 if (!oldsym->is_undefined()) in define_special_symbol() 1834 if (!oldsym->is_from_dynobj()) in define_special_symbol() 1841 && !oldsym->in_reg()) in define_special_symbol() 1845 *pname = oldsym->name(); in define_special_symbol() 1849 *pversion = oldsym->version(); in define_special_symbol() [all …]
|
| H A D | ChangeLog-0815 | 508 forced local symbol even when oldsym != NULL. 15274 (do_define_in_output_data): If resolving with oldsym, don't delete
|
| /netbsd-src/sys/kern/ |
| H A D | subr_csan.c | 97 const char *newsym, *oldsym; in kcsan_report() local 104 if (ksyms_getname(NULL, &oldsym, (vaddr_t)old->pc, KSYMS_PROC) != 0) { in kcsan_report() 105 oldsym = "Unknown"; in kcsan_report() 115 (void *)old->addr, old->size, (void *)old->pc, oldsym); in kcsan_report()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dwarf2out.cc | 11208 const char *secname, *oldsym; in output_comp_unit() local 11242 oldsym = die->die_id.die_symbol; in output_comp_unit() 11243 if (oldsym && die->comdat_type_p) in output_comp_unit() 11245 tmp = XALLOCAVEC (char, strlen (oldsym) + 24); in output_comp_unit() 11247 sprintf (tmp, ".gnu.linkonce.wi.%s", oldsym); in output_comp_unit() 11261 if ((flag_generate_lto || flag_generate_offload) && oldsym) in output_comp_unit() 11265 get_identifier (oldsym), char_type_node); in output_comp_unit() 11275 ASM_WEAKEN_LABEL (asm_out_file, oldsym); in output_comp_unit() 11277 targetm.asm_out.globalize_label (asm_out_file, oldsym); in output_comp_unit() 11279 ASM_OUTPUT_LABEL (asm_out_file, oldsym); in output_comp_unit() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dwarf2out.c | 11046 const char *secname, *oldsym; in output_comp_unit() local 11080 oldsym = die->die_id.die_symbol; in output_comp_unit() 11081 if (oldsym && die->comdat_type_p) in output_comp_unit() 11083 tmp = XALLOCAVEC (char, strlen (oldsym) + 24); in output_comp_unit() 11085 sprintf (tmp, ".gnu.linkonce.wi.%s", oldsym); in output_comp_unit() 11099 if ((flag_generate_lto || flag_generate_offload) && oldsym) in output_comp_unit() 11103 get_identifier (oldsym), char_type_node); in output_comp_unit() 11113 ASM_WEAKEN_LABEL (asm_out_file, oldsym); in output_comp_unit() 11115 targetm.asm_out.globalize_label (asm_out_file, oldsym); in output_comp_unit() 11117 ASM_OUTPUT_LABEL (asm_out_file, oldsym); in output_comp_unit() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 2844 struct symtab_node *oldsym, *newsym; in duplicate_decls() local 2846 oldsym = cgraph_node::get_create (olddecl); in duplicate_decls() 2848 oldsym = varpool_node::get_create (olddecl); in duplicate_decls() 2850 oldsym->set_comdat_group (newsym->get_comdat_group ()); in duplicate_decls()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 3045 struct symtab_node *oldsym, *newsym; in duplicate_decls() local 3047 oldsym = cgraph_node::get_create (olddecl); in duplicate_decls() 3049 oldsym = varpool_node::get_create (olddecl); in duplicate_decls() 3051 oldsym->set_comdat_group (newsym->get_comdat_group ()); in duplicate_decls()
|