HomeSort by relevance Sort by last modified time
    Searched refs:coff_data (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 143 first as coff_data (abfd) still does not exist. It may not even be ever
159 if (coff_data (abfd)->go32stub != NULL)
160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE);
284 if (coff_data (abfd)->go32stub == NULL)
350 coff_data (abfd)->go32stub = bfd_alloc (abfd, (bfd_size_type) coff_start);
351 if (coff_data (abfd)->go32stub == NULL)
357 if ((unsigned long) read (f, coff_data (abfd)->go32stub, coff_start)
360 bfd_release (abfd, coff_data (abfd)->go32stub);
361 coff_data (abfd)->go32stub = NULL;
368 if (coff_data (abfd)->go32stub == NULL
    [all...]
libcoff-in.h 26 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) macro
27 #define obj_pe(bfd) (coff_data (bfd)->pe)
28 #define obj_symbols(bfd) (coff_data (bfd)->symbols)
29 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos)
30 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase)
31 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
32 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count)
33 #define obj_convert(bfd) (coff_data (bfd)->conversion_table)
34 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size)
35 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms
    [all...]
libcoff.h 30 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data) macro
31 #define obj_pe(bfd) (coff_data (bfd)->pe)
32 #define obj_symbols(bfd) (coff_data (bfd)->symbols)
33 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos)
34 #define obj_relocbase(bfd) (coff_data (bfd)->relocbase)
35 #define obj_raw_syments(bfd) (coff_data (bfd)->raw_syments)
36 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count)
37 #define obj_convert(bfd) (coff_data (bfd)->conversion_table)
38 #define obj_conv_table_size(bfd) (coff_data (bfd)->conv_table_size)
39 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms
    [all...]
coff-arm.c 37 (coff_data (abfd)->flags & F_APCS_26)
40 (coff_data (abfd)->flags & F_APCS_FLOAT)
43 (coff_data (abfd)->flags & F_PIC)
46 (coff_data (abfd)->flags & F_APCS_SET)
51 coff_data (abfd)->flags &= ~(F_APCS_26 | F_APCS_FLOAT | F_PIC); \
52 coff_data (abfd)->flags |= (flgs) | F_APCS_SET; \
57 (coff_data (abfd)->flags & F_INTERWORK)
60 (coff_data (abfd)->flags & F_INTERWORK_SET)
65 coff_data (abfd)->flags &= ~F_INTERWORK; \
66 coff_data (abfd)->flags |= (flg) | F_INTERWORK_SET;
    [all...]
coffgen.c 37 coff_data (abfd). */
1083 struct bfd_link_info *link_info = coff_data (abfd)->link_info;
    [all...]
cofflink.c 51 coff_data (abfd) structure. */
228 unsigned int n_tmask = coff_data (abfd)->local_n_tmask;
229 unsigned int n_btshft = coff_data (abfd)->local_n_btshft;
230 unsigned int n_btmask = coff_data (abfd)->local_n_btmask;
608 coff_data (abfd)->link_info = info;
    [all...]
coff-mcore.c 227 if (coff_data (output_bfd)->pe)
peicode.h 326 coff_data (abfd) ->flags = 0;
1008 coff_data (abfd)->pe = 1;
1012 coff_data (abfd)->flags |= F_INTERWORK | F_INTERWORK_SET;
    [all...]
coff-ppc.c 925 if (coff_data (obfd)->pe)
    [all...]
peXXigen.c     [all...]
xcofflink.c     [all...]
coffcode.h     [all...]
coff-rs6000.c 330 coff = coff_data (abfd);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 40 #define N_BTMASK (coff_data (abfd)->local_n_btmask)
41 #define N_BTSHFT (coff_data (abfd)->local_n_btshft)
42 #define N_TMASK (coff_data (abfd)->local_n_tmask)
43 #define N_TSHIFT (coff_data (abfd)->local_n_tshift)

Completed in 161 milliseconds