Searched refs:coff (Results 101 - 123 of 123) sorted by relevance

12345

/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c133 vip->sv_tm_coff = TMAP->coff;
146 TMAP[1].coff = HMAP->coff;
153 TMAP[1].coff = 0;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c484 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
539 coff = o;
542 coff += 1ULL << unit_shift;
545 rm->rm_col[c].rc_offset = coff;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp21 namespace coff { namespace in namespace:llvm::objcopy
430 } // end namespace coff
/freebsd-11-stable/sys/modules/
H A DMakefile763 _coff= coff
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c28 #include "coff/internal.h"
29 #include "coff/xcoff.h"
30 #include "coff/rs6000.h"
243 coff_data_type *coff; local
249 coff = coff_data (abfd);
250 coff->symbols = (coff_symbol_type *) NULL;
251 coff->conversion_table = (unsigned int *) NULL;
252 coff->raw_syments = (struct coff_ptr_struct *) NULL;
253 coff->relocbase = 0;
H A DpeXXigen.c62 #include "coff/internal.h"
71 # include "coff/x86_64.h"
73 # include "coff/ia64.h"
75 # include "coff/i386.h"
78 #include "coff/pe.h"
1864 time_t t = pe->coff.timestamp;
H A Dxcofflink.c26 #include "coff/internal.h"
27 #include "coff/xcoff.h"
5376 xcoff_data (abfd)->coff.link_info = info;
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in337 $(MAGIC_FRAGMENT_DIR)/coff \
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp30 namespace coff { namespace in namespace:lld
921 } // namespace coff
H A DSymbolTable.cpp29 namespace coff { namespace in namespace:lld
811 } // namespace coff
H A DDriverUtils.cpp42 namespace coff { namespace in namespace:lld
915 } // namespace coff
H A DDLL.cpp32 namespace coff { namespace in namespace:lld
743 } // namespace coff
H A DDriver.cpp58 namespace coff { namespace in namespace:lld
2005 } // namespace coff
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess921 coff-i386)
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess978 coff-i386)
H A Dconfigure2221 arm-*-coff | strongarm-*-coff | xscale-*-coff)
2240 thumb-*-coff)
2341 i[3456789]86-*-coff | i[3456789]86-*-elf)
2416 m68k-*-coff*)
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess922 coff-i386)
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.am668 $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h \
1159 $(INCDIR)/opcode/tic54x.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
H A DMakefile.in1215 $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h \
1706 $(INCDIR)/opcode/tic54x.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure8179 # No shared lib support for Linux oldld, aout, or coff.
8180 linux*oldld* | linux*aout* | linux*coff*)
10264 # i386-pc-pe-coff != i386-pc-coff.
10265 i386-*-pe-coff) ;;
10271 i386-*-coff) emulation="i386coff" ;;
10291 coff)
10304 coff)
10358 coff)
10419 *coff)
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am2028 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \
2034 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \
H A DMakefile.in2821 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \
2827 ldmisc.h ldgram.h ldmain.h ldfile.h ldemul.h $(INCDIR)/coff/internal.h \
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c4492 ssize_t coff = xbp->xb_curp - xbp->xb_bufp; local
4493 for ( ; off < coff; off++)

Completed in 524 milliseconds

12345