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

  /external/oprofile/libopagent/
bfddefines.c 3 * Write out defines for BFD arch and mach of the given binary
15 #include <bfd.h>
19 bfd * bfd; local
23 bfd = bfd_openr(args[1], NULL);
24 if (bfd == NULL) {
28 r = bfd_check_format(bfd, bfd_object);
34 printf("#define BFD_TARGET_NAME \"%s\"\n", bfd->xvec->name);
35 printf("#define BFD_ARCH %i\n", bfd_get_arch(bfd));
36 printf("#define BFD_MACH %lu\n", bfd_get_mach(bfd));
    [all...]
opagent.c 63 #include <bfd.h>
69 // Declare BFD-related global variables.
74 // Define BFD-related global variables.
77 bfd * bfd; local
98 bfd = bfd_openr(mypath, NULL);
99 if (bfd == NULL) {
100 bfd_perror("bfd_openr error. Cannot get required BFD info");
103 r = bfd_check_format(bfd, bfd_object);
105 bfd_perror("bfd_get_arch error. Cannot get required BFD info")
    [all...]
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 835 int bfd; local
849 bfd = g_open (backup_filename,
853 if (bfd == -1)
868 if (fstat (bfd, &tmp_statbuf) != 0)
880 fchown (bfd, (uid_t) -1, original_stat.st_gid) != 0)
882 if (fchmod (bfd,
891 close (bfd);
898 if (!copy_file_data (fd, bfd, NULL))
905 close (bfd);
911 close (bfd);
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 2 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
6 Run "make headers" in your build bfd/ to regenerate. */
8 /* Main header file for the bfd library -- portable access to object files.
16 This file is part of BFD, the Binary File Descriptor library.
78 /* The word size used by BFD on the host. This may be 64 with a 32
80 been selected with --enable-targets, or if --enable-64-bit-bfd. */
83 /* The word size of the default bfd target. */
112 typedef struct bfd bfd; typedef in typeref:struct:bfd
4966 struct bfd struct
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 2 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
6 Run "make headers" in your build bfd/ to regenerate. */
8 /* Main header file for the bfd library -- portable access to object files.
16 This file is part of BFD, the Binary File Descriptor library.
78 /* The word size used by BFD on the host. This may be 64 with a 32
80 been selected with --enable-targets, or if --enable-64-bit-bfd. */
83 /* The word size of the default bfd target. */
112 typedef struct bfd bfd; typedef in typeref:struct:bfd
4966 struct bfd struct
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 2 generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
6 Run "make headers" in your build bfd/ to regenerate. */
8 /* Main header file for the bfd library -- portable access to object files.
16 This file is part of BFD, the Binary File Descriptor library.
78 /* The word size used by BFD on the host. This may be 64 with a 32
80 been selected with --enable-targets, or if --enable-64-bit-bfd. */
83 /* The word size of the default bfd target. */
112 typedef struct bfd bfd; typedef in typeref:struct:bfd
4966 struct bfd struct
    [all...]

Completed in 193 milliseconds