Lines Matching refs:an

6 Opens an object file for reading.  Creates and returns an
13 normal case, but may be a different value when reading an object file
14 in an archive file.
21 If an error occurs, this functions returns @code{NULL} and sets
22 @code{*@var{errmsg}} to an error string and sets @code{*@var{err}} to
23 an errno value or @code{0} if there is no relevant errno.
44 returns an error string, and sets @code{*@var{err}} to an errno value
66 If an error occurs, @code{simple_object_find_section} returns
67 @code{0}, sets @code{*@var{errmsg}} to an error message, and sets
68 @code{*@var{err}} to an errno value or @code{0} if there is no
90 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to an
91 error message, and sets @code{*@var{err}} to an errno value or
101 together without error, return @code{NULL}. Otherwise, return an
102 error message and set @code{*@var{err}} to an errno value or @code{0}
120 an existing object file before you can create a new one. There is
121 currently no support for creating an object file de novo.
129 @code{*@var{ERRMSG}} to an error message, and sets @code{*@var{err}}
130 to an errno value or @code{0} if there is no relevant errno.
147 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to an
148 error message, and sets @code{*@var{err}} to an errno value or
164 On success this returns @code{NULL}. On error this returns an error
165 message, and sets @code{*@var{err}} to an errno value or 0 if there is
173 Write the complete object file to @var{descriptor}, an open file
178 This returns @code{NULL} on success. On error this returns an error
179 message and sets @code{*@var{err}} to an errno value or @code{0} if