Home | History | Annotate | Download | only in bfd

Lines Matching refs:pattern

98 /* End-Of-Text pattern.  This is a special record to mark the end of file.  */
782 /* Used to store any 3 byte record, which could be the EOF pattern. */
783 unsigned char pattern[4];
992 /* Possibly end of file. Check the pattern. */
993 if (vms_lib_bread_raw (abfd, vec->pattern, 4) != 4)
995 if (!memcmp (vec->pattern, eotdesc + 2, 3))
1026 memcpy (vec->dcx_buf, vec->pattern, 3);
1102 memcpy (buf, vec->pattern + vec->rec_pos, chunk);