Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-stgo32.c114 static const unsigned char stub_bytes[GO32_STUBSIZE] = variable
163 memcpy (filehdr_out->stub, stub_bytes, GO32_STUBSIZE); in adjust_filehdr_out_pre()
374 memcpy (coff_data (abfd)->go32stub, stub_bytes, GO32_STUBSIZE); in create_go32_stub()
DChangeLog-20091208 (stub_bytes, comment): Replace STUBSIZE by GO32_STUBSIZE.
DChangeLog-02035761 * coff-stgo32.c (stub_bytes): Mark as const.