Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1947 asection * highest_section; in copy_object() local
1960 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()