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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c1384 asection * highest_section;
1397 for (sec = obfd->sections, highest_section = NULL;
1401 && (highest_section == NULL
1402 || sec->vma > highest_section->vma))
1403 highest_section = sec;
1405 if (highest_section)
1406 debuglink_vma = BFD_ALIGN (highest_section->vma
1407 + highest_section->size,
1382 asection * highest_section; local
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c2240 asection * highest_section;
2253 for (sec = obfd->sections, highest_section = NULL;
2257 && (highest_section == NULL
2258 || sec->vma > highest_section->vma))
2259 highest_section = sec;
2261 if (highest_section)
2262 debuglink_vma = BFD_ALIGN (highest_section->vma
2263 + highest_section->size,
2238 asection * highest_section; local

Completed in 63 milliseconds