/toolchain/binutils/binutils-2.25/bfd/ |
D | libnlm.h | 107 #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 …]
|
D | som.h | 190 #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 …]
|
D | hppabsd-core.c | 65 #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
|
D | ptrace-core.c | 44 #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
|
D | trad-core.c | 61 #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
|
D | hpux-core.c | 99 #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
|
D | libaout.h | 431 #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 …]
|
D | aix386-core.c | 50 #define core_hdr(bfd) \ argument 52 #define core_section(bfd,n) \ argument 54 #define core_regsec(bfd) \ argument 56 #define core_reg2sec(bfd) \ argument
|
D | libcoff-in.h | 26 #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 …]
|
D | lynx-core.c | 50 #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
|
D | osf-core.c | 47 #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
|
D | irix-core.c | 41 #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
|
D | bfd-in.h | 110 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 …]
|
D | elf-bfd.h | 1697 #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 …]
|
D | libcoff.h | 30 #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 …]
|
D | section.c | 971 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()
|
D | aoutf1.h | 538 #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
|
D | opncls.c | 566 bfd_openr_iovec (const char *filename, const char *target, in bfd_openr_iovec()
|
D | configure.ac | 22 AC_INIT([bfd], BFD_VERSION) package
|
D | bfd-in2.h | 117 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 …]
|
D | libbfd-in.h | 42 #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/ |
D | arsup.c | 48 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) in map_over_list() argument
|
D | binemul.c | 59 do_ar_emul_append (bfd **after_bfd, bfd *new_bfd, in do_ar_emul_append()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xgate.h | 64 #define DWARF2_ADDR_SIZE(bfd) 4 argument
|
D | tc-m68hc11.h | 64 #define DWARF2_ADDR_SIZE(bfd) 4 argument
|