Lines Matching refs:start
43 GElf_Addr start, end;
54 GElf_Addr start, end;
65 if ((*p1)->start < (*p2)->start)
67 if ((*p1)->start > (*p2)->start)
75 /* Same start/end, then just compare which section came first. */
138 newref->start = dwfl_adjusted_address (mod, shdr->sh_addr);
139 newref->end = newref->start + shdr->sh_size;
188 mod->reloc_info->refs[i].start = sortrefs[i]->start;
343 if (*addr < sections->refs[idx].start)
354 && *addr == sections->refs[idx + 1].start)
357 *addr -= sections->refs[idx].start;
389 /* All relative to first and only relocation base: module start. */