HomeSort by relevance Sort by last modified time
    Searched defs:coff (Results 1 - 9 of 9) sorted by null

  /system/extras/libfec/
fec_read.cpp 251 size_t coff = (size_t)(offset - curr * FEC_BLOCKSIZE); local
263 size_t copy = FEC_BLOCKSIZE - coff;
269 memcpy(dest, &data[coff], copy);
273 coff = 0;
303 size_t coff = (size_t)(offset - curr * FEC_BLOCKSIZE); local
384 size_t copy = FEC_BLOCKSIZE - coff;
390 memcpy(dest, &data[coff], copy);
394 coff = 0;
  /toolchain/binutils/binutils-2.25/bfd/
libxcoff.h 27 is the COFF backend data structure, so that XCOFF targets can use
28 the generic COFF code. */
32 /* COFF backend information. */
33 bfd_coff_backend_data coff; member in struct:xcoff_backend_data_rec
libecoff.h 25 #include "coff/ecoff.h"
30 is the COFF backend data structure, so that ECOFF targets can use
31 the generic COFF code. */
38 /* COFF backend information. This must be the first field. */
39 bfd_coff_backend_data coff; member in struct:ecoff_backend_data
78 /* ECOFF targets don't support COFF long section names, so this
323 /* Hook functions for the generic COFF section reading code. */
libcoff-in.h 1 /* BFD COFF object file private structure.
44 /* `Tdata' information kept for COFF files. */
61 from coff implementation to implementation... */
86 /* Is this a PE format coff file? */
88 /* Used by the COFF backend linker. */
102 /* The timestamp from the COFF file header. */
105 /* Copy of some of the f_flags bits in the COFF filehdr structure,
109 /* coff-stgo32 EXE stub header after BFD tdata has been allocated. Its data
117 coff_data_type coff; member in struct:pe_tdata
141 /* Basic COFF information. *
142 coff_data_type coff; member in struct:xcoff_tdata
    [all...]
coffgen.c 1 /* Support for the generic parts of COFF, for BFD.
25 /* This file contains COFF code that is not dependent on any
26 particular COFF target. There is only one version of this file in
36 Those functions may not use any COFF specific information, such as
42 #include "coff/internal.h"
45 /* Take a section header read from a coff file (in HOST byte order),
135 /* At least on i386-coff, the line number count for a shared library
219 /* Read in a COFF object and make it into a BFD. This is used by
309 /* Turn a COFF file into a BFD, but fail with bfd_error_wrong_format if it is
310 not a COFF file. This is also used by ECOFF. *
2426 coff_symbol_type *coff = (coff_symbol_type *) (l->u.sym); local
    [all...]
coff-rs6000.c 29 #include "coff/internal.h"
30 #include "coff/xcoff.h"
31 #include "coff/rs6000.h"
318 /* We use our own tdata type. Its first field is the COFF tdata type,
319 so the COFF routines are compatible. */
324 coff_data_type *coff; local
330 coff = coff_data (abfd);
331 coff->symbols = (coff_symbol_type *) NULL;
332 coff->conversion_table = (unsigned int *) NULL;
333 coff->raw_syments = (struct coff_ptr_struct *) NULL
    [all...]
coffcode.h 1 /* Support for the generic parts of most COFF variants, for BFD.
26 coff backends
28 BFD supports a number of different flavours of coff format.
33 Coff in all its varieties is implemented with a few common
35 example, The 88k bcs coff format is implemented in the file
36 @file{coff-m88k.c}. This file @code{#include}s
37 @file{coff/m88k.h} which defines the external structure of the
38 coff format for the 88k, and @file{coff/internal.h} which
39 defines the internal structure. @file{coff-m88k.c} als
1980 coff_data_type *coff; local
2008 coff_data_type *coff; local
    [all...]
libcoff.h 5 /* BFD COFF object file private structure.
48 /* `Tdata' information kept for COFF files. */
65 from coff implementation to implementation... */
90 /* Is this a PE format coff file? */
92 /* Used by the COFF backend linker. */
106 /* The timestamp from the COFF file header. */
109 /* Copy of some of the f_flags bits in the COFF filehdr structure,
113 /* coff-stgo32 EXE stub header after BFD tdata has been allocated. Its data
121 coff_data_type coff; member in struct:pe_tdata
145 /* Basic COFF information. *
146 coff_data_type coff; member in struct:xcoff_tdata
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 3395 Int off, coff, reg, reg2, len; local
    [all...]

Completed in 787 milliseconds