HomeSort by: relevance | last modified time | path
    Searched defs:int_name (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/common/
hwcentry.h 108 char *int_name; /* internal HWC specification */ member in struct:__anon10196
162 * <list[]->int_name>:
179 * It is the responsibility of the caller to free 'name' and 'int_name'.
243 char * int_name, int cpc_cpuver);
248 * <int_name>: Hwcentry->int_name or NULL for don't care
257 * <pret_ctr->int_name>:
276 * It is the responsibility of the caller to free 'name' and 'int_name'.
299 * <ctr->int_name>:
340 * <ctr->int_name>
    [all...]
hwcfuncs.c 163 TprintfT (dbg_lvl, "%s: name='%s', int_name='%s',"
166 hdr, phwcdef->name, phwcdef->int_name, phwcdef->reg_num,
270 char *int_name = NULL; local
313 /* int_name */
314 int_name = dsp;
402 hwcdef[idx].name = strdup (int_name);
403 if (*int_name)
404 hwcdef[idx].int_name = strdup (int_name);
406 hwcdef[idx].int_name = strdup (name)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcentry.h 108 char *int_name; /* internal HWC specification */ member in struct:__anon11669
162 * <list[]->int_name>:
179 * It is the responsibility of the caller to free 'name' and 'int_name'.
243 char * int_name, int cpc_cpuver);
248 * <int_name>: Hwcentry->int_name or NULL for don't care
257 * <pret_ctr->int_name>:
276 * It is the responsibility of the caller to free 'name' and 'int_name'.
299 * <ctr->int_name>:
340 * <ctr->int_name>
    [all...]
hwcfuncs.c 163 TprintfT (dbg_lvl, "%s: name='%s', int_name='%s',"
166 hdr, phwcdef->name, phwcdef->int_name, phwcdef->reg_num,
270 char *int_name = NULL; local
313 /* int_name */
314 int_name = dsp;
402 hwcdef[idx].name = strdup (int_name);
403 if (*int_name)
404 hwcdef[idx].int_name = strdup (int_name);
406 hwcdef[idx].int_name = strdup (name)
    [all...]
  /src/sbin/routed/
defs.h 275 char int_name[IF_NAME_LEN+1]; member in struct:interface
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 1001 char *int_name = pe_def_file->exports[i].internal_name; local
1005 lang_add_gc_name (int_name);
1007 name = xmalloc (strlen (int_name) + 2);
1008 if (pe_details->underscored && int_name[0] != '@')
1011 strcpy (name + 1, int_name);
1017 strcpy (name, int_name);
1053 else if (strchr (int_name, '.'))
1074 int_name);
1080 int_name,
1087 int_name);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 966 char *int_name = pe_def_file->exports[i].internal_name; local
970 lang_add_gc_name (int_name);
972 name = xmalloc (strlen (int_name) + 2);
973 if (pe_details->underscored && int_name[0] != '@')
976 strcpy (name + 1, int_name);
982 strcpy (name, int_name);
1018 else if (strchr (int_name, '.'))
1039 int_name);
1045 int_name,
1052 int_name);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 2982 tree attrs, int_attr, int_names, int_name, forwarder_attr;
2992 int_name = TREE_VALUE (int_names);
2993 sprintf (buf, "ivt_entry_%.80s", TREE_STRING_POINTER (int_name));
2971 tree attrs, int_attr, int_names, int_name, forwarder_attr; local
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 2981 tree attrs, int_attr, int_names, int_name, forwarder_attr;
2991 int_name = TREE_VALUE (int_names);
2992 sprintf (buf, "ivt_entry_%.80s", TREE_STRING_POINTER (int_name));
2970 tree attrs, int_attr, int_names, int_name, forwarder_attr; local
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 1031 char *int_name = dbe_strdup (attrs->getValue (NTXT ("int_name"))); // may not be present local
1039 exp->process_hwcounter_cmd (NULL, cpuver, counter, int_name, interval, tag, i_tpc, modstr);
1046 char *int_name = dbe_strdup (attrs->getValue (NTXT ("int_name"))); local
1053 exp->process_hwsimctr_cmd (NULL, cpuver, hwcname, int_name, metric, reg,
Dbe.cc 7110 Vector<char*> *int_name = new Vector<char*>(sz); local
7127 int_name->store (i, dbe_strdup (ctr->int_name));
7139 list->store (2, int_name);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 1031 char *int_name = dbe_strdup (attrs->getValue (NTXT ("int_name"))); // may not be present local
1039 exp->process_hwcounter_cmd (NULL, cpuver, counter, int_name, interval, tag, i_tpc, modstr);
1046 char *int_name = dbe_strdup (attrs->getValue (NTXT ("int_name"))); local
1053 exp->process_hwsimctr_cmd (NULL, cpuver, hwcname, int_name, metric, reg,
Dbe.cc 7110 Vector<char*> *int_name = new Vector<char*>(sz); local
7127 int_name->store (i, dbe_strdup (ctr->int_name));
7139 list->store (2, int_name);

Completed in 70 milliseconds