Home | History | Annotate | Download | only in bfd

Lines Matching defs:coff_data

40 #define coff_data(bfd)		      ((bfd)->tdata.coff_obj_data)
41 #define obj_pe(bfd) (coff_data (bfd)->pe)
42 #define obj_go32(bfd) (coff_data (bfd)->go32)
43 #define obj_symbols(bfd) (coff_data (bfd)->symbols)
44 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos)
45 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase)
46 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
47 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count)
48 #define obj_coff_keep_raw_syms(bfd) (coff_data (bfd)->keep_raw_syms)
49 #define obj_convert(bfd) (coff_data (bfd)->conversion_table)
50 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size)
51 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
52 #define obj_coff_keep_syms(bfd) (coff_data (bfd)->keep_syms)
53 #define obj_coff_strings(bfd) (coff_data (bfd)->strings)
54 #define obj_coff_strings_len(bfd) (coff_data (bfd)->strings_len)
55 #define obj_coff_keep_strings(bfd) (coff_data (bfd)->keep_strings)
56 #define obj_coff_sym_hashes(bfd) (coff_data (bfd)->sym_hashes)
57 #define obj_coff_strings_written(bfd) (coff_data (bfd)->strings_written)
58 #define obj_coff_local_toc_table(bfd) (coff_data (bfd)->local_toc_sym_map)
932 (coff_data (abfd)->long_section_names)