Searched refs:coff (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-9.3-release/contrib/nvi/common/
H A Dsearch.c157 size_t coff, len; local
166 coff = 0;
185 if ((coff = fm->cno) != 0)
186 --coff;
188 coff = 0;
199 coff = fm->cno + 1;
203 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; ++lno, coff = 0) {
230 if (len != 0 && coff == len)
234 match[0].rm_so = coff;
239 lno, coff, le
301 size_t coff, last, len; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-ia64.c24 #include "coff/ia64.h"
25 #include "coff/internal.h"
26 #include "coff/pe.h"
124 in include/coff/pe.h. We adjust so that that will work. */
147 "coff-ia64", /* name */
189 BFD_JUMP_TABLE_GENERIC (coff),
190 BFD_JUMP_TABLE_COPY (coff),
193 BFD_JUMP_TABLE_SYMBOLS (coff),
194 BFD_JUMP_TABLE_RELOCS (coff),
195 BFD_JUMP_TABLE_WRITE (coff),
[all...]
H A DMakefile.am34 # *-*-coff, *-*-aout, etc., configurations, because people will want to
208 coff-apollo.lo \
209 coff-arm.lo \
210 coff-aux.lo \
211 coff-h8300.lo \
212 coff-h8500.lo \
213 coff-i386.lo \
214 coff-go32.lo \
215 coff-i860.lo \
216 coff
[all...]
H A Dxcoff-target.h178 BFD_JUMP_TABLE_GENERIC (coff),
179 BFD_JUMP_TABLE_COPY (coff),
180 BFD_JUMP_TABLE_CORE (coff),
182 BFD_JUMP_TABLE_SYMBOLS (coff),
183 BFD_JUMP_TABLE_RELOCS (coff),
184 BFD_JUMP_TABLE_WRITE (coff),
H A Dcoff-i386.c27 #include "coff/i386.h"
29 #include "coff/internal.h"
32 #include "coff/pe.h"
36 #include "coff/go32exe.h"
634 "coff-i386", /* name */
673 BFD_JUMP_TABLE_GENERIC (coff),
674 BFD_JUMP_TABLE_COPY (coff),
677 BFD_JUMP_TABLE_SYMBOLS (coff),
678 BFD_JUMP_TABLE_RELOCS (coff),
679 BFD_JUMP_TABLE_WRITE (coff),
[all...]
H A Dcoff-x86_64.c29 #include "coff/x86_64.h"
30 #include "coff/internal.h"
31 #include "coff/pe.h"
737 "coff-x86-64", /* Name. */
776 BFD_JUMP_TABLE_GENERIC (coff),
777 BFD_JUMP_TABLE_COPY (coff),
780 BFD_JUMP_TABLE_SYMBOLS (coff),
781 BFD_JUMP_TABLE_RELOCS (coff),
782 BFD_JUMP_TABLE_WRITE (coff),
783 BFD_JUMP_TABLE_LINK (coff),
[all...]
H A Dpeicode.h261 pe->coff.pe = 1;
290 pe->coff.sym_filepos = internal_f->f_symptr;
293 unfortunately vary among coff implementations... */
294 pe->coff.local_n_btmask = N_BTMASK;
295 pe->coff.local_n_btshft = N_BTSHFT;
296 pe->coff.local_n_tmask = N_TMASK;
297 pe->coff.local_n_tshift = N_TSHIFT;
298 pe->coff.local_symesz = SYMESZ;
299 pe->coff.local_auxesz = AUXESZ;
300 pe->coff
[all...]
H A Dcoffcode.h27 coff backends
29 BFD supports a number of different flavours of coff format.
36 example, The 88k bcs coff format is implemented in the file
37 @file{coff-m88k.c}. This file @code{#include}s
38 @file{coff/m88k.h} which defines the external structure of the
39 coff format for the 88k, and @file{coff/internal.h} which
40 defines the internal structure. @file{coff-m88k.c} also
44 The Intel i960 processor version of coff is implemented in
45 @file{coff
1754 coff_data_type *coff; local
1782 coff_data_type *coff; local
[all...]
H A Dpe-mips.c4 Modified from coff-i386.c by DJ Delorie, dj@cygnus.com
29 #include "coff/mipspe.h"
30 #include "coff/internal.h"
31 #include "coff/pe.h"
907 BFD_JUMP_TABLE_GENERIC (coff),
908 BFD_JUMP_TABLE_COPY (coff),
911 BFD_JUMP_TABLE_SYMBOLS (coff),
912 BFD_JUMP_TABLE_RELOCS (coff),
913 BFD_JUMP_TABLE_WRITE (coff),
914 BFD_JUMP_TABLE_LINK (coff),
[all...]
H A Dcoff-ppc.c9 coff files, in particular, those for the rs/6000, alpha, mips, and
40 #include "coff/powerpc.h"
41 #include "coff/internal.h"
43 #include "coff/pe.h"
101 /* In order not to add an int to every hash table item for every coff
102 linker, we define our own hash table, derived from the coff one. */
2586 TARGET_LITTLE_NAME, /* name or coff-arm-little */
2621 BFD_JUMP_TABLE_GENERIC (coff),
2622 BFD_JUMP_TABLE_COPY (coff),
2625 BFD_JUMP_TABLE_SYMBOLS (coff),
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am108 coff \
126 coff) \
161 coff) \
352 config/obj-coff.c \
360 config/obj-coff.h \
556 ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
557 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
565 obj-coff
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl21 $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
26 elsif ( ($type eq "coff" or $type eq "gaswin"))
27 { $coff=1; require "x86unix.pl"; }
44 coff - GAS/COFF such as Win32 targets
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvs_smap.c200 tmp.coff = 0;
213 tmp.coff = 0;
218 TMAP->coff = tmp.coff;
226 HMAP->coff = 0;
238 p->coff = 0;
255 TMAP->coff = 0;
275 HMAP->coff = 0;
357 size_t cnt_orig, cnt, coff; local
360 coff
[all...]
H A Dvs_refresh.c350 tmp.coff = HMAP->coff;
369 tmp.coff = HMAP->coff;
606 off = smp->coff;
628 smp->coff = off;
631 smp->coff = off;
/freebsd-9.3-release/contrib/libpcap/
H A Dconfig.sub762 os=-coff
958 os=-coff
1079 os=-coff
1083 os=-coff
1087 os=-coff
1164 z8k-*-coff)
1168 z80-*-coff)
1294 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1479 os=-coff
1516 os=-coff
[all...]
/freebsd-9.3-release/contrib/openbsm/config/
H A Dconfig.sub650 os=-coff
741 os=-coff
826 os=-coff
940 os=-coff
944 os=-coff
948 os=-coff
1013 z8k-*-coff)
1133 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1290 os=-coff
1324 os=-coff
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dconfig.sub762 os=-coff
958 os=-coff
1079 os=-coff
1083 os=-coff
1087 os=-coff
1164 z8k-*-coff)
1168 z80-*-coff)
1294 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1479 os=-coff
1516 os=-coff
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dconfig.sub762 os=-coff
958 os=-coff
1079 os=-coff
1083 os=-coff
1087 os=-coff
1164 z8k-*-coff)
1168 z80-*-coff)
1294 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1479 os=-coff
1516 os=-coff
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp641 static void PrintCOFFSymbolTable(const COFFObjectFile *coff) { argument
643 if (error(coff->getHeader(header))) return;
652 if (error(coff->getAuxSymbol<coff_aux_section_definition>(i, asd)))
667 if (error(coff->getSymbol(i, symbol))) return;
668 if (error(coff->getSymbolName(symbol, name))) return;
685 if (const COFFObjectFile *coff = dyn_cast<const COFFObjectFile>(o))
686 PrintCOFFSymbolTable(coff);
763 if (const COFFObjectFile *coff = dyn_cast<COFFObjectFile>(o)) {
764 printCOFFUnwindInfo(coff);
/freebsd-9.3-release/contrib/binutils/
H A Dconfig.sub705 os=-coff
893 os=-coff
1014 os=-coff
1018 os=-coff
1022 os=-coff
1095 z8k-*-coff)
1217 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1397 os=-coff
1434 os=-coff
1527 os=-coff
[all...]
/freebsd-9.3-release/contrib/ncurses/
H A Dconfig.sub737 os=-coff
933 os=-coff
1054 os=-coff
1058 os=-coff
1062 os=-coff
1139 z8k-*-coff)
1261 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1444 os=-coff
1481 os=-coff
1574 os=-coff
[all...]
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dconfig.sub689 os=-coff
864 os=-coff
978 os=-coff
982 os=-coff
986 os=-coff
1059 z8k-*-coff)
1180 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1353 os=-coff
1387 os=-coff
1480 os=-coff
[all...]
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dconfig.sub689 os=-coff
864 os=-coff
978 os=-coff
982 os=-coff
986 os=-coff
1059 z8k-*-coff)
1180 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1353 os=-coff
1387 os=-coff
1480 os=-coff
[all...]
/freebsd-9.3-release/crypto/heimdal/
H A Dconfig.sub701 os=-coff
889 os=-coff
1007 os=-coff
1011 os=-coff
1015 os=-coff
1088 z8k-*-coff)
1210 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1390 os=-coff
1424 os=-coff
1517 os=-coff
[all...]
/freebsd-9.3-release/contrib/libreadline/support/
H A Dconfig.sub642 os=-coff
729 os=-coff
808 os=-coff
919 os=-coff
923 os=-coff
988 z8k-*-coff)
1108 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1290 os=-coff
1377 os=-coff
1380 os=-coff
[all...]

Completed in 167 milliseconds

1234