Lines Matching defs:bfd
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
36 #define obj_coff_keep_syms(bfd) (coff_data (bfd)->keep_syms) argument
37 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) argument
38 #define obj_coff_strings_len(bfd) (coff_data (bfd)->strings_len) argument
39 #define obj_coff_keep_strings(bfd) (coff_data (bfd)->keep_strings) argument
40 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes) argument
41 #define obj_coff_strings_written(bfd) (coff_data (bfd)->strings_written) argument
42 #define obj_coff_local_toc_table(bfd) (coff_data (bfd)->local_toc_sym_map) argument
135 #define pe_data(bfd) ((bfd)->tdata.pe_obj_data) argument