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

  /external/qemu/
dis-asm.h 477 typedef bool bfd_boolean;
475 typedef bool bfd_boolean; typedef
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 111 our own. Using an enum for "bfd_boolean" has its own set of
115 General rule: Functions which are bfd_boolean return TRUE on
118 typedef int bfd_boolean; typedef
435 extern bfd_boolean bfd_hash_table_init
443 extern bfd_boolean bfd_hash_table_init_n
459 (struct bfd_hash_table *, const char *, bfd_boolean create,
460 bfd_boolean copy);
480 bfd_boolean (*) (struct bfd_hash_entry *, void *),
569 extern bfd_boolean bfd_cache_close
573 extern bfd_boolean bfd_cache_close_all (void)
    [all...]

Completed in 538 milliseconds