Searched refs:subpname (Results 1 – 1 of 1) sorted by relevance
228 const char *subpname; member629 make_subprog_entry (unsigned int num, char *subpname, int filenum, int line) in make_subprog_entry() argument652 subprogs[num - 1].subpname = xstrdup (subpname); in make_subprog_entry()747 char *subpname; in dwarf2_directive_subprog() local751 subpname = demand_copy_C_string (&subpname_len); in dwarf2_directive_subprog()752 if (subpname == NULL) in dwarf2_directive_subprog()771 if (num < (int) subprogs_in_use && subprogs[num].subpname != NULL) in dwarf2_directive_subprog()777 make_subprog_entry (num, subpname, filenum, line); in dwarf2_directive_subprog()2005 name = subprogs[i].subpname; in out_subprog_list()