Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-stgo32.c291 unsigned long coff_start; in create_go32_stub() local
322 coff_start = (long) _H (2) * 512L; in create_go32_stub()
324 coff_start += (long) _H (1) - 512L; in create_go32_stub()
328 if (coff_start != 2048) in create_go32_stub()
350 coff_data (abfd)->go32stub = bfd_alloc (abfd, (bfd_size_type) coff_start); in create_go32_stub()
357 if ((unsigned long) read (f, coff_data (abfd)->go32stub, coff_start) in create_go32_stub()
358 != coff_start) in create_go32_stub()