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

  /external/elfutils/libdw/
libdw_findcu.c 62 if (start < dbg->next_cu_offset)
71 Dwarf_Off oldoff = dbg->next_cu_offset;
76 if (dwarf_nextcu (dbg, oldoff, &dbg->next_cu_offset, NULL,
86 newp->end = dbg->next_cu_offset;
98 dbg->next_cu_offset = oldoff;
104 if (start < dbg->next_cu_offset)
libdwP.h 131 Dwarf_Off next_cu_offset; member in struct:Dwarf

Completed in 15 milliseconds