OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:funfirstline
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
linespec.c
157
/* The '
funfirstline
' value that was passed in to decode_line_1 or
159
int
funfirstline
;
member in struct:linespec_state
374
int
funfirstline
, struct symbol *sym);
2157
if (self->
funfirstline
)
2216
if (symbol_to_sal (&sal, state->
funfirstline
, sym.symbol)
2245
if (state->
funfirstline
2281
if (symbol_to_sal (&sal, state->
funfirstline
, sym.symbol)
2457
If the argument
FUNFIRSTLINE
is nonzero, we want the first line
2683
self->
funfirstline
= (flags & DECODE_LINE_FUNFIRSTLINE) ? 1 : 0;
4165
sal = find_function_start_sal (func_addr, NULL, self->
funfirstline
);
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
linespec.c
142
funfirstline
((flags & DECODE_LINE_FUNFIRSTLINE) != 0),
178
/* The '
funfirstline
' value that was passed in to decode_line_1 or
180
bool
funfirstline
;
member in struct:linespec_state
400
bool
funfirstline
, struct symbol *sym);
2143
if (self->
funfirstline
)
2202
if (symbol_to_sal (&sal, state->
funfirstline
, sym.symbol)
2231
if (state->
funfirstline
2267
if (symbol_to_sal (&sal, state->
funfirstline
, sym.symbol)
2443
If the argument
FUNFIRSTLINE
is nonzero, we want the first line
4115
sal = find_function_start_sal (func_addr, NULL, self->
funfirstline
);
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026