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

  /external/elfutils/0.153/libdw/
dwarf_lineprologueend.c 64 *flagp = line->prologue_end;
dwarf_getsrclines.c 333 bool prologue_end = false; local
381 SET (prologue_end);
425 prologue_end = false;
459 prologue_end = false;
554 prologue_end = false;
637 prologue_end = true;
dwarf_entry_breakpoints.c 128 if (lines->info[i].prologue_end
141 /* Search each contiguous address range for DWARF prologue_end markers. */
libdwP.h 253 unsigned int prologue_end:1; member in struct:Dwarf_Line_s
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 121 prologue_end(rhs.prologue_end),
137 prologue_end = rhs.prologue_end;
156 prologue_end:1, // A boolean indicating that the current address is one (of possibly many) where execution should be suspended for an entry breakpoint of a function. member in struct:DWARFDebugLine::Row
DWARFDebugLine.cpp 331 row.prologue_end = true;
766 // Takes no arguments. Set the prologue_end register of the
768 state.prologue_end = true;
    [all...]
SymbolFileDWARF.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 78 int prologue_end; member in struct:dwarf2_loc
dwarf2-line.c 397 if (loc->prologue_end) {
626 bcinfo.loc.prologue_end = 0;
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 64 .loc 2 22 3 prologue_end # :22:3

Completed in 886 milliseconds