OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_stmt
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h
76
}
is_stmt
;
member in struct:dwarf2_loc
dwarf2-line.c
91
/* Initial value of
is_stmt
register */
105
int
is_stmt
;
member in struct:dwarf2_line_state
386
if (state->
is_stmt
== 0 && loc->
is_stmt
== IS_STMT_SET) {
387
state->
is_stmt
= 1;
389
} else if (state->
is_stmt
== 1 && loc->
is_stmt
== IS_STMT_CLEAR) {
390
state->
is_stmt
= 0;
609
state.
is_stmt
= DWARF2_LINE_DEFAULT_IS_STMT;
624
bcinfo.loc.
is_stmt
= IS_STMT_NOCHANGE
[
all
...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h
118
is_stmt
(rhs.
is_stmt
),
134
is_stmt
= rhs.
is_stmt
;
153
uint8_t
is_stmt
:1, // A boolean indicating that the current instruction is the beginning of a statement.
member in struct:DWARFDebugLine::Row
/external/elfutils/0.153/libdw/
dwarf_getsrclines.c
181
/* Then the flag determining the default value of the
is_stmt
331
uint_fast8_t
is_stmt
= default_is_stmt;
local
378
SET (
is_stmt
);
457
is_stmt
= default_is_stmt;
602
is_stmt
= 1 -
is_stmt
;
libdwP.h
250
unsigned int
is_stmt
:1;
member in struct:Dwarf_Line_s
/external/elfutils/0.153/src/
readelf.c
6156
uint_fast8_t
is_stmt
= default_
is_stmt
;
local
[
all
...]
Completed in 71 milliseconds