HomeSort by relevance Sort by last modified time
    Searched defs:bfd_boolean (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
bfd-in.h 114 our own. Using an enum for "bfd_boolean" has its own set of
118 General rule: Functions which are bfd_boolean return TRUE on
121 typedef int bfd_boolean; typedef
385 extern bfd_boolean bfd_hash_table_init
393 extern bfd_boolean bfd_hash_table_init_n
409 (struct bfd_hash_table *, const char *, bfd_boolean create,
410 bfd_boolean copy);
438 bfd_boolean (*) (struct bfd_hash_entry *, void *),
535 extern bfd_boolean bfd_cache_close
539 extern bfd_boolean bfd_cache_close_all (void)
    [all...]
bfd-in2.h 121 our own. Using an enum for "bfd_boolean" has its own set of
125 General rule: Functions which are bfd_boolean return TRUE on
128 typedef int bfd_boolean; typedef
392 extern bfd_boolean bfd_hash_table_init
400 extern bfd_boolean bfd_hash_table_init_n
416 (struct bfd_hash_table *, const char *, bfd_boolean create,
417 bfd_boolean copy);
445 bfd_boolean (*) (struct bfd_hash_entry *, void *),
542 extern bfd_boolean bfd_cache_close
546 extern bfd_boolean bfd_cache_close_all (void)
    [all...]

Completed in 196 milliseconds