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

12345

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DICF.h16 namespace coff { namespace in namespace:lld
22 } // namespace coff
H A DMapFile.h15 namespace coff { namespace in namespace:lld
H A DMarkLive.h16 namespace coff { namespace in namespace:lld
22 } // namespace coff
H A DMinGW.h18 namespace coff { namespace in namespace:lld
39 } // namespace coff
H A DLTO.h37 namespace coff { namespace in namespace:lld
H A DPDB.h23 namespace coff { namespace in namespace:lld
35 } // namespace coff
H A DTypeMerger.h18 namespace coff { namespace in namespace:lld
62 } // namespace coff
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.h23 namespace coff { namespace in namespace:llvm::objcopy
27 } // end namespace coff
H A DReader.h19 namespace coff { namespace in namespace:llvm::objcopy
38 } // end namespace coff
H A DWriter.h20 namespace coff { namespace in namespace:llvm::objcopy
57 } // end namespace coff
/freebsd-11-stable/contrib/nvi/common/
H A Dsearch.c161 size_t coff, len; local
170 coff = 0;
189 if ((coff = fm->cno) != 0)
190 --coff;
192 coff = 0;
204 coff = fm->cno + 1;
208 for (cnt = INTERRUPT_CHECK, rval = 1;; ++lno, coff = 0) {
235 if (len != 0 && coff == len)
239 match[0].rm_so = coff;
244 lno, coff, le
308 size_t coff, last, len; local
[all...]
/freebsd-11-stable/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 DMakefile.in283 # *-*-coff, *-*-aout, etc., configurations, because people will want to
457 coff-apollo.lo \
458 coff-arm.lo \
459 coff-aux.lo \
460 coff-h8300.lo \
461 coff-h8500.lo \
462 coff-i386.lo \
463 coff-go32.lo \
464 coff-i860.lo \
465 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),
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_split.c71 _HMAP(new)->coff = 0;
86 new->coff = sp->coff;
231 _HMAP(new)->coff = 0;
250 new->coff = sp->coff + cols + 1;
313 if (tsp->roff != sp->roff || tsp->coff > sp->coff)
323 (tsp->roff == sp->roff && tsp->coff < sp->coff)) {
[all...]
H A Dvs_smap.c199 tmp.coff = 0;
212 tmp.coff = 0;
217 TMAP->coff = tmp.coff;
225 HMAP->coff = 0;
247 p->coff = 0;
264 TMAP->coff = 0;
284 HMAP->coff = 0;
362 size_t cnt_orig, cnt, coff; local
365 coff
[all...]
/freebsd-11-stable/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...]
H A DMakefile.in353 coff \
371 coff) \
405 coff) \
595 config/obj-coff.c \
603 config/obj-coff.h \
772 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
780 $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
781 $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
802 DEPTC_arm_coff = $(srcdir)/config/obj-coff
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h16 namespace coff { namespace in namespace:lld
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile.mips17 SRCS+= coff-mips.c \
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_lpc.c348 int coff, int bytes, uint32_t val)
354 if (coff >= 0x60 && coff <= 0x63)
355 pirq_pin = coff - 0x60 + 1;
356 if (coff >= 0x68 && coff <= 0x6b)
357 pirq_pin = coff - 0x68 + 5;
360 pci_set_cfgdata8(pi, coff, pirq_read(pirq_pin));
347 pci_lpc_cfgwrite(struct vmctx *ctx, int vcpu, struct pci_devinst *pi, int coff, int bytes, uint32_t val) argument
H A Dpci_passthru.c744 bar_access(int coff) argument
746 if (coff >= PCIR_BAR(0) && coff < PCIR_BAR(PCI_BARMAX + 1))
753 msicap_access(struct passthru_softc *sc, int coff) argument
762 if (coff >= sc->psc_msi.capoff && coff < sc->psc_msi.capoff + caplen)
769 msixcap_access(struct passthru_softc *sc, int coff) argument
774 return (coff >= sc->psc_msix.capoff &&
775 coff < sc->psc_msix.capoff + MSIX_CAPLEN);
780 int coff, in
779 passthru_cfgread(struct vmctx *ctx, int vcpu, struct pci_devinst *pi, int coff, int bytes, uint32_t *rv) argument
810 passthru_cfgwrite(struct vmctx *ctx, int vcpu, struct pci_devinst *pi, int coff, int bytes, uint32_t val) argument
[all...]
H A Dpci_emul.c116 int func, int coff, int bytes, uint32_t *val);
119 CFGWRITE(struct pci_devinst *pi, int coff, uint32_t val, int bytes) argument
123 pci_set_cfgdata8(pi, coff, val);
125 pci_set_cfgdata16(pi, coff, val);
127 pci_set_cfgdata32(pi, coff, val);
131 CFGREAD(struct pci_devinst *pi, int coff, int bytes) argument
135 return (pci_get_cfgdata8(pi, coff));
137 return (pci_get_cfgdata16(pi, coff));
139 return (pci_get_cfgdata32(pi, coff));
954 * This function assumes that 'coff' i
1043 int bus, slot, func, coff, in; local
1666 pci_emul_cmdsts_write(struct pci_devinst *pi, int coff, uint32_t new, int bytes) argument
1732 pci_cfgrw(struct vmctx *ctx, int vcpu, int in, int bus, int slot, int func, int coff, int bytes, uint32_t *eax) argument
1907 int coff; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp659 void printCOFFSymbolTable(const COFFObjectFile *coff) { argument
660 for (unsigned SI = 0, SE = coff->getNumberOfSymbols(); SI != SE; ++SI) {
661 Expected<COFFSymbolRef> Symbol = coff->getSymbol(SI);
663 reportError(Symbol.takeError(), coff->getFileName());
666 if (std::error_code EC = coff->getSymbolName(*Symbol, Name))
667 reportError(errorCodeToError(EC), coff->getFileName());
698 coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd))
699 reportError(errorCodeToError(EC), coff->getFileName());
714 if (std::error_code EC = coff->getAuxSymbol<char>(SI + 1, FileName))
715 reportError(errorCodeToError(EC), coff
[all...]

Completed in 121 milliseconds

12345