OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026