Searched refs:highest_section (Results 1 – 1 of 1) sorted by relevance
1947 asection * highest_section; in copy_object() local1960 for (sec = obfd->sections, highest_section = NULL; in copy_object()1964 && (highest_section == NULL in copy_object()1965 || sec->vma > highest_section->vma)) in copy_object()1966 highest_section = sec; in copy_object()1968 if (highest_section) in copy_object()1969 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()1970 + highest_section->size, in copy_object()