Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 25 of 122) 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 Dmips22 >>0 use display-coff
32 >>0 use display-coff
48 >>0 use display-coff
58 >>0 use display-coff
87 >>0 use display-coff
92 >>>>0 use display-coff
95 >>0 use display-coff
98 >>0 use display-coff
101 >>0 use display-coff
104 >>0 use display-coff
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 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.16 2026/04/20 14:53:18 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
81 0 name display-coff
90 >>>>0 use display-coff-processor
94 !:mime application/x-coff
100 !:mime application/x-coff-executable
172 >>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.c1106 msicap_access(struct passthru_softc *sc, int coff) in msicap_access() argument
1115 if (coff >= sc->psc_msi.capoff && coff < sc->psc_msi.capoff + caplen) in msicap_access()
1122 msixcap_access(struct passthru_softc *sc, int coff) in msixcap_access() argument
1127 return (coff >= sc->psc_msix.capoff && in msixcap_access()
1128 coff < sc->psc_msix.capoff + MSIX_CAPLEN); in msixcap_access()
1140 passthru_cfg_field_mask(int coff, int bytes, int fieldoff, uint16_t mask) in passthru_cfg_field_mask() argument
1147 pos = coff + i; in passthru_cfg_field_mask()
1156 passthru_cfg_field_value(int coff, int bytes, int fieldoff, uint16_t value) in passthru_cfg_field_value() argument
1163 pos = coff + i; in passthru_cfg_field_value()
1177 passthru_cfg_overlay_field(int coff, int bytes, uint32_t access, int fieldoff, in passthru_cfg_overlay_field() argument
[all …]
H A Dpci_emul.c163 static void pci_cfgrw(int in, int bus, int slot, int func, int coff,
167 CFGWRITE(struct pci_devinst *pi, int coff, uint32_t val, int bytes) in CFGWRITE() argument
171 pci_set_cfgdata8(pi, coff, val); in CFGWRITE()
173 pci_set_cfgdata16(pi, coff, val); in CFGWRITE()
175 pci_set_cfgdata32(pi, coff, val); in CFGWRITE()
179 CFGREAD(struct pci_devinst *pi, int coff, int bytes) in CFGREAD() argument
183 return (pci_get_cfgdata8(pi, coff)); in CFGREAD()
185 return (pci_get_cfgdata16(pi, coff)); in CFGREAD()
187 return (pci_get_cfgdata32(pi, coff)); in CFGREAD()
191 is_pcir_bar(int coff) in is_pcir_bar() argument
197 is_pcir_bios(int coff) is_pcir_bios() argument
1481 int bus, slot, func, coff, in; pci_emul_ecfg_handler() local
2247 pci_emul_cmdsts_write(struct pci_devinst * pi,int coff,uint32_t new,int bytes) pci_emul_cmdsts_write() argument
2273 pci_cfgrw(int in,int bus,int slot,int func,int coff,int bytes,uint32_t * valp) pci_cfgrw() argument
2475 int coff; pci_emul_cfgdata() local
[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);
48 int coff, int bytes, uint32_t *rv);
50 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.c425 pci_lpc_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in pci_lpc_cfgwrite() argument
431 if (coff >= 0x60 && coff <= 0x63) in pci_lpc_cfgwrite()
432 pirq_pin = coff - 0x60 + 1; in pci_lpc_cfgwrite()
433 if (coff >= 0x68 && coff <= 0x6b) in pci_lpc_cfgwrite()
434 pirq_pin = coff - 0x68 + 5; in pci_lpc_cfgwrite()
437 pci_set_cfgdata8(pi, coff, pirq_read(pirq_pin)); in pci_lpc_cfgwrite()
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp18 using namespace lld::coff;
43 std::string toString(const COFFLinkerContext &ctx, coff::Symbol &b) { in toString()
52 coff::operator<<(const COFFSyncStream &s, in operator <<()
58 namespace coff { namespace
H A DMinGW.cpp24 using namespace lld::coff;
183 void lld::coff::writeDefFile(COFFLinkerContext &ctx, StringRef name, in writeDefFile()
216 void lld::coff::addWrappedSymbols(SymbolTable &symtab, in addWrappedSymbols()
260 void lld::coff::wrapSymbols(SymbolTable &symtab) { in wrapSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp858 void objdump::printCOFFSymbolTable(const COFFObjectFile &coff) { in printCOFFSymbolTable() argument
859 for (unsigned SI = 0, SE = coff.getNumberOfSymbols(); SI != SE; ++SI) { in printCOFFSymbolTable()
860 Expected<COFFSymbolRef> Symbol = coff.getSymbol(SI); in printCOFFSymbolTable()
862 reportError(Symbol.takeError(), coff.getFileName()); in printCOFFSymbolTable()
864 Expected<StringRef> NameOrErr = coff.getSymbolName(*Symbol); in printCOFFSymbolTable()
866 reportError(NameOrErr.takeError(), coff.getFileName()); in printCOFFSymbolTable()
895 coff.getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)) in printCOFFSymbolTable()
896 reportError(std::move(E), coff.getFileName()); in printCOFFSymbolTable()
911 if (Error E = coff.getAuxSymbol<char>(SI + 1, FileName)) in printCOFFSymbolTable()
912 reportError(std::move(E), coff.getFileName()); 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)
256 elsif ($::coff)
/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()

12345