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

  /src/external/gpl3/binutils/dist/opcodes/
vax-dis.c 122 const char * entry_switch = "entry:"; local
124 while ((options = strstr (options, entry_switch)))
126 options += strlen (entry_switch);
133 += 1 + strlen (options) / (strlen (entry_switch) + 5);
  /src/external/gpl3/binutils.old/dist/opcodes/
vax-dis.c 122 const char * entry_switch = "entry:"; local
124 while ((options = strstr (options, entry_switch)))
126 options += strlen (entry_switch);
133 += 1 + strlen (options) / (strlen (entry_switch) + 5);
  /src/external/gpl3/gdb/dist/opcodes/
vax-dis.c 122 const char * entry_switch = "entry:"; local
124 while ((options = strstr (options, entry_switch)))
126 options += strlen (entry_switch);
133 += 1 + strlen (options) / (strlen (entry_switch) + 5);
  /src/external/gpl3/gdb.old/dist/opcodes/
vax-dis.c 122 const char * entry_switch = "entry:"; local
124 while ((options = strstr (options, entry_switch)))
126 options += strlen (entry_switch);
133 += 1 + strlen (options) / (strlen (entry_switch) + 5);

Completed in 28 milliseconds