Searched refs:stripped_name (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-vms.c | 3487 char *stripped_name, *Name; in VMS_Emit_Globalvalues() local 3510 stripped_name = 0; in VMS_Emit_Globalvalues() 3515 stripped_name = xmalloc (strlen (Name) + 1); in VMS_Emit_Globalvalues() 3516 strcpy (stripped_name, Name); in VMS_Emit_Globalvalues() 3542 VMS_Global_Symbol_Spec (stripped_name, 0, 0, GBLSYM_VAL); in VMS_Emit_Globalvalues() 3552 VMS_Global_Symbol_Spec (stripped_name, 0, 0, GBLSYM_VAL); in VMS_Emit_Globalvalues() 3553 VMS_Global_Symbol_Spec (stripped_name, 0, globalvalue, in VMS_Emit_Globalvalues() 3555 VMS_Global_Symbol_Spec (stripped_name, 0, globalvalue, in VMS_Emit_Globalvalues() 3559 as_warn (_("Invalid globalvalue of %s"), stripped_name); in VMS_Emit_Globalvalues() 3564 if (stripped_name) in VMS_Emit_Globalvalues() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | varasm.c | 383 const char *stripped_name; in initialize_cold_section_name() local 397 stripped_name = targetm.strip_name_encoding (name); in initialize_cold_section_name() 399 buffer = ACONCAT ((stripped_name, "_unlikely", NULL)); in initialize_cold_section_name()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 9619 char *stripped_name = xmemdup (name, len, len+1); local 9620 stripped_name [len] = '\0'; 9621 return stripped_name;
|
H A D | parse.y | 6054 char *stripped_name = xmemdup (name, len, len+1); local 6055 stripped_name [len] = '\0'; 6056 return stripped_name;
|