Home | History | Annotate | Download | only in libdw

Lines Matching defs:end

37 /* Read up begin/end pair and increment read pointer.
40 - If it's end of rangelist, don't set anything and return 2
51 Dwarf_Addr end;
55 bool end_relocated = READ_AND_RELOCATE (__libdw_relocate_address, end);
61 if (unlikely (end == escape))
68 *basep = end;
72 /* Unrelocated pair of zeroes means end of range list. */
73 if (begin == 0 && end == 0 && !begin_relocated && !end_relocated)
79 *endp = end;
169 Dwarf_Addr end;
173 &begin, &end, basep))
187 *endp = *basep + end;