Searched refs:abfd (Results 201 - 225 of 307) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-m68hc12.c393 bfd_elf32_bfd_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
412 m68hc11_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
497 m68hc12_elf_bfd_link_hash_table_create (bfd *abfd)
501 ret = m68hc11_elf_hash_table_create (abfd);
513 m68hc12_elf_set_mach_from_flags (bfd *abfd)
515 flagword flags = elf_elfheader (abfd)->e_flags;
520 bfd_default_set_arch_mach (abfd, bfd_arch_m68hc12, bfd_mach_m6812);
523 bfd_default_set_arch_mach (abfd, bfd_arch_m68hc12, bfd_mach_m6812s);
526 bfd_default_set_arch_mach (abfd, bfd_arch_m68hc12,
496 m68hc12_elf_bfd_link_hash_table_create(bfd *abfd) argument
511 m68hc12_elf_set_mach_from_flags(bfd *abfd) argument
H A Delf32-ppc.c131 ppc_elf_mkobject (bfd *abfd)
134 abfd->tdata.any = bfd_zalloc (abfd, amt);
135 if (abfd->tdata.any == NULL)
259 ppc_elf_link_hash_table_create (bfd *abfd)
267 if (! _bfd_elf_link_hash_table_init (&ret->elf, abfd,
1658 ppc_elf_relax_section (bfd *abfd,
1691 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
1694 internal_relocs = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL,
1743 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hd
130 ppc_elf_mkobject(bfd *abfd) argument
258 ppc_elf_link_hash_table_create(bfd *abfd) argument
1654 ppc_elf_relax_section(bfd *abfd, asection *isec, struct bfd_link_info *link_info, bfd_boolean *again) argument
2186 ppc_elf_unhandled_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2215 ppc_elf_object_p(bfd *abfd) argument
2234 ppc_elf_set_private_flags(bfd *abfd, flagword flags) argument
2340 ppc_elf_section_from_shdr(bfd *abfd, Elf_Internal_Shdr *hdr, const char *name) argument
2394 elf_create_pointer_linker_section(bfd *abfd, struct bfd_link_info *info, elf_linker_section_t *lsect, struct elf_link_hash_entry *h, const Elf_Internal_Rela *rel) argument
2618 ppc_elf_create_linker_section(bfd *abfd, struct bfd_link_info *info, enum elf_linker_section_enum which) argument
2741 ppc_elf_additional_program_headers(bfd *abfd) argument
2766 ppc_elf_create_got(bfd *abfd, struct bfd_link_info *info) argument
2802 ppc_elf_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
3520 update_local_sym_info(bfd *abfd, Elf_Internal_Shdr *symtab_hdr, unsigned long r_symndx, int tls_type) argument
3546 bad_shared_reloc(bfd *abfd, enum elf_ppc_reloc_type r_type) argument
3560 ppc_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
4046 ppc_elf_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
4378 ppc_elf_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
5796 ppc_elf_grok_prstatus(bfd *abfd, Elf_Internal_Note *note) argument
5826 ppc_elf_grok_psinfo(bfd *abfd, Elf_Internal_Note *note) argument
5942 ppc_elf_begin_write_processing(bfd *abfd, struct bfd_link_info *link_info) argument
6085 ppc_elf_final_write_processing(bfd *abfd, bfd_boolean linker ATTRIBUTE_UNUSED) argument
[all...]
H A Delf-m10200.c27 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
193 bfd_elf32_bfd_reloc_type_lookup (abfd, code)
194 bfd *abfd ATTRIBUTE_UNUSED;
213 mn10200_info_to_howto (abfd, cache_ptr, dst)
214 bfd *abfd ATTRIBUTE_UNUSED;
485 mn10200_elf_relax_section (abfd, sec, link_info, again)
486 bfd *abfd;
509 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
513 (abfd, sec, (PTR) NULL, (Elf_Internal_Rela *) NULL,
540 if (!bfd_malloc_and_get_section (abfd, se
[all...]
H A Delflink.c31 _bfd_elf_create_got_section (bfd *abfd, struct bfd_link_info *info) argument
37 const struct elf_backend_data *bed = get_elf_backend_data (abfd);
41 s = bfd_get_section_by_name (abfd, ".got");
62 s = bfd_make_section (abfd, ".got");
64 || !bfd_set_section_flags (abfd, s, flags)
65 || !bfd_set_section_alignment (abfd, s, ptralign))
70 s = bfd_make_section (abfd, ".got.plt");
72 || !bfd_set_section_flags (abfd, s, flags)
73 || !bfd_set_section_alignment (abfd, s, ptralign))
85 (info, abfd, "_GLOBAL_OFFSET_TABLE
113 _bfd_elf_link_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
244 _bfd_elf_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
699 _bfd_elf_merge_symbol(bfd *abfd, struct bfd_link_info *info, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *pvalue, struct elf_link_hash_entry **sym_hash, bfd_boolean *skip, bfd_boolean *override, bfd_boolean *type_change_ok, bfd_boolean *size_change_ok) argument
1255 _bfd_elf_add_default_symbol(bfd *abfd, struct bfd_link_info *info, struct elf_link_hash_entry *h, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *value, bfd_boolean *dynsym, bfd_boolean override) argument
1856 elf_link_read_relocs_from_section(bfd *abfd, asection *sec, Elf_Internal_Shdr *shdr, void *external_relocs, Elf_Internal_Rela *internal_relocs) argument
1933 _bfd_elf_link_read_relocs(bfd *abfd, asection *o, void *external_relocs, Elf_Internal_Rela *internal_relocs, bfd_boolean keep_memory) argument
2015 _bfd_elf_link_size_reloc_section(bfd *abfd, Elf_Internal_Shdr *rel_hdr, asection *o) argument
2607 elf_link_is_defined_archive_symbol(bfd * abfd, carsym * symdef) argument
2948 elf_link_add_object_symbols(bfd *abfd, struct bfd_link_info *info) argument
4248 _bfd_elf_archive_symbol_lookup(bfd *abfd, struct bfd_link_info *info, const char *name) argument
4319 elf_link_add_archive_symbols(bfd *abfd, struct bfd_link_info *info) argument
4487 bfd_elf_link_add_symbols(bfd *abfd, struct bfd_link_info *info) argument
5538 elf_link_adjust_relocs(bfd *abfd, Elf_Internal_Shdr *rel_hdr, unsigned int count, struct elf_link_hash_entry **rel_hash) argument
5658 elf_link_sort_relocs(bfd *abfd, struct bfd_link_info *info, asection **psec) argument
5893 bfd *abfd; local
7327 elf_fixup_link_order(bfd *abfd, asection *o) argument
7402 bfd_elf_final_link(bfd *abfd, struct bfd_link_info *info) argument
7639 _bfd_elf_link_sec_merge_syms, abfd); local
8761 bfd_elf_gc_sections(bfd *abfd, struct bfd_link_info *info) argument
8835 bfd_elf_gc_record_vtinherit(bfd *abfd, asection *sec, struct elf_link_hash_entry *h, bfd_vma offset) argument
8998 bfd_elf_gc_common_finalize_got_offsets(bfd *abfd, struct bfd_link_info *info) argument
9063 bfd_elf_gc_common_final_link(bfd *abfd, struct bfd_link_info *info) argument
9146 bfd *abfd; local
9280 _bfd_elf_section_already_linked(bfd *abfd, struct bfd_section * sec) argument
[all...]
H A Delf32-m32r.c44 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
854 m32r_elf_10_pcrel_reloc (abfd, reloc_entry, symbol, data,
856 bfd * abfd;
880 return m32r_elf_do_10_pcrel_reloc (abfd, reloc_entry->howto,
893 m32r_elf_do_10_pcrel_reloc (abfd, howto, input_section, data, offset,
895 bfd *abfd;
909 if (offset > bfd_get_section_limit (abfd, input_section))
925 x = bfd_get_16 (abfd, data + offset);
929 bfd_put_16 (abfd, (bfd_vma) x, data + offset);
962 m32r_elf_hi16_reloc (abfd, reloc_entr
[all...]
H A Delf32-cris.c31 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
37 PARAMS ((bfd *abfd, Elf_Internal_Note *note));
40 PARAMS ((bfd *abfd, Elf_Internal_Note *note));
443 cris_reloc_type_lookup (abfd, code)
444 bfd * abfd ATTRIBUTE_UNUSED;
459 cris_info_to_howto_rela (abfd, cache_ptr, dst)
460 bfd * abfd ATTRIBUTE_UNUSED;
475 cris_elf_grok_prstatus (abfd, note)
476 bfd *abfd;
489 elf_tdata (abfd)
[all...]
H A Dcoff-alpha.c42 PARAMS ((bfd *abfd, PTR filehdr));
56 PARAMS ((bfd *abfd, struct bfd_link_info *, struct bfd_link_order *,
136 reloc_nil (abfd, reloc, sym, data, sec, output_bfd, error_message)
137 bfd *abfd ATTRIBUTE_UNUSED;
443 alpha_ecoff_object_p (abfd)
444 bfd *abfd;
448 ret = coff_object_p (abfd);
463 sec = bfd_get_section_by_name (abfd, _PDATA);
471 if (! bfd_set_section_size (abfd, sec, size))
482 alpha_ecoff_bad_format_hook (abfd, filehd
[all...]
H A Dcoff-a29k.c74 a29k_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
76 bfd *abfd;
130 insn = bfd_get_32 (abfd, hit_data);
158 bfd_put_32 (abfd, (bfd_vma) insn ,hit_data);
161 insn = bfd_get_32 (abfd, hit_data);
165 bfd_put_32 (abfd, (bfd_vma) insn, hit_data);
168 insn = bfd_get_32 (abfd, hit_data);
176 insn = bfd_get_32 (abfd, hit_data);
191 bfd_put_32 (abfd, (bfd_vma) insn, hit_data);
194 insn = bfd_get_8 (abfd, hit_dat
[all...]
H A Delf32-fr30.c33 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
253 fr30_elf_i20_reloc (abfd, reloc_entry, symbol, data,
255 bfd *abfd;
289 x = bfd_get_32 (abfd, (char *) data + reloc_entry->address);
291 bfd_put_32 (abfd, (bfd_vma) x, (char *) data + reloc_entry->address);
300 fr30_elf_i32_reloc (abfd, reloc_entry, symbol, data,
302 bfd *abfd;
332 bfd_put_32 (abfd, relocation, (char *) data + reloc_entry->address + 2);
364 fr30_reloc_type_lookup (abfd, code)
365 bfd *abfd ATTRIBUTE_UNUSE
[all...]
H A Dlibbfd.c217 Write a 4 byte integer @var{i} to the output BFD @var{abfd}, in big
223 bfd_write_bigendian_4byte_int (bfd *abfd, unsigned int i)
227 return bfd_bwrite (buffer, (bfd_size_type) 4, abfd) == 4;
270 .#define bfd_put_8(abfd, val, ptr) \
274 .#define bfd_get_8(abfd, ptr) \
276 .#define bfd_get_signed_8(abfd, ptr) \
279 .#define bfd_put_16(abfd, val, ptr) \
280 . BFD_SEND (abfd, bfd_putx16, ((val),(ptr)))
283 .#define bfd_get_16(abfd, ptr) \
284 . BFD_SEND (abfd, bfd_getx1
222 bfd_write_bigendian_4byte_int(bfd *abfd, unsigned int i) argument
689 _bfd_generic_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
767 _bfd_generic_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
806 bfd_generic_is_local_label_name(bfd *abfd, const char *name) argument
[all...]
H A Delf32-m68hc1x.c44 static void m68hc11_elf_set_symbol (bfd* abfd, struct bfd_link_info *info,
63 m68hc11_elf_hash_table_create (bfd *abfd) argument
73 if (! _bfd_elf_link_hash_table_init (&ret->root, abfd,
94 ret->sym_sec.abfd = NULL;
182 elf32_m68hc11_add_symbol_hook (bfd *abfd, struct bfd_link_info *info, argument
200 _bfd_generic_link_add_one_symbol (info, abfd,
582 m68hc11_elf_set_symbol (bfd *abfd, struct bfd_link_info *info, argument
591 _bfd_generic_link_add_one_symbol (info, abfd,
614 elf32_m68hc11_build_stubs (bfd *abfd, struct bfd_link_info *info) argument
649 bfd_map_over_sections (abfd, scan_sections_for_ab
858 elf32_m68hc11_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
1222 _bfd_m68hc11_elf_set_private_flags(bfd *abfd, flagword flags) argument
1323 _bfd_m68hc11_elf_print_private_bfd_data(bfd *abfd, void *ptr) argument
1374 elf32_m68hc11_post_process_headers(bfd *abfd, struct bfd_link_info *link_info) argument
[all...]
H A Dcoff-or32.c80 or32_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
82 bfd *abfd;
139 insn = bfd_get_32(abfd, hit_data);
170 bfd_put_32 (abfd, insn, hit_data);
174 insn = bfd_get_32 (abfd, hit_data);
178 bfd_put_32 (abfd, insn, hit_data);
182 insn = bfd_get_32 (abfd, hit_data);
193 insn = bfd_get_32 (abfd, hit_data);
210 bfd_put_32 (abfd, insn, hit_data);
214 insn = bfd_get_8 (abfd, hit_dat
[all...]
H A Dcoff-tic54x.c132 tic54x_set_arch_mach (abfd, arch, machine)
133 bfd *abfd;
143 return bfd_default_set_arch_mach (abfd, arch, machine);
147 tic54x_relocation (abfd, reloc_entry, symbol, data, input_section,
149 bfd *abfd ATTRIBUTE_UNUSED;
237 tic54x_coff_reloc_type_lookup (abfd, code)
238 bfd *abfd ATTRIBUTE_UNUSED;
293 coff_tic54x_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
294 bfd *abfd ATTRIBUTE_UNUSED;
320 ticoff_bfd_is_local_label_name (abfd, nam
[all...]
H A Dxcoff-target.h68 extern char *rs6000coff_core_file_failing_command PARAMS ((bfd *abfd));
72 extern int rs6000coff_core_file_failing_signal PARAMS ((bfd *abfd));
81 extern const bfd_target *lynx_core_file_p PARAMS ((bfd *abfd));
88 extern char *lynx_core_file_failing_command PARAMS ((bfd *abfd));
92 extern int lynx_core_file_failing_signal PARAMS ((bfd *abfd));
H A Delf32-sh.c114 (bfd *abfd, Elf_Internal_Note *note);
116 (bfd *abfd, Elf_Internal_Note *note);
1943 sh_elf_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol_in, argument
1981 insn = bfd_get_32 (abfd, hit_data);
1983 bfd_put_32 (abfd, (bfd_vma) insn, hit_data);
1986 insn = bfd_get_16 (abfd, hit_data);
1996 bfd_put_16 (abfd, (bfd_vma) insn, hit_data);
2012 sh_elf_ignore_reloc (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry,
2132 sh_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
2149 sh_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSE
2177 sh_elf_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
2551 sh_elf_relax_delete_bytes(bfd *abfd, asection *sec, bfd_vma addr, int count) argument
3101 sh_elf_swap_insns(bfd *abfd, asection *sec, void *relocs, bfd_byte *contents, bfd_vma addr) argument
3702 sh_elf_mkobject(bfd *abfd) argument
3789 sh_elf_link_hash_table_create(bfd *abfd) argument
3852 sh_elf_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
6050 sh_elf_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
6339 sh_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
6802 sh_elf_set_mach_from_flags(bfd *abfd) argument
6843 sh_elf_set_private_flags(bfd *abfd, flagword flags) argument
6923 sh_elf_object_p(bfd *abfd) argument
7392 elf32_shlin_grok_prstatus(bfd *abfd, Elf_Internal_Note *note) argument
7422 elf32_shlin_grok_psinfo(bfd *abfd, Elf_Internal_Note *note) argument
[all...]
H A Dcoff-h8500.c92 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \
142 #define CALC_ADDEND(abfd, symbol, ext_reloc, cache_ptr) \
145 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
146 reloc_processing(relent, reloc, symbols, abfd, section)
148 static void reloc_processing (relent, reloc, symbols, abfd, section)
152 bfd * abfd;
159 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Delf32-frv.c641 frvfdpic_elf_link_hash_table_create (bfd *abfd)
646 ret = bfd_zalloc (abfd, amt);
650 if (! _bfd_elf_link_hash_table_init (&ret->elf, abfd,
681 bfd *abfd;
768 : entry->symndx + entry->d.abfd->id * 257) + entry->addend;
780 && (e1->symndx == -1 ? e1->d.h == e2->d.h : e1->d.abfd == e2->d.abfd);
788 bfd *abfd,
801 *loc = bfd_zalloc (abfd, sizeof (**loc));
820 bfd *abfd,
640 frvfdpic_elf_link_hash_table_create(bfd *abfd) argument
680 bfd *abfd; member in union:frvfdpic_relocs_info::__anon3591
786 frvfdpic_relocs_info_find(struct htab *ht, bfd *abfd, const struct frvfdpic_relocs_info *entry, enum insert_option insert) argument
818 frvfdpic_relocs_info_for_global(struct htab *ht, bfd *abfd, struct elf_link_hash_entry *h, bfd_vma addend, enum insert_option insert) argument
837 frvfdpic_relocs_info_for_local(struct htab *ht, bfd *abfd, long symndx, bfd_vma addend, enum insert_option insert) argument
2706 _frv_create_got_section(bfd *abfd, struct bfd_link_info *info) argument
2831 elf32_frvfdpic_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
3915 frvfdpic_elf_encode_eh_address(bfd *abfd, struct bfd_link_info *info, asection *osec, bfd_vma offset, asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded) argument
[all...]
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dti.h102 #define COFF_ADJUST_FILEHDR_IN_POST(abfd, src, dst) \
106 H_GET_16 (abfd, ((FILHDR *)(src))->f_target_id); \
112 #define COFF_ADJUST_FILEHDR_OUT_POST(abfd, src, dst) \
115 H_PUT_16 (abfd, ((struct internal_filehdr *)(src))->f_target_id, \
395 #define GET_LNSZ_SIZE(abfd, ext) \
396 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (class != C_FIELD ? 8 : 1))
398 #define PUT_LNSZ_SIZE(abfd, in, ext) \
399 H_PUT_16 (abfd, ((class != C_FIELD) ? (in) * 8 : (in)), \
416 asection *scn = coff_section_from_bfd_index (abfd, dst->n_scnum); \
428 H_PUT_32 (abfd, sr
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoff-pe-read.c85 get_section_vmas (bfd *abfd, asection *sectp, void *context)
96 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start;
158 pe_get16 (bfd *abfd, int where)
162 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
163 bfd_bread (b, (bfd_size_type) 2, abfd);
168 pe_get32 (bfd *abfd, int where)
172 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
173 bfd_bread (b, (bfd_size_type) 4, abfd);
84 get_section_vmas(bfd *abfd, asection *sectp, void *context) argument
155 pe_get16(bfd *abfd, int where) argument
165 pe_get32(bfd *abfd, int where) argument
H A Ddwarf2-frame.c893 bfd *abfd;
921 return bfd_get_8 (abfd, (bfd_byte *) buf);
925 read_4_bytes (bfd *abfd, char *buf)
927 return bfd_get_32 (abfd, (bfd_byte *) buf);
931 read_8_bytes (bfd *abfd, char *buf)
933 return bfd_get_64 (abfd, (bfd_byte *) buf);
937 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
950 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
964 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
977 byte = bfd_get_8 (abfd, (bfd_byt
886 bfd *abfd; member in struct:comp_unit
918 read_4_bytes(bfd *abfd, char *buf) argument
924 read_8_bytes(bfd *abfd, char *buf) argument
930 read_unsigned_leb128(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
957 read_signed_leb128(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
987 read_initial_length(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
[all...]
H A Dhppabsd-tdep.c116 hppabsd_core_osabi_sniffer (bfd *abfd)
118 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
114 hppabsd_core_osabi_sniffer(bfd *abfd) argument
H A Di386-sol2-tdep.c111 i386_sol2_osabi_sniffer (bfd *abfd)
115 if (bfd_get_section_by_name (abfd, ".SUNW_version"))
110 i386_sol2_osabi_sniffer(bfd *abfd) argument
H A Dsomread.c73 void som_symtab_read (bfd *abfd, struct objfile *objfile,
85 som_symtab_read (bfd *abfd, struct objfile *objfile, argument
101 number_of_symbols = bfd_get_symcount (abfd);
105 bfd_seek (abfd, obj_som_sym_filepos (abfd), SEEK_SET);
106 val = bfd_bread (buf, symsize * number_of_symbols, abfd);
111 stringtab = alloca (obj_som_stringtab_size (abfd));
112 bfd_seek (abfd, obj_som_str_filepos (abfd), SEEK_SET);
113 val = bfd_bread (stringtab, obj_som_stringtab_size (abfd), abf
332 bfd *abfd = objfile->obfd; local
[all...]
H A Darch-utils.c516 gdbarch_from_bfd (bfd *abfd)
523 info.abfd = abfd;
531 set_gdbarch_from_file (bfd *abfd)
535 gdbarch = gdbarch_from_bfd (abfd);
683 && info->abfd != NULL
684 && bfd_get_arch (info->abfd) != bfd_arch_unknown
685 && bfd_get_arch (info->abfd) != bfd_arch_obscure)
686 info->bfd_arch_info = bfd_get_arch_info (info->abfd);
698 && info->abfd !
514 gdbarch_from_bfd(bfd *abfd) argument
529 set_gdbarch_from_file(bfd *abfd) argument
[all...]
H A Ddwarf2read.c746 bfd *abfd,
755 static void dwarf2_read_abbrevs (bfd *abfd, struct dwarf2_cu *cu);
838 bfd *abfd, struct dwarf2_cu *cu));
944 static struct die_info *read_die_and_children (char *info_ptr, bfd *abfd,
949 static struct die_info *read_die_and_siblings (char *info_ptr, bfd *abfd,
1235 bfd *abfd = objfile->obfd;
1248 entry_length = read_initial_length (abfd, pubnames_ptr, &cu_header,
1251 version = read_1_byte (abfd, pubnames_ptr);
1253 info_offset = read_4_bytes (abfd, pubnames_ptr);
1255 info_size = read_4_bytes (abfd, pubnames_pt
1269 read_comp_unit_head(struct comp_unit_head *cu_header, char *info_ptr, bfd *abfd) argument
1293 partial_read_comp_unit_head(struct comp_unit_head *header, char *info_ptr, bfd *abfd) argument
1370 bfd *abfd = objfile->obfd; local
1391 bfd *abfd = objfile->obfd; local
1558 bfd *abfd = objfile->obfd; local
1677 bfd *abfd = objfile->obfd; local
2118 bfd *abfd = objfile->obfd; local
2143 bfd *abfd = cu->objfile->obfd; local
2194 bfd *abfd = cu->objfile->obfd; local
2286 locate_pdi_sibling(struct partial_die_info *orig_pdi, char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
2483 bfd *abfd = pst->objfile->obfd; local
2549 bfd *abfd = objfile->obfd; local
2731 bfd *abfd = objfile->obfd; local
4815 read_comp_unit(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
4827 read_die_and_children(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4860 read_die_and_siblings(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4922 bfd *abfd = objfile->obfd; local
4950 dwarf2_read_abbrevs(bfd *abfd, struct dwarf2_cu *cu) argument
5118 load_partial_dies(bfd *abfd, char *info_ptr, int building_psymtab, struct dwarf2_cu *cu) argument
5315 read_partial_die(struct partial_die_info *part_die, struct abbrev_info *abbrev, unsigned int abbrev_len, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
5524 read_full_die(struct die_info **diep, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu, int *has_children) argument
5608 read_attribute_value(struct attribute *attr, unsigned form, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
5730 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
5740 read_1_byte(bfd *abfd, char *buf) argument
5746 read_1_signed_byte(bfd *abfd, char *buf) argument
5752 read_2_bytes(bfd *abfd, char *buf) argument
5758 read_2_signed_bytes(bfd *abfd, char *buf) argument
5764 read_4_bytes(bfd *abfd, char *buf) argument
5770 read_4_signed_bytes(bfd *abfd, char *buf) argument
5776 read_8_bytes(bfd *abfd, char *buf) argument
5782 read_address(bfd *abfd, char *buf, struct dwarf2_cu *cu, int *bytes_read) argument
5874 read_initial_length(bfd *abfd, char *buf, struct comp_unit_head *cu_header, int *bytes_read) argument
5920 read_offset(bfd *abfd, char *buf, const struct comp_unit_head *cu_header, int *bytes_read) argument
5945 read_n_bytes(bfd *abfd, char *buf, unsigned int size) argument
5955 read_string(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
5971 read_indirect_string(bfd *abfd, char *buf, const struct comp_unit_head *cu_header, unsigned int *bytes_read_ptr) argument
5997 read_unsigned_leb128(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
6025 read_signed_leb128(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
6059 skip_leb128(bfd *abfd, char *buf) argument
6259 dwarf_decode_line_header(unsigned int offset, bfd *abfd, struct dwarf2_cu *cu) argument
6424 dwarf_decode_lines(struct line_header *lh, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu, struct partial_symtab *pst) argument
9013 dwarf_decode_macros(struct line_header *lh, unsigned int offset, char *comp_dir, bfd *abfd, struct dwarf2_cu *cu) argument
[all...]

Completed in 595 milliseconds

1234567891011>>