| /src/external/gpl3/binutils/dist/binutils/ |
| bfdtest2.c | 50 iovec_stat (struct bfd *abfd ATTRIBUTE_UNUSED, 57 check_format_any (struct bfd *abfd, bfd_format format) 61 if (bfd_check_format_matches (abfd, format, &targets)) 66 bfd_find_target (targets[0], abfd); 68 return bfd_check_format (abfd, format); 78 bfd *abfd, *mbfd; local 87 abfd = bfd_openr_iovec (argv[1], 0, iovec_open, file, 89 if (!abfd) 92 if (!check_format_any (abfd, bfd_archive)) 95 mbfd = bfd_openr_next_archived_file (abfd, 0) [all...] |
| coffdump.c | 478 bfd *abfd; local 533 abfd = bfd_openr (input_file, 0); 535 if (!abfd) 538 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 547 tree = coff_grok (abfd);
|
| arsup.c | 94 ar_directory_doer (bfd *abfd, bfd *ignore ATTRIBUTE_UNUSED) 96 print_arelt_descr(outfile, abfd, verbose, false); 216 ar_addlib_doer (bfd *abfd, bfd *prev) 220 prev->archive_next = abfd->archive_next; 222 abfd->archive_next = obfd->archive_head; 223 obfd->archive_head = abfd; 258 bfd *abfd; local 260 abfd = bfd_openr (list->name, NULL); 261 if (!abfd) 269 abfd->archive_next = obfd->archive_head 387 bfd *abfd = bfd_openr (list->name, NULL); local 411 bfd *abfd = bfd_openr (list->name, NULL); local 441 bfd *abfd; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| bfdtest2.c | 50 iovec_stat (struct bfd *abfd ATTRIBUTE_UNUSED, 57 check_format_any (struct bfd *abfd, bfd_format format) 61 if (bfd_check_format_matches (abfd, format, &targets)) 66 bfd_find_target (targets[0], abfd); 68 return bfd_check_format (abfd, format); 78 bfd *abfd, *mbfd; local 87 abfd = bfd_openr_iovec (argv[1], 0, iovec_open, file, 89 if (!abfd) 92 if (!check_format_any (abfd, bfd_archive)) 95 mbfd = bfd_openr_next_archived_file (abfd, 0) [all...] |
| coffdump.c | 478 bfd *abfd; local 533 abfd = bfd_openr (input_file, 0); 535 if (!abfd) 538 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 547 tree = coff_grok (abfd);
|
| arsup.c | 99 ar_directory_doer (bfd *abfd, bfd *ignore ATTRIBUTE_UNUSED) 101 print_arelt_descr(outfile, abfd, verbose, false); 225 ar_addlib_doer (bfd *abfd, bfd *prev) 229 prev->archive_next = abfd->archive_next; 231 abfd->archive_next = obfd->archive_head; 232 obfd->archive_head = abfd; 267 bfd *abfd; local 270 abfd = bfd_openr (list->name, "plugin"); 272 abfd = bfd_openr (list->name, NULL); 274 if (!abfd) 400 bfd *abfd = bfd_openr (list->name, NULL); local 424 bfd *abfd = bfd_openr (list->name, NULL); local 454 bfd *abfd; local [all...] |
| /src/external/gpl3/binutils/usr.sbin/mdsetimage/ |
| bin_bfd.c | 49 bfd *abfd; local 51 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) { 55 if (!bfd_check_format(abfd, bfd_object)) { 59 return abfd; 68 bfd *abfd = bin; local 84 storage_needed = bfd_get_symtab_upper_bound(abfd); 96 number_of_symbols = bfd_canonicalize_symtab(abfd, symbol_table); 130 *md_root_size = bfd_get_32(abfd, &mappedkfile[*md_root_size_offset]);
|
| /src/external/gpl3/binutils.old/usr.sbin/mdsetimage/ |
| bin_bfd.c | 49 bfd *abfd; local 51 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) { 55 if (!bfd_check_format(abfd, bfd_object)) { 59 return abfd; 68 bfd *abfd = bin; local 84 storage_needed = bfd_get_symtab_upper_bound(abfd); 96 number_of_symbols = bfd_canonicalize_symtab(abfd, symbol_table); 130 *md_root_size = bfd_get_32(abfd, &mappedkfile[*md_root_size_offset]);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| comp-unit-head.c | 45 bfd *abfd = section->get_bfd_owner (); local 47 cu_header->set_length (read_initial_length (abfd, info_ptr, &bytes_read)); 51 unsigned version = read_2_bytes (abfd, info_ptr); 74 (read_1_byte (abfd, info_ptr)); 105 cu_header->addr_size = read_1_byte (abfd, info_ptr); 109 = (sect_offset) cu_header->read_offset (abfd, info_ptr, &bytes_read); 113 cu_header->addr_size = read_1_byte (abfd, info_ptr); 116 signed_addr = bfd_get_sign_extend_vma (abfd); 127 cu_header->signature = read_8_bytes (abfd, info_ptr); 134 type_offset = cu_header->read_offset (abfd, info_ptr, &bytes_read) [all...] |
| abbrev.c | 77 bfd *abfd = section->get_bfd_owner (); local 92 unsigned int abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, 105 = (enum dwarf_tag) read_unsigned_leb128 (abfd, abbrev_ptr, 108 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr); 128 = (enum dwarf_attribute) read_unsigned_leb128 (abfd, abbrev_ptr, 132 = (enum dwarf_form) read_unsigned_leb128 (abfd, abbrev_ptr, 137 cur_attr.implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
|
| section.c | 85 bfd *abfd = get_bfd_owner (); local 87 gdb_assert (abfd != nullptr); 88 return bfd_get_filename (abfd); 122 bfd *abfd; local 182 abfd = get_bfd_owner (); 183 gdb_assert (abfd != NULL); 185 if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0 186 || bfd_read (buf, size, abfd) != size) 190 bfd_section_name (sectp), bfd_get_filename (abfd));
|
| aranges.c | 37 bfd *abfd = objfile->obfd.get (); local 68 const LONGEST entry_length = read_initial_length (abfd, addr, 88 const uint16_t version = read_2_bytes (abfd, addr);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| unit-head.c | 42 bfd *abfd = section->get_bfd_owner (); local 44 header->set_length (read_initial_length (abfd, info_ptr, &bytes_read)); 48 unsigned version = read_2_bytes (abfd, info_ptr); 71 = static_cast<enum dwarf_unit_type> (read_1_byte (abfd, info_ptr)); 102 header->addr_size = read_1_byte (abfd, info_ptr); 106 = (sect_offset) header->read_offset (abfd, info_ptr, &bytes_read); 110 header->addr_size = read_1_byte (abfd, info_ptr); 113 signed_addr = bfd_get_sign_extend_vma (abfd); 125 header->signature = read_8_bytes (abfd, info_ptr); 132 type_offset = header->read_offset (abfd, info_ptr, &bytes_read) [all...] |
| abbrev.c | 77 bfd *abfd = section->get_bfd_owner (); local 92 unsigned int abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, 105 = (enum dwarf_tag) read_unsigned_leb128 (abfd, abbrev_ptr, 108 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr); 128 = (enum dwarf_attribute) read_unsigned_leb128 (abfd, abbrev_ptr, 132 = (enum dwarf_form) read_unsigned_leb128 (abfd, abbrev_ptr, 137 cur_attr.implicit_const = read_signed_leb128 (abfd, abbrev_ptr,
|
| section.c | 85 bfd *abfd = get_bfd_owner (); local 87 gdb_assert (abfd != nullptr); 88 return bfd_get_filename (abfd); 122 bfd *abfd; local 182 abfd = get_bfd_owner (); 183 gdb_assert (abfd != NULL); 185 if (bfd_seek (abfd, sectp->filepos, SEEK_SET) != 0 186 || bfd_read (buf, size, abfd) != size) 190 bfd_section_name (sectp), bfd_get_filename (abfd));
|
| aranges.c | 38 bfd *abfd = objfile->obfd.get (); local 62 const int signed_addr_p = bfd_get_sign_extend_vma (abfd); 69 const LONGEST entry_length = read_initial_length (abfd, addr, 89 const uint16_t version = read_2_bytes (abfd, addr);
|
| /src/external/bsd/tcpdump/dist/ |
| instrument-functions.c | 72 static bfd* abfd; local 109 if (!abfd) { 127 abfd = bfd_openr(pgm_name, NULL); 128 if (!abfd) { 133 if (!bfd_check_format(abfd, bfd_object)) { 138 if((symsize = bfd_get_symtab_upper_bound(abfd)) == -1) { 144 symcount = bfd_canonicalize_symtab(abfd, symtab); 151 if ((text = bfd_get_section_by_name(abfd, ".text")) == NULL) { 166 bfd_get_symbol_info(abfd, symtab[i], &syminfo); 185 if (!bfd_find_nearest_line(abfd, text, symtab, (bfd_vma)this_fn - vma [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| solist.h | 79 gdb_bfd_ref_ptr abfd; member in struct:solib 85 ABFD. OBJFILE may be NULL either before symbols have been loaded, if
|
| /src/external/bsd/libpcap/dist/ |
| instrument-functions.c | 72 static bfd* abfd; local 109 if (!abfd) { 127 abfd = bfd_openr(pgm_name, NULL); 128 if (!abfd) { 133 if (!bfd_check_format(abfd, bfd_object)) { 138 if((symsize = bfd_get_symtab_upper_bound(abfd)) == -1) { 144 symcount = bfd_canonicalize_symtab(abfd, symtab); 151 if ((text = bfd_get_section_by_name(abfd, ".text")) == NULL) { 166 bfd_get_symbol_info(abfd, symtab[i], &syminfo); 185 if (!bfd_find_nearest_line(abfd, text, symtab, (bfd_vma)this_fn - vma [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-sparc.h | 39 bfd *abfd; member in struct:_bfd_sparc_elf_app_reg
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-open-bfd.c | 50 ctf_bfdopen (struct bfd *abfd, int *errp) 59 if ((ctf_asect = bfd_get_section_by_name (abfd, _CTF_SECTION)) == NULL) 64 if (!bfd_malloc_and_get_section (abfd, ctf_asect, &contents)) 77 if ((arc = ctf_bfdopen_ctfsect (abfd, &ctfsect, errp)) != NULL) 92 ctf_bfdopen_ctfsect (struct bfd *abfd _libctf_unused_, 125 symhdr = &elf_tdata (abfd)->dynsymtab_hdr; 131 symhdr = &elf_tdata (abfd)->symtab_hdr; 139 if (elf_tdata (abfd) && symhdr && symhdr->sh_size && symhdr->sh_entsize) 148 isymbuf = bfd_elf_get_elf_syms (abfd, symhdr, symcount, 0, 157 if (elf_elfsections (abfd) != NUL 254 bfd *abfd; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| bpf-dis.c | 152 struct bfd *abfd = info->section->owner; local 153 Elf_Internal_Ehdr *header = elf_elfheader (abfd);
|
| mmix-dis.c | 90 bfd *abfd = info->section && info->section->owner != NULL local 93 asection *reg_section = bfd_get_section_by_name (abfd, "*REG*"); 98 long symsize = bfd_get_symtab_upper_bound (abfd); 108 nsyms = bfd_canonicalize_symtab (abfd, syms);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-sparc.h | 39 bfd *abfd; member in struct:_bfd_sparc_elf_app_reg
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-open-bfd.c | 50 ctf_bfdopen (struct bfd *abfd, int *errp) 59 if ((ctf_asect = bfd_get_section_by_name (abfd, _CTF_SECTION)) == NULL) 64 if (!bfd_malloc_and_get_section (abfd, ctf_asect, &contents)) 77 if ((arc = ctf_bfdopen_ctfsect (abfd, &ctfsect, errp)) != NULL) 92 ctf_bfdopen_ctfsect (struct bfd *abfd _libctf_unused_, 125 symhdr = &elf_tdata (abfd)->dynsymtab_hdr; 131 symhdr = &elf_tdata (abfd)->symtab_hdr; 139 if (elf_tdata (abfd) && symhdr && symhdr->sh_size && symhdr->sh_entsize) 148 isymbuf = bfd_elf_get_elf_syms (abfd, symhdr, symcount, 0, 157 if (elf_elfsections (abfd) != NUL 254 bfd *abfd; local [all...] |