Home
last modified time | relevance | path

Searched defs:bfd (Results 1 – 25 of 66) sorted by relevance

123

/toolchain/binutils/binutils-2.25/bfd/
Dlibnlm.h107 #define nlm_tdata(bfd) ((bfd) -> tdata.nlm_obj_data) argument
108 #define nlm_fixed_header(bfd) (nlm_tdata (bfd) -> nlm_fixed_hdr) argument
109 #define nlm_variable_header(bfd) (nlm_tdata (bfd) -> nlm_variable_hdr) argument
110 #define nlm_version_header(bfd) (nlm_tdata (bfd) -> nlm_version_hdr) argument
111 #define nlm_copyright_header(bfd) (nlm_tdata (bfd) -> nlm_copyright_hdr) argument
112 #define nlm_extended_header(bfd) (nlm_tdata (bfd) -> nlm_extended_hdr) argument
113 #define nlm_custom_header(bfd) (nlm_tdata (bfd) -> nlm_custom_hdr) argument
114 #define nlm_cygnus_ext_header(bfd) (nlm_tdata (bfd) -> nlm_cygnus_ext_hdr) argument
115 #define nlm_get_symbols(bfd) (nlm_tdata (bfd) -> nlm_symbols) argument
116 #define nlm_set_symbols(bfd, p) (nlm_tdata (bfd) -> nlm_symbols = (p)) argument
[all …]
Dsom.h190 #define somdata(bfd) ((bfd)->tdata.som_data->a) argument
191 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data) argument
192 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr) argument
193 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr) argument
194 #define obj_som_copyright_hdr(bfd) (somdata (bfd).copyright_aux_hdr) argument
195 #define obj_som_version_hdr(bfd) (somdata (bfd).version_aux_hdr) argument
196 #define obj_som_compilation_unit(bfd) (somdata (bfd).comp_unit) argument
197 #define obj_som_symtab(bfd) (somdata (bfd).symtab) argument
198 #define obj_som_stringtab(bfd) (somdata (bfd).stringtab) argument
199 #define obj_som_sym_filepos(bfd) (somdata (bfd).sym_filepos) argument
[all …]
Dhppabsd-core.c65 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) argument
66 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
67 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
68 #define core_datasec(bfd) (core_hdr(bfd)->data_section) argument
69 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section) argument
70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section) argument
Dptrace-core.c44 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u)) argument
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) argument
46 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) argument
47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section) argument
Dtrad-core.c61 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u)) argument
62 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) argument
63 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) argument
64 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section) argument
Dhpux-core.c99 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) argument
100 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
101 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
102 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid) argument
103 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid) argument
Dlibaout.h431 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument
432 #define exec_hdr(bfd) (adata (bfd).hdr) argument
433 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument
434 #define obj_textsec(bfd) (adata (bfd).textsec) argument
435 #define obj_datasec(bfd) (adata (bfd).datasec) argument
436 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument
437 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument
438 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument
439 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument
440 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument
[all …]
Daix386-core.c50 #define core_hdr(bfd) \ argument
52 #define core_section(bfd,n) \ argument
54 #define core_regsec(bfd) \ argument
56 #define core_reg2sec(bfd) \ argument
Dlibcoff-in.h26 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
27 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
28 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
29 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
30 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
31 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
32 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
33 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
34 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
35 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms) argument
[all …]
Dlynx-core.c50 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) argument
51 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
52 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
Dosf-core.c47 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) argument
48 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
49 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
Dirix-core.c41 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) argument
42 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
43 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
Dbfd-in.h110 typedef struct bfd bfd; typedef
279 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
280 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
281 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
282 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
284 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
285 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
287 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
288 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
289 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
[all …]
Delf-bfd.h1697 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data) argument
1699 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id) argument
1700 #define elf_program_header_size(bfd) (elf_tdata(bfd) -> o->program_header_size) argument
1701 #define elf_elfheader(bfd) (elf_tdata(bfd) -> elf_header) argument
1702 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) argument
1703 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) argument
1704 #define elf_seg_map(bfd) (elf_tdata(bfd) -> o->seg_map) argument
1705 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos) argument
1706 #define elf_eh_frame_hdr(bfd) (elf_tdata(bfd) -> o->eh_frame_hdr) argument
1707 #define elf_linker(bfd) (elf_tdata(bfd) -> o->linker) argument
[all …]
Dlibcoff.h30 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
31 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
32 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
33 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
34 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
35 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
36 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
37 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
38 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
39 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms) argument
[all …]
Dsection.c971 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if()
1346 bfd_map_over_sections (bfd *abfd, in bfd_map_over_sections()
1382 bfd_sections_find_if (bfd *abfd, in bfd_sections_find_if()
Daoutf1.h538 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data) argument
539 #define core_datasec(bfd) (core_hdr (bfd)->data_section) argument
540 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section) argument
541 #define core_regsec(bfd) (core_hdr (bfd)->reg_section) argument
542 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section) argument
Dopncls.c566 bfd_openr_iovec (const char *filename, const char *target, in bfd_openr_iovec()
Dconfigure.ac22 AC_INIT([bfd], BFD_VERSION) package
Dbfd-in2.h117 typedef struct bfd bfd; typedef
286 #define bfd_get_section_name(bfd, ptr) ((void) bfd, (ptr)->name) argument
287 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma) argument
288 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma) argument
289 #define bfd_get_section_alignment(bfd, ptr) ((void) bfd, \ argument
291 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument
292 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument
294 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument
295 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument
296 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument
[all …]
Dlibbfd-in.h42 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v)) argument
86 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data) argument
100 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size) argument
/toolchain/binutils/binutils-2.25/binutils/
Darsup.c48 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) in map_over_list() argument
Dbinemul.c59 do_ar_emul_append (bfd **after_bfd, bfd *new_bfd, in do_ar_emul_append()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.h64 #define DWARF2_ADDR_SIZE(bfd) 4 argument
Dtc-m68hc11.h64 #define DWARF2_ADDR_SIZE(bfd) 4 argument

123