Lines Matching defs:start
36 /* We start every ET_REL module at a moderately aligned boundary.
61 GElf_Addr start = 0, end = 0, bias = 0;
69 start = end = base = (base + REL_MIN_ALIGN - 1) & -REL_MIN_ALIGN;
88 || (bias == 0 && end > start && end != next))
94 start = base = shdr->sh_addr;
103 start = end = base = (base + align - 1) & -align;
162 start = base;
163 end = end - bias + start;
164 bias = start - bias;
195 start = base + vaddr;
200 start = base;
229 *startp = start;
245 GElf_Addr vaddr, address_sync, start, end, bias;
248 &address_sync, &start, &end, &bias,
251 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end);