HomeSort by relevance Sort by last modified time
    Searched refs:bfd (Results 1 - 25 of 27) 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;
create_bfd.c 21 #include <bfd.h>
75 asection * create_section(bfd * abfd, char const * section_name,
133 int fill_section_content(bfd * abfd, asection * section,
250 bfd * open_elf(char const * filename)
252 bfd * abfd;
debug_line.c 16 #include <bfd.h>
440 int init_debug_line_info(bfd * abfd)
497 int finalize_debug_line_info(bfd * abfd)
opjitconv.c 59 /* the bfd handle of the ELF file we write */
60 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"
bfd_support.cpp 3 * BFD muck we have to deal with.
38 void check_format(string const & file, bfd ** ibfd)
41 cverb << vbfd << "BFD format failure for " << file << endl;
79 bool get_debug_link_info(bfd * ibfd, string & filename, unsigned long & crc32)
226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms,
264 bfd * open_bfd(string const & file)
266 /* bfd keeps its own reference to the filename char *,
268 bfd * ibfd = bfd_openr(file.c_str(), NULL);
280 bfd * fdopen_bfd(string const & file, int fd)
282 /* bfd keeps its own reference to the filename char *
    [all...]
op_bfd.h 3 * Encapsulation of bfd objects
37 * A symbol description from a bfd point of view. This duplicate
67 /// the original bfd symbol, this can be null if the symbol is an
92 * Encapsulation of a bfd object. Simplifies open/close of bfd, enumerating
105 * open the bfd (because it's not there or whatever). On out,
106 * it's set to false if the bfd couldn't be loaded.
125 /// close an opened bfd image and free all related resources
201 * if the bfd object associated with the symbol is not valid,
234 void get_symbols_from_file(bfd_info & bfd, size_t start
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
6 This file is part of BFD, the Binary File Descriptor library.
56 /* These are the possible types of an entry in the BFD link hash
123 bfd *abfd; /* BFD symbol was found in. */
124 bfd *weak; /* BFD weak symbol was found in. */
187 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
205 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
230 between BFD and the linker when doing a link. *
    [all...]
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
4802 struct bfd struct
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
6 This file is part of BFD, the Binary File Descriptor library.
56 /* These are the possible types of an entry in the BFD link hash
123 bfd *abfd; /* BFD symbol was found in. */
124 bfd *weak; /* BFD weak symbol was found in. */
187 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
205 extern bfd_boolean bfd_generic_link_read_symbols (bfd *);
230 between BFD and the linker when doing a link. *
    [all...]
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
4802 struct bfd struct
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/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.
77 /* The word size used by BFD on the host. This may be 64 with a 32
79 been selected with --enable-targets, or if --enable-64-bit-bfd. */
82 /* The word size of the default bfd target. */
107 typedef struct bfd bfd; typedef in typeref:struct:bfd
4463 struct bfd struct
    [all...]
bfdlink.h 1 /* bfdlink.h -- header file for BFD link routines
6 This file is part of BFD, the Binary File Descriptor library.
55 /* These are the possible types of an entry in the BFD link hash
116 bfd *abfd; /* BFD symbol was found in. */
117 bfd *weak; /* BFD weak symbol was found in. */
189 (bfd *, struct bfd_link_info *, const char *, bfd_boolean,
229 between BFD and the linker when doing a link. */
233 /* TRUE if BFD should generate a relocatable object file. *
    [all...]
dis-asm.h 36 #include "bfd.h"
68 /* Target description. We could replace this with a pointer to the bfd,
286 extern disassembler_ftype cris_get_disassembler (bfd *);
297 /* Fetch the disassembler for a given BFD, if that support is available. */
298 extern disassembler_ftype disassembler (bfd *);
  /external/wpa_supplicant_8/src/utils/
trace.c 26 #include <bfd.h>
34 static bfd *cached_abfd = NULL;
52 static bfd * open_bfd(const char *fname)
54 bfd *abfd;
80 static void read_syms(bfd *abfd)
132 static void find_addr_sect(bfd *abfd, asection *section, void *obj)
162 bfd *abfd = cached_abfd;
205 bfd *abfd = cached_abfd;
233 wpa_printf(MSG_INFO, "Failed to open bfd");
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 71 bad_field_default bfd; // expected-error {{call to deleted constructor}} variable
  /external/oprofile/libpp/
symbol.h 21 #include <bfd.h>
callgraph_container.cpp 88 // find the nearest bfd symbol for the given file offset and check it's
91 get_symbol_by_filepos(op_bfd const & bfd, u32 bfd_offset,
99 upper_bound(bfd.syms.begin(), bfd.syms.end(), tmpsym);
101 if (it != bfd.syms.begin())
104 if (it == bfd.syms.end()) {
116 << " for binary " << bfd.get_filename() << dec << endl;
120 i = distance(bfd.syms.begin(), it);
129 op_bfd const & bfd, u32 boff, image_name_id iid,
131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid)
    [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/tcpdump/
Android.mk 26 print-bfd.c\
  /external/oprofile/pp/
oparchive.cpp 163 bfd * ibfd = open_bfd(real_exe_name);
  /external/qemu/
dis-asm.h 262 /* Target description. We could replace this with a pointer to the bfd,
406 /* Fetch the disassembler for a given BFD, if that support is available. */
407 disassembler_ftype disassembler(bfd *);

Completed in 1907 milliseconds

1 2