Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/contrib/nvi/vi/
H A Dvs_split.c67 _HMAP(new)->coff = 0; in vs_split()
82 new->coff = sp->coff; in vs_split()
227 _HMAP(new)->coff = 0; in vs_vsplit()
246 new->coff = sp->coff + cols + 1; in vs_vsplit()
309 if (tsp->roff != sp->roff || tsp->coff > sp->coff) in vs_insert()
319 (tsp->roff == sp->roff && tsp->coff < sp->coff)) { in vs_insert()
424 tsp->coff = sp->coff; in vs_discard()
466 if (tsp->coff + tsp->cols + 1 != sp->coff) in vs_join()
501 if (tsp->coff != sp->coff + sp->cols + 1) in vs_join()
542 if (tsp->coff > sp->coff + sp->cols) in vs_join()
[all …]
H A Dvs_smap.c195 tmp.coff = 0; in vs_sm_fill()
208 tmp.coff = 0; in vs_sm_fill()
213 TMAP->coff = tmp.coff; in vs_sm_fill()
221 HMAP->coff = 0; in vs_sm_fill()
243 p->coff = 0; in vs_sm_fill()
260 TMAP->coff = 0; in vs_sm_fill()
280 HMAP->coff = 0; in vs_sm_fill()
358 size_t cnt_orig, cnt, coff; in vs_sm_insert() local
361 coff = HMAP->coff; in vs_sm_insert()
395 t->coff = coff; in vs_sm_insert()
[all …]
H A Dvs_refresh.c342 tmp.coff = HMAP->coff; in vs_paint()
361 tmp.coff = HMAP->coff; in vs_paint()
600 off = smp->coff; in vs_paint()
622 smp->coff = off; in vs_paint()
625 smp->coff = off; in vs_paint()
/freebsd/contrib/nvi/common/
H A Dsearch.c151 size_t coff, len; in f_search() local
160 coff = 0; in f_search()
179 if ((coff = fm->cno) != 0) in f_search()
180 --coff; in f_search()
182 coff = 0; in f_search()
194 coff = fm->cno + 1; in f_search()
198 for (cnt = INTERRUPT_CHECK, rval = 1;; ++lno, coff = 0) { in f_search()
225 if (len != 0 && coff == len) in f_search()
229 match[0].rm_so = coff; in f_search()
234 lno, coff, len != 0 ? len - 1 : len); in f_search()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dhitachi-sh11 # http://www.delorie.com/djgpp/doc/coff/filhdr.html
20 >>0 use \^display-coff
28 >>0 use display-coff
34 >>0 use display-coff
37 >>0 use display-coff
40 >>0 use display-coff
43 >>0 use display-coff
46 >>0 use display-coff
H A Dmips22 >>0 use display-coff
32 >>0 use display-coff
48 >>0 use display-coff
85 >>0 use display-coff
90 >>>>0 use display-coff
93 >>0 use display-coff
96 >>0 use display-coff
99 >>0 use display-coff
102 >>0 use display-coff
H A Darm13 >>0 use display-coff
22 >>0 use display-coff
31 >>0 use display-coff
40 >>0 use display-coff
49 >>0 use display-coff
58 >>0 use display-coff
H A Dcoff3 # $File: coff,v 1.15 2024/11/10 18:54:33 christos Exp $
4 # coff: file(1) magic for Common Object Files not specific to known cpu types or manufactures
11 # http://www.delorie.com/djgpp/doc/coff/filhdr.html
12 # https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#coff-file-header-object-and-image
16 0 name display-coff-processor
80 0 name display-coff
89 >>>>0 use display-coff-processor
93 !:mime application/x-coff
99 !:mime application/x-coff-executable
171 >>0 use display-coff
[all …]
H A Ddigital13 # TODO: use other subroutine (./coff) to display name+flags+variables for common object formatted f…
14 #>0 use display-coff-foo
34 >>0 use display-coff
39 >>>>0 use display-coff
42 >>0 use display-coff
H A Dvaried.out12 0 beshort 0572 amd 29k coff noprebar executable
13 0 beshort 01572 amd 29k coff prebar executable
14 0 beshort 0160007 amd 29k coff archive
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c994 msicap_access(struct passthru_softc *sc, int coff) in msicap_access() argument
1003 if (coff >= sc->psc_msi.capoff && coff < sc->psc_msi.capoff + caplen) in msicap_access()
1010 msixcap_access(struct passthru_softc *sc, int coff) in msixcap_access() argument
1015 return (coff >= sc->psc_msix.capoff && in msixcap_access()
1016 coff < sc->psc_msix.capoff + MSIX_CAPLEN); in msixcap_access()
1021 struct pci_devinst *pi __unused, int coff, int bytes, uint32_t *rv) in passthru_cfgread_default() argument
1026 if (msicap_access(sc, coff) || msixcap_access(sc, coff)) in passthru_cfgread_default()
1034 if (coff == PCIR_COMMAND) { in passthru_cfgread_default()
1045 *rv = passthru_read_config(&sc->psc_sel, coff, bytes); in passthru_cfgread_default()
1052 struct pci_devinst *pi __unused, int coff __unused, int bytes __unused, in passthru_cfgread_emulate()
[all …]
H A Dpci_emul.c162 static void pci_cfgrw(int in, int bus, int slot, int func, int coff,
166 CFGWRITE(struct pci_devinst *pi, int coff, uint32_t val, int bytes) in CFGWRITE() argument
170 pci_set_cfgdata8(pi, coff, val); in CFGWRITE()
172 pci_set_cfgdata16(pi, coff, val); in CFGWRITE()
174 pci_set_cfgdata32(pi, coff, val); in CFGWRITE()
178 CFGREAD(struct pci_devinst *pi, int coff, int bytes) in CFGREAD() argument
182 return (pci_get_cfgdata8(pi, coff)); in CFGREAD()
184 return (pci_get_cfgdata16(pi, coff)); in CFGREAD()
186 return (pci_get_cfgdata32(pi, coff)); in CFGREAD()
190 is_pcir_bar(int coff) in is_pcir_bar() argument
[all …]
H A Dpci_passthru.h35 struct pci_devinst *pi, int coff, int bytes, uint32_t *rv);
37 struct pci_devinst *pi, int coff, int bytes, uint32_t val);
44 int coff, int bytes, uint32_t *rv);
46 int coff, int bytes, uint32_t val);
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c267 for (spcnt = (sp->coff + sp->cols) - x; spcnt > 0; --spcnt) in cl_clrtoeol()
372 tsp->roff, tsp->coff); in cl_discard()
505 lno, sp->roff, cno, sp->coff); in cl_move()
552 if (psp->coff + psp->cols + 1 == tsp->coff) in cl_refresh()
555 if (tsp->coff + tsp->cols + 1 == psp->coff) in cl_refresh()
588 mvvline(sp->roff, sp->cols + sp->coff, '|', sp->rows); in cl_rdiv()
590 mvvline(sp->roff, sp->cols + sp->coff, ACS_VLINE, sp->rows); in cl_rdiv()
684 origp->roff, origp->coff); in cl_split()
686 newp->roff, newp->coff); in cl_split()
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c424 pci_lpc_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in pci_lpc_cfgwrite() argument
430 if (coff >= 0x60 && coff <= 0x63) in pci_lpc_cfgwrite()
431 pirq_pin = coff - 0x60 + 1; in pci_lpc_cfgwrite()
432 if (coff >= 0x68 && coff <= 0x6b) in pci_lpc_cfgwrite()
433 pirq_pin = coff - 0x68 + 5; in pci_lpc_cfgwrite()
436 pci_set_cfgdata8(pi, coff, pirq_read(pirq_pin)); in pci_lpc_cfgwrite()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp840 void objdump::printCOFFSymbolTable(const COFFObjectFile &coff) { in printCOFFSymbolTable() argument
841 for (unsigned SI = 0, SE = coff.getNumberOfSymbols(); SI != SE; ++SI) { in printCOFFSymbolTable()
842 Expected<COFFSymbolRef> Symbol = coff.getSymbol(SI); in printCOFFSymbolTable()
844 reportError(Symbol.takeError(), coff.getFileName()); in printCOFFSymbolTable()
846 Expected<StringRef> NameOrErr = coff.getSymbolName(*Symbol); in printCOFFSymbolTable()
848 reportError(NameOrErr.takeError(), coff.getFileName()); in printCOFFSymbolTable()
877 coff.getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)) in printCOFFSymbolTable()
878 reportError(std::move(E), coff.getFileName()); in printCOFFSymbolTable()
893 if (Error E = coff.getAuxSymbol<char>(SI + 1, FileName)) in printCOFFSymbolTable()
894 reportError(std::move(E), coff in printCOFFSymbolTable()
[all...]
/freebsd/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)
1290 os=-coff
1324 os=-coff
1411 os=-coff
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
21 $com_start="#" if ($::aout or $::coff);
118 if ($::coff)
255 elsif ($::coff)
/freebsd/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp25 using namespace lld::coff;
173 void lld::coff::writeDefFile(StringRef name, in writeDefFile()
207 lld::coff::addWrappedSymbols(COFFLinkerContext &ctx, opt::InputArgList &args) { in addWrappedSymbols()
250 void lld::coff::wrapSymbols(COFFLinkerContext &ctx, in wrapSymbols()
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfig.sub1563 os=-coff
1572 os=-coff
1575 os=-coff
1578 os=-coff
1612 os=-coff
1705 os=-coff
1708 os=-coff
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1566 os=-coff
1575 os=-coff
1578 os=-coff
1581 os=-coff
1615 os=-coff
1708 os=-coff
1711 os=-coff
/freebsd/crypto/heimdal/
H A Dconfig.sub761 os=-coff
957 os=-coff
1078 os=-coff
1082 os=-coff
1086 os=-coff
1163 z8k-*-coff)
1167 z80-*-coff)
1476 os=-coff
1513 os=-coff
1606 os=-coff
[all …]
/freebsd/crypto/openssl/engines/asm/
H A De_padlock-x86.pl141 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
151 &add ("eax",&DWP(0,"esp")) if(!($::win32 or $::coff));# &padlock_saved_context
199 &lea ("eax",($::win32 or $::coff) ? &DWP(&label("padlock_saved_context")) :
460 if ($::win32 or $::coff) {
478 if ($::win32 or $::coff) {
524 if ($::win32 or $::coff) {
542 if ($::win32 or $::coff) {
/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_dos.c43 char coff[sizeof(PE_CoffHdr)]; in libpe_parse_msdos_header() local
127 if (read(pe->pe_fd, coff, sizeof(coff)) != (ssize_t) sizeof(coff)) { in libpe_parse_msdos_header()
132 return (libpe_parse_coff_header(pe, coff)); in libpe_parse_msdos_header()
/freebsd/contrib/dialog/
H A Dconfig.sub1521 os=coff
1533 os=coff
1536 os=coff
1539 os=coff
1573 os=coff
1663 os=coff
1666 os=coff
1710 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \

12345