Home
last modified time | relevance | path

Searched refs:check_format (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gdb/gdb/
HDgdbcore.h164 int (*check_format) (bfd *); member
HDcorelow.c186 if (cf->check_format (abfd)) in gdb_check_format()
/trueos/contrib/subversion/subversion/libsvn_fs_base/
HDfs.c740 check_format(int format) in check_format() function
784 SVN_ERR(check_format(format)); in base_open()
1227 SVN_ERR(check_format(format)); in base_hotcopy()
/trueos/contrib/file/src/
HDapprentice.c147 private int check_format(struct magic_set *, struct magic *);
2118 if (check_format(ms, m) == -1) in parse()
2443 check_format(struct magic_set *ms, struct magic *m) in check_format() function
/trueos/contrib/subversion/subversion/libsvn_fs_fs/
HDfs_fs.c989 check_format(int format) in check_format() function
1061 SVN_ERR(check_format(*pformat)); in read_format()
10357 SVN_ERR(check_format(ffd.format)); in pack_body()
/trueos/contrib/binutils/bfd/doc/
HDbfdint.texi642 is normally called from the archive @samp{check_format} routine. The
649 archive @samp{check_format} routine. The corresponding field in the
/trueos/contrib/binutils/bfd/
HDChangeLog-91937791 * bfd.c (bfd_check_format): Allow the check_format routines
7798 in check_format transfer vectors that need a filler.