Lines Matching refs:stub
145 memcpy (filehdr_dst->go32stub, filehdr_src->stub, GO32_STUBSIZE); in adjust_filehdr_in_post()
160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE); in adjust_filehdr_out_pre()
163 memcpy (filehdr_out->stub, stub_bytes, GO32_STUBSIZE); in adjust_filehdr_out_pre()
286 char *stub; in create_go32_stub() local
295 stub = getenv ("GO32STUB"); in create_go32_stub()
297 if (stub == NULL) in create_go32_stub()
298 stub = getenv ("STUB"); in create_go32_stub()
299 if (stub == NULL) in create_go32_stub()
301 if (stat (stub, &st) != 0) in create_go32_stub()
304 f = open (stub, O_RDONLY | O_BINARY); in create_go32_stub()
306 f = open (stub, O_RDONLY); in create_go32_stub()