Searched refs:highest_section (Results 1 – 1 of 1) sorted by relevance
2216 asection * highest_section; in copy_object() local2229 for (sec = obfd->sections, highest_section = NULL; in copy_object()2233 && (highest_section == NULL in copy_object()2234 || sec->vma > highest_section->vma)) in copy_object()2235 highest_section = sec; in copy_object()2237 if (highest_section) in copy_object()2238 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()2239 + highest_section->size, in copy_object()