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

  /external/elfutils/src/libdw/
dwarf_lineprologueend.c 43 *flagp = line->prologue_end;
dwarf_getsrclines.c 309 bool prologue_end = false; local
364 SET (prologue_end);
407 prologue_end = false;
441 prologue_end = false;
549 prologue_end = false;
643 prologue_end = true;
dwarf_entry_breakpoints.c 107 if (lines->info[i].prologue_end
120 /* Search each contiguous address range for DWARF prologue_end markers. */
libdwP.h 257 unsigned int prologue_end:1; member in struct:Dwarf_Line_s
  /external/elfutils/src/tests/
get-lines.c 118 bool prologue_end; local
119 if (dwarf_lineprologueend (l, &prologue_end) != 0)
120 prologue_end = false;
127 basic_block ? "yes" : "no", prologue_end ? "yes" : "no",
  /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/llvm/test/DebugInfo/SystemZ/
variable-loc.s 64 .loc 2 22 3 prologue_end # :22:3
  /external/elfutils/src/src/
readelf.c 6317 bool statement, endseq, block, prologue_end, epilogue_begin; local
    [all...]

Completed in 1614 milliseconds