HomeSort by relevance Sort by last modified time
    Searched defs:abfd (Results 1 - 25 of 38) sorted by null

1 2

  /external/oprofile/libutil++/
bfd_support.h 27 bfd_info() : abfd(0), nr_syms(0), synth_syms(0), image_bfd_info(0) {}
31 /// close the BFD, setting abfd to NULL
35 bool valid() const { return abfd; }
44 bfd * abfd; member in struct:bfd_info
bfd_support.cpp 226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms,
242 size_t section_size = bfd_section_size(abfd, section);
247 bool ret = bfd_find_nearest_line(abfd, section, syms, pc + i,
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) {
431 if (abfd)
432 bfd_close(abfd);
455 bfd * image_bfd = image_bfd_info->abfd;
480 if (sym->section->owner && sym->section->owner == abfd) {
508 bool is_elf64_powerpc_target = (abfd->xvec == &bfd_elf64_powerpc_vec)
509 || (abfd->xvec == &bfd_elf64_powerpcle_vec)
616 bfd * abfd; local
    [all...]
  /external/oprofile/libpp/
populate_for_spu.cpp 44 * file of the SPU image, abfd->filename.
56 op_bfd * abfd = NULL; local
68 abfd = new op_bfd(header.embedded_offset,
75 abfd = new op_bfd(ip.image,
79 fname_to_check = abfd->get_filename();
81 profile.set_offset(*abfd);
89 samples.add(profile, *abfd, app_image, ip_grp_num);
99 *has_debug_info = abfd->has_debug_info();
100 delete abfd;
format_output.cpp 658 xml_formatter::get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const
670 if (abfd && abfd->get_filename() == tmp)
672 delete abfd;
673 abfd = new op_bfd(symb->spu_offset, tmp,
676 if (abfd && abfd->get_filename() == image_name)
678 delete abfd;
679 abfd = new op_bfd(image_name, symbol_filter,
687 delete abfd;
759 op_bfd * abfd = NULL; local
    [all...]
  /external/oprofile/opjitconv/
create_bfd.c 75 asection * create_section(bfd * abfd, char const * section_name,
81 section = bfd_make_section(abfd, section_name);
86 if (bfd_set_section_vma(abfd, section, vma) == FALSE) {
90 if (bfd_set_section_size(abfd, section, size) == FALSE) {
94 if (bfd_set_section_flags(abfd, section, flags) == FALSE) {
133 int fill_section_content(bfd * abfd, asection * section,
136 if (bfd_set_section_contents(abfd, section, b, offset, sz) == FALSE) {
252 bfd * abfd; local
254 abfd = bfd_openw(filename, dump_bfd_target_name);
255 if (!abfd) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 48 bfd *abfd; local
51 abfd = bfd_openr(prg_fname, NULL);
52 if (abfd == NULL) {
57 if (bfd_check_format(abfd, bfd_archive)) {
59 bfd_close(abfd);
63 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
66 bfd_close(abfd);
70 return abfd;
74 static void read_syms(bfd *abfd)
82 if (!(bfd_get_file_flags(abfd) & HAS_SYMS))
156 bfd *abfd = cached_abfd; local
199 bfd *abfd = cached_abfd; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon22287::__anon22288
    [all...]
bfd.h 197 #define bfd_printf_vma(abfd,x) bfd_fprintf_vma (abfd,stdout,x)
259 bfd *abfd;
475 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
477 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
478 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
480 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
482 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
484 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
485 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
257 bfd *abfd; member in union:orl::__anon22281
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon22680::__anon22681
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23016::__anon23017
    [all...]
bfd.h 197 #define bfd_printf_vma(abfd,x) bfd_fprintf_vma (abfd,stdout,x)
259 bfd *abfd;
475 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
477 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
478 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
480 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
482 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
484 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
485 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
257 bfd *abfd; member in union:orl::__anon23010
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23409::__anon23410
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23759::__anon23760
    [all...]
bfd.h 197 #define bfd_printf_vma(abfd,x) bfd_fprintf_vma (abfd,stdout,x)
259 bfd *abfd;
475 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
477 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
478 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
480 bfd_bwrite ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
482 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \
484 bfd_bread ((BUF), (ELTSIZE) * (NITEMS), (ABFD)))
485 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \
257 bfd *abfd; member in union:orl::__anon23753
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23778::__anon23779
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23801::__anon23802
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23822::__anon23823
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon23847::__anon23848
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon24240::__anon24241
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon24576::__anon24577
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon24969::__anon24970
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon30201::__anon30202
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon30220::__anon30221
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 123 bfd *abfd; /* BFD symbol was found in. */
484 archive. ABFD is the archive element being added. NAME is the
490 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
521 ABFD, SEC and VALUE identify the value to add to the set. */
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
529 relocatable file. NAME is the name of the symbol found. ABFD,
533 bfd *abfd, asection *sec, bfd_vma value);
538 there is none. ABFD, SECTION and ADDRESS identify the location
539 which trigerred the warning; either ABFD or SECTION or both may
543 bfd *abfd, asection *section, bfd_vma address)
122 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon30243::__anon30244
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 126 bfd *abfd; /* BFD symbol was found in. */
523 archive. ABFD is the archive element being added. NAME is the
529 (struct bfd_link_info *, bfd *abfd, const char *name, bfd **subsbfd);
551 ABFD, SEC and VALUE identify the value to add to the set. */
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
559 relocatable file. NAME is the name of the symbol found. ABFD,
563 bfd *abfd, asection *sec, bfd_vma value);
568 there is none. ABFD, SECTION and ADDRESS identify the location
569 which trigerred the warning; either ABFD or SECTION or both may
573 bfd *abfd, asection *section, bfd_vma address)
125 bfd *abfd; \/* BFD symbol was found in. *\/ member in struct:bfd_link_hash_entry::__anon30264::__anon30265
    [all...]

Completed in 940 milliseconds

1 2