Home | History | Annotate | Download | only in ld

Lines Matching defs:asec

148   asection *asec = NULL;
153 asec = elf_linked_to_section (ai->is->section);
158 if (asec == NULL || bsec == NULL)
162 else if (asec != NULL)
167 apos = asec->output_section->lma + asec->output_offset;
178 the two sections has zero size, or asec and bsec are the
180 if (asec->size < bsec->size)
182 else if (asec->size > bsec->size)
190 apos = asec->output_section->vma + asec->output_offset;