Home | History | Annotate | Download | only in libdw

Lines Matching defs:begin

37 /* Read up begin/end pair and increment read pointer.
50 Dwarf_Addr begin;
54 bool begin_relocated = READ_AND_RELOCATE (__libdw_relocate_address, begin);
58 /* Unrelocated escape for begin means base address selection. */
59 if (begin == escape && !begin_relocated)
73 if (begin == 0 && end == 0 && !begin_relocated && !end_relocated)
78 *beginp = begin;
161 Dwarf_Addr begin;
166 &begin, &end, basep))
189 *startp = *basep + begin;