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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 1252 const char *slot_name = (char *) *slot;
1254 if (*slot_name != '!')
1256 if (! fnmatch (slot_name, d->name, 0))
1265 if (! fnmatch (slot_name + 1, d->name, 0))
1250 const char *slot_name = (char *) *slot; local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 1243 const char *slot_name = (char *) *slot;
1245 if (*slot_name != '!')
1247 if (! fnmatch (slot_name, d->name, 0))
1256 if (! fnmatch (slot_name + 1, d->name, 0))
1241 const char *slot_name = (char *) *slot; local
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 1288 const char *slot_name;
1298 slot_name = slot->value.name;
1300 slot_name = slot->value.found.symbol->search_name ();
1303 if (slot_name == NULL && name == NULL)
1310 else if (slot_name != NULL && name != NULL)
1326 if (strcmp (slot_name, name) != 0)
1284 const char *slot_name; local
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 1269 const char *slot_name;
1279 slot_name = slot->value.name;
1281 slot_name = slot->value.found.symbol->search_name ();
1284 if (slot_name == NULL && name == NULL)
1291 else if (slot_name != NULL && name != NULL)
1307 if (strcmp (slot_name, name) != 0)
1265 const char *slot_name; local

Completed in 48 milliseconds