HomeSort by relevance Sort by last modified time
    Searched refs:bfd (Results 1 - 25 of 48) sorted by null

1 2

  /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/oprofile/opjitconv/
opjitconv.h 29 #include <bfd.h>
99 bfd * open_elf(char const * filename);
102 asection * create_section(bfd * abfd, char const * section_name,
104 int fill_section_content(bfd * abfd, asection * section,
108 int init_debug_line_info(bfd * abfd);
109 int finalize_debug_line_info(bfd * abfd);
134 /* the bfd handle of the ELF file we write */
135 extern bfd * cur_bfd;
  /external/oprofile/libutil++/
bfd_support.h 3 * BFD muck we have to deal with.
18 #include <bfd.h>
25 /// holder for BFD state we must keep
31 /// close the BFD, setting abfd to NULL
34 /// return true if BFD is readable
37 /// return true if BFD has debug info
40 /// pick out the symbols from the bfd, if we can
43 /// the actual BFD
44 bfd * abfd;
67 * Under certain circumstances, correct handling of the bfd for
    [all...]
bfd_spu_support.cpp 3 * Special BFD functions for processing a Cell BE SPU profile
40 spu_bfd_iovec_open(bfd * nbfd, void * open_closure)
52 spu_bfd_iovec_close(bfd * nbfd, void * stream)
68 spu_bfd_iovec_pread(bfd * abfd, void * stream, void * buf,
86 bfd *
90 bfd * nbfd = NULL;
103 << "proper BFD support.\n"
104 << "Rebuild the opreport utility with the correct BFD library.\n"
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/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.
14 This file is part of BFD, the Binary File Descriptor library.
83 /* The word size used by BFD on the host. This may be 64 with a 32
85 been selected with --enable-targets, or if --enable-64-bit-bfd. */
88 /* The word size of the default bfd target. */
117 typedef struct bfd bfd; typedef in typeref:struct:bfd
5971 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/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.
85 /* The word size used by BFD on the host. This may be 64 with a 32
87 been selected with --enable-targets, or if --enable-64-bit-bfd. */
90 /* The word size of the default bfd target. */
119 typedef struct bfd bfd; typedef in typeref:struct:bfd
5689 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
7 This file is part of BFD, the Binary File Descriptor library.
57 /* These are the possible types of an entry in the BFD link hash
126 bfd *abfd; /* BFD symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
207 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
253 between BFD and the linker when doing a link. */
257 /* TRUE if BFD should generate a shared object (or a pie). */
266 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 35 #include "bfd.h"
40 #include "elf-bfd.h"
71 static void slurp_symtab (bfd *);
72 static void find_address_in_section (bfd *, asection *, void *);
73 static void find_offset_in_section (bfd *, asection *);
74 static void translate_addresses (bfd *, asection *);
110 slurp_symtab (bfd *abfd)
152 find_address_in_section (bfd *abfd, asection *section,
180 find_offset_in_section (bfd *abfd, asection *section)
203 translate_addresses (bfd *abfd, asection *section
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 20 #include <bfd.h>
26 static bfd *cached_abfd = NULL;
44 static bfd * open_bfd(const char *fname)
46 bfd *abfd;
72 static void read_syms(bfd *abfd)
124 static void find_addr_sect(bfd *abfd, asection *section, void *obj)
154 bfd *abfd = cached_abfd;
198 bfd *abfd = cached_abfd;
226 wpa_printf(MSG_INFO, "Failed to open bfd");

Completed in 2585 milliseconds

1 2