Lines Matching defs:to
86 /* Data structure to communicate with argp functions. */
93 /* How to treat gaps in loadable segments. */
101 /* Structure to hold information about used regions. */
105 GElf_Addr to;
156 section is compared according to the rules of the --gaps option.
241 files to match exactly. */
281 newp->to = shdr1->sh_offset + shdr1->sh_size;
288 /* Compare the headers. We allow the name to be at a different
373 // XXX Do we want to allow reordered symbol tables?
399 section. Then look through the relocations to
558 ehdr_region.to = ehdr1->e_ehsize;
562 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize;
569 /* If we need to look at the gaps we need access to the file data. */
623 while (cnt < nregions && regionsarr[cnt].to < phdr1->p_offset)
646 last = regionsarr[cnt].to;