Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.h194 #define somdata(bfd) ((bfd)->tdata.som_data->a) argument
195 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data) argument
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr) argument
197 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr) argument
198 #define obj_som_copyright_hdr(bfd) (somdata (bfd).copyright_aux_hdr) argument
199 #define obj_som_version_hdr(bfd) (somdata (bfd).version_aux_hdr) argument
200 #define obj_som_compilation_unit(bfd) (somdata (bfd).comp_unit) argument
201 #define obj_som_symtab(bfd) (somdata (bfd).symtab) argument
202 #define obj_som_stringtab(bfd) (somdata (bfd).stringtab) argument
203 #define obj_som_sym_filepos(bfd) (somdata (bfd).sym_filepos) argument
[all …]
H A 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
H A 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
H A Dlibcoff-in.h34 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
35 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
36 #define obj_go32(bfd) (coff_data (bfd)->go32) argument
37 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
38 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
39 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
40 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
41 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
42 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
43 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
[all …]
H A Dlibaout.h432 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument
433 #define exec_hdr(bfd) (adata (bfd).hdr) argument
434 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument
435 #define obj_textsec(bfd) (adata (bfd).textsec) argument
436 #define obj_datasec(bfd) (adata (bfd).datasec) argument
437 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument
438 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument
439 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument
440 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument
441 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument
[all …]
H A Dhpux-core.c87 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) argument
88 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
89 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
90 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid) argument
91 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid) argument
H A Dtrad-core.c49 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u)) argument
50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) argument
51 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) argument
52 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section) argument
H A 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
H A 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
H A 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
H A 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
H A Delf-bfd.h2114 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data) argument
2116 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id) argument
2117 #define elf_program_header_size(bfd) (elf_tdata(bfd) -> o->program_header_size) argument
2118 #define elf_elfheader(bfd) (elf_tdata(bfd) -> elf_header) argument
2119 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) argument
2120 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) argument
2121 #define elf_seg_map(bfd) (elf_tdata(bfd) -> o->seg_map) argument
2122 #define elf_link_info(bfd) (elf_tdata(bfd) -> o->link_info) argument
2123 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos) argument
2124 #define elf_stack_flags(bfd) (elf_tdata(bfd) -> o->stack_flags) argument
[all …]
H A Dlibcoff.h38 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
39 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
40 #define obj_go32(bfd) (coff_data (bfd)->go32) argument
41 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
42 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
43 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
44 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
45 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
46 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
47 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.h194 #define somdata(bfd) ((bfd)->tdata.som_data->a) argument
195 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data) argument
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr) argument
197 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr) argument
198 #define obj_som_copyright_hdr(bfd) (somdata (bfd).copyright_aux_hdr) argument
199 #define obj_som_version_hdr(bfd) (somdata (bfd).version_aux_hdr) argument
200 #define obj_som_compilation_unit(bfd) (somdata (bfd).comp_unit) argument
201 #define obj_som_symtab(bfd) (somdata (bfd).symtab) argument
202 #define obj_som_stringtab(bfd) (somdata (bfd).stringtab) argument
203 #define obj_som_sym_filepos(bfd) (somdata (bfd).sym_filepos) argument
[all …]
H A 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
H A 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
H A Dlibaout.h432 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument
433 #define exec_hdr(bfd) (adata (bfd).hdr) argument
434 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument
435 #define obj_textsec(bfd) (adata (bfd).textsec) argument
436 #define obj_datasec(bfd) (adata (bfd).datasec) argument
437 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument
438 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument
439 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument
440 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument
441 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument
[all …]
H A Dhpux-core.c87 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) argument
88 #define core_signal(bfd) (core_hdr(bfd)->sig) argument
89 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
90 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid) argument
91 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid) argument
H A Dtrad-core.c49 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u)) argument
50 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) argument
51 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) argument
52 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section) argument
H A Dlibcoff-in.h35 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
36 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
37 #define obj_go32(bfd) (coff_data (bfd)->go32) argument
38 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
39 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
40 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
41 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
42 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
43 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
44 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
[all …]
H A 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
H A 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
H A 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
H A Delf-bfd.h2185 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data) argument
2187 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id) argument
2188 #define elf_program_header_size(bfd) (elf_tdata(bfd) -> o->program_header_size) argument
2189 #define elf_elfheader(bfd) (elf_tdata(bfd) -> elf_header) argument
2190 #define elf_elfsections(bfd) (elf_tdata(bfd) -> elf_sect_ptr) argument
2191 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections) argument
2192 #define elf_seg_map(bfd) (elf_tdata(bfd) -> o->seg_map) argument
2193 #define elf_link_info(bfd) (elf_tdata(bfd) -> o->link_info) argument
2194 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos) argument
2195 #define elf_stack_flags(bfd) (elf_tdata(bfd) -> o->stack_flags) argument
[all …]
H A Dlibcoff.h39 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument
40 #define obj_pe(bfd) (coff_data (bfd)->pe) argument
41 #define obj_go32(bfd) (coff_data (bfd)->go32) argument
42 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument
43 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument
44 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument
45 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument
46 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument
47 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument
48 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument
[all …]

123456789