Home
last modified time | relevance | path

Searched refs:highest_section (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Dobjcopy.c1510 asection * highest_section; in copy_object() local
1523 for (sec = obfd->sections, highest_section = NULL; in copy_object()
1527 && (highest_section == NULL in copy_object()
1528 || sec->vma > highest_section->vma)) in copy_object()
1529 highest_section = sec; in copy_object()
1531 if (highest_section) in copy_object()
1532 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()
1533 + highest_section->size, in copy_object()