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

  /external/qemu/
dis-asm.h 476 typedef bool bfd_boolean;
474 typedef bool bfd_boolean; typedef
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 116 our own. Using an enum for "bfd_boolean" has its own set of
120 General rule: Functions which are bfd_boolean return TRUE on
123 typedef int bfd_boolean; typedef
389 extern bfd_boolean bfd_hash_table_init
397 extern bfd_boolean bfd_hash_table_init_n
413 (struct bfd_hash_table *, const char *, bfd_boolean create,
414 bfd_boolean copy);
438 bfd_boolean (*) (struct bfd_hash_entry *, void *),
528 extern bfd_boolean bfd_cache_close
532 extern bfd_boolean bfd_cache_close_all (void)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 116 our own. Using an enum for "bfd_boolean" has its own set of
120 General rule: Functions which are bfd_boolean return TRUE on
123 typedef int bfd_boolean; typedef
389 extern bfd_boolean bfd_hash_table_init
397 extern bfd_boolean bfd_hash_table_init_n
413 (struct bfd_hash_table *, const char *, bfd_boolean create,
414 bfd_boolean copy);
438 bfd_boolean (*) (struct bfd_hash_entry *, void *),
528 extern bfd_boolean bfd_cache_close
532 extern bfd_boolean bfd_cache_close_all (void)
    [all...]
  /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 314 milliseconds