HomeSort by relevance Sort by last modified time
    Searched full:line_base (Results 1 - 25 of 73) sorted by null

1 2 3

  /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 25 << format(" line_base: %i\n", LineBase)
392 // increment for a special opcode is the value of the line_base
401 // opcode = (desired line increment - line_base) +
416 // The amount to increment the line register is the line_base plus
419 // line increment = line_base + (adjusted opcode % line_range)
  /external/elfutils/libdw/
dwarf_getsrclines.c 152 int_fast8_t line_base = *((int_fast8_t *) linep); local
324 opcode = (desired line increment - line_base)
327 int line_increment = (line_base
  /external/v8/src/
gdb-jit.cc 865 const int8_t line_base = 1; local
867 const int8_t max_line_incr = (line_base + line_range - 1);
875 w->Write<int8_t>(line_base); // Field line_base.
935 intptr_t special_opcode = (line_diff - line_base) +
941 // line that can be added to the line register (i.e. line_base), then
944 (line_diff <= max_line_incr) && (line_diff >= line_base)) {
    [all...]
  /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/elfutils/src/
readelf.c 3774 int_fast8_t line_base = *((const int_fast8_t *) linep); local
3796 minimum_instr_len, "is_stmt", default_is_stmt, line_base, local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-addr2line 
i686-unknown-linux-gnu-ar 

Completed in 1092 milliseconds

1 2 3