/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | libnlm.h | 120 #define nlm_tdata(bfd) ((bfd) -> tdata.nlm_obj_data) argument 121 #define nlm_fixed_header(bfd) (nlm_tdata(bfd) -> nlm_fixed_hdr) argument 122 #define nlm_variable_header(bfd) (nlm_tdata(bfd) -> nlm_variable_hdr) argument 123 #define nlm_version_header(bfd) (nlm_tdata(bfd) -> nlm_version_hdr) argument 124 #define nlm_copyright_header(bfd) (nlm_tdata(bfd) -> nlm_copyright_hdr) argument 125 #define nlm_extended_header(bfd) (nlm_tdata(bfd) -> nlm_extended_hdr) argument 126 #define nlm_custom_header(bfd) (nlm_tdata(bfd) -> nlm_custom_hdr) argument 127 #define nlm_cygnus_ext_header(bfd) (nlm_tdata(bfd) -> nlm_cygnus_ext_hdr) argument 128 #define nlm_get_symbols(bfd) (nlm_tdata(bfd) -> nlm_symbols) argument 129 #define nlm_set_symbols(bfd, p) (nlm_tdata(bfd) -> nlm_symbols = (p)) argument [all …]
|
H A 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 …]
|
H A D | hppabsd-core.c | 76 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) argument 77 #define core_signal(bfd) (core_hdr(bfd)->sig) argument 78 #define core_command(bfd) (core_hdr(bfd)->cmd) argument 79 #define core_datasec(bfd) (core_hdr(bfd)->data_section) argument 80 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section) argument 81 #define core_regsec(bfd) (core_hdr(bfd)->reg_section) argument
|
H A D | libaout.h | 430 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument 431 #define exec_hdr(bfd) (adata(bfd).hdr) argument 432 #define obj_aout_symbols(bfd) (adata(bfd).symbols) argument 433 #define obj_textsec(bfd) (adata(bfd).textsec) argument 434 #define obj_datasec(bfd) (adata(bfd).datasec) argument 435 #define obj_bsssec(bfd) (adata(bfd).bsssec) argument 436 #define obj_sym_filepos(bfd) (adata(bfd).sym_filepos) argument 437 #define obj_str_filepos(bfd) (adata(bfd).str_filepos) argument 438 #define obj_reloc_entry_size(bfd) (adata(bfd).reloc_entry_size) argument 439 #define obj_symbol_entry_size(bfd) (adata(bfd).symbol_entry_size) argument [all …]
|
H A D | libcoff-in.h | 27 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument 28 #define exec_hdr(bfd) (coff_data(bfd)->hdr) argument 29 #define obj_pe(bfd) (coff_data(bfd)->pe) argument 30 #define obj_symbols(bfd) (coff_data(bfd)->symbols) argument 31 #define obj_sym_filepos(bfd) (coff_data(bfd)->sym_filepos) argument 33 #define obj_relocbase(bfd) (coff_data(bfd)->relocbase) argument 34 #define obj_raw_syments(bfd) (coff_data(bfd)->raw_syments) argument 35 #define obj_raw_syment_count(bfd) (coff_data(bfd)->raw_syment_count) argument 36 #define obj_convert(bfd) (coff_data(bfd)->conversion_table) argument 37 #define obj_conv_table_size(bfd) (coff_data(bfd)->conv_table_size) argument [all …]
|
H A D | hpux-core.c | 97 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) argument 98 #define core_signal(bfd) (core_hdr(bfd)->sig) argument 99 #define core_command(bfd) (core_hdr(bfd)->cmd) argument 100 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid) argument 101 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid) argument
|
H A 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
|
H A D | trad-core.c | 58 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u)) argument 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) argument 60 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) argument 61 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section) argument
|
H A D | bfd-in.h | 76 typedef struct bfd bfd; typedef 307 #define bfd_get_section_name(bfd, ptr) ((ptr)->name + 0) argument 308 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0) argument 309 #define bfd_get_section_lma(bfd, ptr) ((ptr)->lma + 0) argument 310 #define bfd_get_section_alignment(bfd, ptr) ((ptr)->alignment_power + 0) argument 311 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument 312 #define bfd_section_size(bfd, ptr) ((ptr)->_raw_size) argument 314 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument 315 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument 316 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument [all …]
|
H A D | aix386-core.c | 51 #define core_hdr(bfd) \ argument 53 #define core_section(bfd,n) \ argument 55 #define core_regsec(bfd) \ argument 57 #define core_reg2sec(bfd) \ argument
|
H A D | lynx-core.c | 49 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) argument 50 #define core_signal(bfd) (core_hdr(bfd)->sig) argument 51 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
|
H A D | osf-core.c | 54 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) argument 55 #define core_signal(bfd) (core_hdr(bfd)->sig) argument 56 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libnlm.h | 106 #define nlm_tdata(bfd) ((bfd) -> tdata.nlm_obj_data) argument 107 #define nlm_fixed_header(bfd) (nlm_tdata (bfd) -> nlm_fixed_hdr) argument 108 #define nlm_variable_header(bfd) (nlm_tdata (bfd) -> nlm_variable_hdr) argument 109 #define nlm_version_header(bfd) (nlm_tdata (bfd) -> nlm_version_hdr) argument 110 #define nlm_copyright_header(bfd) (nlm_tdata (bfd) -> nlm_copyright_hdr) argument 111 #define nlm_extended_header(bfd) (nlm_tdata (bfd) -> nlm_extended_hdr) argument 112 #define nlm_custom_header(bfd) (nlm_tdata (bfd) -> nlm_custom_hdr) argument 113 #define nlm_cygnus_ext_header(bfd) (nlm_tdata (bfd) -> nlm_cygnus_ext_hdr) argument 114 #define nlm_get_symbols(bfd) (nlm_tdata (bfd) -> nlm_symbols) argument 115 #define nlm_set_symbols(bfd, p) (nlm_tdata (bfd) -> nlm_symbols = (p)) argument [all …]
|
H A D | hppabsd-core.c | 75 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) argument 76 #define core_signal(bfd) (core_hdr(bfd)->sig) argument 77 #define core_command(bfd) (core_hdr(bfd)->cmd) argument 78 #define core_datasec(bfd) (core_hdr(bfd)->data_section) argument 79 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section) argument 80 #define core_regsec(bfd) (core_hdr(bfd)->reg_section) argument
|
H A D | som.h | 222 #define somdata(bfd) ((bfd)->tdata.som_data->a) argument 223 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data) argument 224 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr) argument 225 #define obj_som_exec_hdr(bfd) (somdata (bfd).exec_hdr) argument 226 #define obj_som_copyright_hdr(bfd) (somdata (bfd).copyright_aux_hdr) argument 227 #define obj_som_version_hdr(bfd) (somdata (bfd).version_aux_hdr) argument 228 #define obj_som_compilation_unit(bfd) (somdata (bfd).comp_unit) argument 229 #define obj_som_symtab(bfd) (somdata (bfd).symtab) argument 230 #define obj_som_stringtab(bfd) (somdata (bfd).stringtab) argument 231 #define obj_som_sym_filepos(bfd) (somdata (bfd).sym_filepos) argument [all …]
|
H A D | libaout.h | 430 #define adata(bfd) ((bfd)->tdata.aout_data->a) argument 431 #define exec_hdr(bfd) (adata (bfd).hdr) argument 432 #define obj_aout_symbols(bfd) (adata (bfd).symbols) argument 433 #define obj_textsec(bfd) (adata (bfd).textsec) argument 434 #define obj_datasec(bfd) (adata (bfd).datasec) argument 435 #define obj_bsssec(bfd) (adata (bfd).bsssec) argument 436 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) argument 437 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) argument 438 #define obj_reloc_entry_size(bfd) (adata (bfd).reloc_entry_size) argument 439 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size) argument [all …]
|
H A D | libcoff-in.h | 27 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) argument 28 #define exec_hdr(bfd) (coff_data (bfd)->hdr) argument 29 #define obj_pe(bfd) (coff_data (bfd)->pe) argument 30 #define obj_symbols(bfd) (coff_data (bfd)->symbols) argument 31 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) argument 32 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase) argument 33 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments) argument 34 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count) argument 35 #define obj_convert(bfd) (coff_data (bfd)->conversion_table) argument 36 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size) argument [all …]
|
H A 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
|
H A 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
|
H A D | trad-core.c | 58 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u)) argument 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) argument 60 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section) argument 61 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section) argument
|
H A D | bfd-in.h | 77 typedef struct bfd bfd; typedef 313 #define bfd_get_section_name(bfd, ptr) ((ptr)->name + 0) argument 314 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0) argument 315 #define bfd_get_section_lma(bfd, ptr) ((ptr)->lma + 0) argument 316 #define bfd_get_section_alignment(bfd, ptr) ((ptr)->alignment_power + 0) argument 317 #define bfd_section_name(bfd, ptr) ((ptr)->name) argument 318 #define bfd_section_size(bfd, ptr) ((ptr)->size) argument 320 #define bfd_section_vma(bfd, ptr) ((ptr)->vma) argument 321 #define bfd_section_lma(bfd, ptr) ((ptr)->lma) argument 322 #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power) argument [all …]
|
H A D | aix386-core.c | 51 #define core_hdr(bfd) \ argument 53 #define core_section(bfd,n) \ argument 55 #define core_regsec(bfd) \ argument 57 #define core_reg2sec(bfd) \ argument
|
H A 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
|
H A D | osf-core.c | 55 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) argument 56 #define core_signal(bfd) (core_hdr(bfd)->sig) argument 57 #define core_command(bfd) (core_hdr(bfd)->cmd) argument
|
/openbsd-src/sys/net/ |
H A D | bfd.c | 180 struct bfd_config *bfd; in bfdset() local 227 struct bfd_config *bfd; in bfdclear() local 238 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_clear_task() local 299 struct bfd_config *bfd; in bfddestroy() local 320 struct bfd_config *bfd; in bfd_lookup() local 332 struct bfd_config *bfd; in bfd2sa() local 376 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_start_task() local 403 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_send_task() local 427 bfd_listener(struct bfd_config *bfd, unsigned int port) in bfd_listener() 506 bfd_sender(struct bfd_config *bfd, unsigned int port) in bfd_sender() [all …]
|