Changeset 609 for branches/GNU/src/binutils/bfd/doc/format.texi
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/doc/format.texi
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r608 r609 28 28 @strong{Synopsis} 29 29 @example 30 b oolean bfd_check_format(bfd *abfd, bfd_format format);30 b(bfd *abfd, bfd_format format); 31 31 @end example 32 32 @strong{Description}@* … … 43 43 the file, or an error results. 44 44 45 The function returns @code{ true} on success, otherwise @code{false}45 The function returns @code{} 46 46 with one of the following error codes: 47 47 … … 71 71 @strong{Synopsis} 72 72 @example 73 boolean bfd_check_format_matches(bfd *abfd, bfd_format format, char ***matching); 73 bfd_boolean bfd_check_format_matches (bfd *abfd, bfd_format format, 74 char ***matching); 74 75 @end example 75 76 @strong{Description}@* 76 Like @code{bfd_check_format}, except when it returns falsewith77 Like @code{bfd_check_format}, except when it returns with 77 78 @code{bfd_errno} set to @code{bfd_error_file_ambiguously_recognized}. In that 78 79 case, if @var{matching} is not NULL, it will be filled in with … … 88 89 @strong{Synopsis} 89 90 @example 90 b oolean bfd_set_format(bfd *abfd, bfd_format format);91 b(bfd *abfd, bfd_format format); 91 92 @end example 92 93 @strong{Description}@* … … 100 101 @strong{Synopsis} 101 102 @example 102 CONST char *bfd_format_string(bfd_format format);103 (bfd_format format); 103 104 @end example 104 105 @strong{Description}@* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
