Lines Matching defs:base
40 - If it's base address selection record, set up `*basep' and return 1.
62 uint64_t begin = 0, end = 0, base = *basep, addr_idx;
73 if (__libdw_addrx (cu, addr_idx, &base) != 0)
75 *basep = base;
136 /* Unrelocated escape for begin means base address selection. */
164 uint64_t begin = 0, end = 0, base = *basep, addr_idx;
175 if (__libdw_addrx (cu, addr_idx, &base) != 0)
178 *basep = base;
222 *beginp = begin + base;
223 *endp = end + base;
230 __libdw_read_address_inc (dbg, sec_index, &addr, width, &base);
232 *basep = base;
271 uint64_t begin = 0, end = 0, base = *basep, addr_idx;
282 if (__libdw_addrx (cu, addr_idx, &base) != 0)
285 *basep = base;
329 *beginp = begin + base;
330 *endp = end + base;
343 __libdw_read_address_inc (dbg, sec_index, &addr, width, &base);
345 *basep = base;
432 /* And the base offset should be at least inside the section. */