OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:line_base
(Results
1 - 14
of
14
) sorted by null
/external/oprofile/opjitconv/
debug_line.c
97
//
line_base
- see DWARF 2 specs
98
sbyte
line_base
;
member in struct:debug_line_header
285
default_debug_line_header.
line_base
;
/external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp
26
<< format("
line_base
: %i\n", LineBase)
427
// increment for a special opcode is the value of the
line_base
436
// opcode = (desired line increment -
line_base
) +
451
// The amount to increment the line register is the
line_base
plus
454
// line increment =
line_base
+ (adjusted opcode % line_range)
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DebugInfoBuilder.java
44
private static final int
LINE_BASE
= -4;
184
return (byte)(FIRST_SPECIAL + (addressDelta * LINE_RANGE) + (lineDelta -
LINE_BASE
));
/external/llvm/test/MC/MachO/
gen-dwarf.s
96
// CHECK:
line_base
: -5
/external/elfutils/libdw/
dwarf_getsrclines.c
205
int_fast8_t
line_base
= *((int_fast8_t *) linep);
local
374
opcode = (desired line increment -
line_base
)
377
int line_increment = (
line_base
/external/qemu/elff/
dwarf_cu.h
65
Elf_Sbyte
line_base
;
member in struct:Dwarf_STMTL_Hdr
458
stmtl_header_.
line_base
= stmtl_hdr->
line_base
;
dwarf_cu.cc
688
state.line_ += stmtl_header_.
line_base
+
dwarf_defs.h
544
Elf_Sbyte
line_base
;
member in struct:Dwarf_STMTLHdr
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h
65
Elf_Sbyte
line_base
;
member in struct:Dwarf_STMTL_Hdr
458
stmtl_header_.
line_base
= stmtl_hdr->
line_base
;
dwarf_cu.cc
688
state.line_ += stmtl_header_.
line_base
+
dwarf_defs.h
544
Elf_Sbyte
line_base
;
member in struct:Dwarf_STMTLHdr
/external/v8/src/
gdb-jit.cc
1427
const int8_t
line_base
= 1;
local
[
all
...]
/external/elfutils/src/
readelf.c
4583
int_fast8_t
line_base
= *((const int_fast8_t *) linep);
local
4605
minimum_instr_len, "is_stmt", default_is_stmt,
line_base
,
local
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c
[
all
...]
Completed in 793 milliseconds