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

  /external/elfutils/libdw/
libdw_findcu.c 98 if (start < dbg->next_cu_offset)
108 Dwarf_Off oldoff = dbg->next_cu_offset;
113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL,
133 newp->end = dbg->next_cu_offset;
146 dbg->next_cu_offset = oldoff;
152 if (start < dbg->next_cu_offset)
libdwP.h 170 Dwarf_Off next_cu_offset; member in struct:Dwarf
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 144 uint32_t next_cu_offset = getNextCompileUnitOffset(); local
155 while (offset < next_cu_offset &&
195 if (offset > next_cu_offset) {

Completed in 64 milliseconds