HomeSort by relevance Sort by last modified time
    Searched refs:end_sequence (Results 1 - 12 of 12) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_lineendsequence.c 64 *flagp = line->end_sequence;
dwarf_getsrc_die.c 75 else if (addr > lines->info[idx].addr || lines->info[idx].end_sequence)
82 assert (lines->info[nlines - 1].end_sequence);
91 while (lines->info[u - 1].end_sequence && u > 0)
dwarf_entry_breakpoints.c 116 else if (lines->info[idx].end_sequence)
133 if (!lines->info[l].end_sequence)
dwarf_getsrclines.c 83 /* An end_sequence marker precedes a normal record at the same address. */
84 return (*p2)->end_sequence - (*p1)->end_sequence;
360 inline bool add_new_line (struct linelist *new_line, bool end_sequence)
380 SET (end_sequence);
libdwP.h 252 unsigned int end_sequence:1; member in struct:Dwarf_Line_s
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 120 end_sequence(rhs.end_sequence),
136 end_sequence = rhs.end_sequence;
155 end_sequence:1, // A boolean indicating that the current address is that of the first byte after the end of a sequence of target machine instructions. member in struct:DWARFDebugLine::Row
DWARFDebugLine.cpp 103 log->Printf( "0x%16.16" PRIx64 " %6u %6u %6u%s\n", state.address, state.line, state.column, state.file, state.end_sequence ? " END" : "");
625 // Set the end_sequence register of the state machine to true and
632 state.end_sequence = true;
    [all...]
SymbolFileDWARF.cpp     [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc.c 84 [cu->die.cu->lines->nlines - 1].end_sequence);
  /external/lldb/source/Symbol/
LineTable.cpp 505 const bool end_sequence = entry.is_terminal_entry; local
506 const lldb::addr_t lookup_file_addr = entry.file_addr - (end_sequence ? 1 : 0);
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 206 UChar end_sequence; member in struct:__anon16155
296 state_machine_regs.end_sequence = 0;
348 state_machine_regs.end_sequence = 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h     [all...]

Completed in 186 milliseconds