Lines Matching refs:start
48 if (cu1->start < cu2->start)
50 if (cu1->start >= cu2->end)
55 if (cu2->start < cu1->start)
57 if (cu2->start >= cu1->end)
151 newp->start = oldoff;
170 newp->startp = data->d_buf + newp->start;
229 __libdw_findcu (Dwarf *dbg, Dwarf_Off start, bool v4_debug_types)
236 struct Dwarf_CU fake = { .start = start, .end = 0 };
241 if (start < *next_offset)
255 if (start < *next_offset || start == newp->start)
266 Dwarf_Off start;
272 start = addr - dbg->sectiondata[IDX_debug_info]->d_buf;
280 start = addr - dbg->sectiondata[IDX_debug_types]->d_buf;
285 struct Dwarf_CU fake = { .start = start, .end = 0 };