Lines Matching defs:file

5    This file is part of BFD, the Binary File Descriptor library.
64 cannot. If you move a file from the first to the second
93 special "file" in the front of the archive, sort of like the SYMDEF
101 order to write an archive since you need to put a magic file at the
119 Long name table (must be before regular file members):
123 Regular file members with short names:
124 "filename.o/ " - Regular file, System 5 style (embedded spaces ok).
125 "filename.o " - Regular file, Berkeley style (no embedded spaces).
472 Presumes the file pointer is already in the right place (ie pointing
473 to the ar_hdr in the file). Moves the file pointer; on success it
474 should be pointing to the front of the file contents; on failure it
669 /* This is a proxy entry for an external file. */
703 open the external file as a bfd. */
877 are object files. Make sure that if the first file in the
878 archive can be recognized as an object file, it is for this
880 the first file is not an object file, somebody is doing
909 /* The offset from the start of a symdef structure to the file offset. */
937 /* PR 17512: file: 883ff754. */
938 /* PR 17512: file: 0458885f. */
1083 /* PR 17512: file: 4a1d50c1. */
1397 normalize (bfd *abfd, const char *file)
1403 first = file + strlen (file) - 1;
1406 while (first != file)
1430 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file)
1432 return lbasename (file);
1946 fake values for modification time, UID, GID, and file mode. */
2013 /* PR 17512: file: 3d9e9fe9. */
2179 from (which are usually either an object file or archive on
2195 /* Put in the file name. */
2290 /* Verify the timestamp in the archive file. If it would not be
2294 table-of-contents if it is >60 seconds less than the file's
2511 /* The archive file format only has 4 bytes to store the offset
2582 /* The archive file format only has 4 bytes to store the offset
2623 /* At the end of archive file handling, update the timestamp in the
2624 file, so the linker will accept it.
2639 /* Flush writes, get last-write timestamp from file, and compare it
2640 to the timestamp IN the file. */
2644 bfd_perror (_("Reading archive file mod timestamp"));
2661 /* Write it into the file. */
2683 offset of file for symbol 0
2684 offset of file for symbol 1
2686 offset of file for symbol n-1
2714 /* Work out where the first object file will go in the archive. */
2727 out the object file's address in the archive. */
2773 /* Two passes, first write the file offsets for each symbol -
2776 /* Write out the file offset for the file associated with each
2785 out the object file's address in the archive. */