Home
last modified time | relevance | path

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

12345678910>>...59

/netbsd/sys/lib/libsa/
H A Dloadfile_ecoff.c69 if (coff->a.tsize != 0) { in loadfile_coff()
72 nr = READ(fd, coff->a.text_start, coff->a.tsize); in loadfile_coff()
88 pos = coff->a.text_start; in loadfile_coff()
91 pos += coff->a.tsize; in loadfile_coff()
98 if (coff->a.dsize != 0) { in loadfile_coff()
101 nr = READ(fd, coff->a.data_start, coff->a.dsize); in loadfile_coff()
116 pos += coff->a.dsize; in loadfile_coff()
123 if (coff->a.bsize != 0) { in loadfile_coff()
126 BZERO(coff->a.bss_start, coff->a.bsize); in loadfile_coff()
129 pos = coff->a.bss_start; in loadfile_coff()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcoff-tic54x.c446 BFD_JUMP_TABLE_COPY (coff),
452 BFD_JUMP_TABLE_LINK (coff),
508 BFD_JUMP_TABLE_COPY (coff),
514 BFD_JUMP_TABLE_LINK (coff),
571 BFD_JUMP_TABLE_COPY (coff),
577 BFD_JUMP_TABLE_LINK (coff),
634 BFD_JUMP_TABLE_COPY (coff),
640 BFD_JUMP_TABLE_LINK (coff),
697 BFD_JUMP_TABLE_COPY (coff),
703 BFD_JUMP_TABLE_LINK (coff),
[all …]
H A Dcoff-aarch64.c153 BFD_JUMP_TABLE_GENERIC (coff),
154 BFD_JUMP_TABLE_COPY (coff),
157 BFD_JUMP_TABLE_SYMBOLS (coff),
158 BFD_JUMP_TABLE_RELOCS (coff),
159 BFD_JUMP_TABLE_WRITE (coff),
160 BFD_JUMP_TABLE_LINK (coff),
H A Dconfigure.ac483 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
484 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
485 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
607 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
608 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
609 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
610 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
621 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
622 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
664 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
[all …]
/netbsd/external/bsd/nvi/dist/vi/
H A Dvs_split.c91 new->coff = sp->coff; in vs_split()
255 new->coff = sp->coff + cols + 1; in vs_vsplit()
433 tsp->coff = sp->coff; in vs_discard()
475 if (tsp->coff + tsp->cols + 1 != sp->coff) in vs_join()
510 if (tsp->coff != sp->coff + sp->cols + 1) in vs_join()
552 if (tsp->coff > sp->coff + sp->cols) in vs_join()
554 if (tsp->coff < sp->coff) { in vs_join()
555 if (tsp->coff + tsp->cols >= sp->coff) in vs_join()
589 if (tsp->coff > sp->coff + sp->cols) in vs_join()
591 if (tsp->coff < sp->coff) { in vs_join()
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcoff-tic54x.c445 BFD_JUMP_TABLE_COPY (coff),
451 BFD_JUMP_TABLE_LINK (coff),
502 BFD_JUMP_TABLE_COPY (coff),
508 BFD_JUMP_TABLE_LINK (coff),
560 BFD_JUMP_TABLE_COPY (coff),
566 BFD_JUMP_TABLE_LINK (coff),
618 BFD_JUMP_TABLE_COPY (coff),
624 BFD_JUMP_TABLE_LINK (coff),
676 BFD_JUMP_TABLE_COPY (coff),
682 BFD_JUMP_TABLE_LINK (coff),
[all …]
H A Dconfigure.ac516 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
517 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
518 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
639 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
640 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
641 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
642 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
653 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
654 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
696 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-tic54x.c445 BFD_JUMP_TABLE_COPY (coff),
451 BFD_JUMP_TABLE_LINK (coff),
502 BFD_JUMP_TABLE_COPY (coff),
508 BFD_JUMP_TABLE_LINK (coff),
560 BFD_JUMP_TABLE_COPY (coff),
566 BFD_JUMP_TABLE_LINK (coff),
618 BFD_JUMP_TABLE_COPY (coff),
624 BFD_JUMP_TABLE_LINK (coff),
676 BFD_JUMP_TABLE_COPY (coff),
682 BFD_JUMP_TABLE_LINK (coff),
[all …]
H A Dconfigure.ac492 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
493 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
494 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
619 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
620 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
621 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
622 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
633 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
634 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
677 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
[all …]
H A Dpe-x86_64.c119 BFD_JUMP_TABLE_GENERIC (coff),
120 BFD_JUMP_TABLE_COPY (coff),
123 BFD_JUMP_TABLE_SYMBOLS (coff),
124 BFD_JUMP_TABLE_RELOCS (coff),
125 BFD_JUMP_TABLE_WRITE (coff),
126 BFD_JUMP_TABLE_LINK (coff),
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-tic54x.c445 BFD_JUMP_TABLE_COPY (coff),
451 BFD_JUMP_TABLE_LINK (coff),
502 BFD_JUMP_TABLE_COPY (coff),
508 BFD_JUMP_TABLE_LINK (coff),
560 BFD_JUMP_TABLE_COPY (coff),
566 BFD_JUMP_TABLE_LINK (coff),
618 BFD_JUMP_TABLE_COPY (coff),
624 BFD_JUMP_TABLE_LINK (coff),
676 BFD_JUMP_TABLE_COPY (coff),
682 BFD_JUMP_TABLE_LINK (coff),
[all …]
H A Dconfigure.ac516 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
517 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
518 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
639 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
640 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
641 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
642 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
653 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
654 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
696 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-scripts/
H A Dfill16.d6 #skip: arm-*-coff i[3-7]86-*-coff [is_xcoff_format]
7 #xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff
8 #xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-*
9 #xfail: z80-*-coff
17 # arm-coff always aligns code to 4 bytes.
18 # i386-coff always aligns code to 4 bytes.
20 # sparc-coff aligns to 8 bytes
21 # tic30-coff aligns to 2 bytes
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dfill16.d6 #skip: arm-*-coff i[3-7]86-*-coff [is_xcoff_format]
7 #xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff
8 #xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-*
9 #xfail: z80-*-coff
17 # arm-coff always aligns code to 4 bytes.
18 # i386-coff always aligns code to 4 bytes.
20 # sparc-coff aligns to 8 bytes
21 # tic30-coff aligns to 2 bytes
/netbsd/external/bsd/nvi/dist/common/
H A Dsearch.c155 size_t coff, len; in f_search() local
168 coff = 0; in f_search()
188 --coff; in f_search()
190 coff = 0; in f_search()
202 coff = fm->cno + 1; in f_search()
238 match[0].rm_so = coff; in f_search()
300 size_t coff, last, len; in b_search() local
323 coff = fm->cno + 1; in b_search()
334 coff = fm->cno; in b_search()
396 if (coff != 0 && (size_t)match[0].rm_so >= coff) in b_search()
[all …]
/netbsd/external/gpl3/binutils/dist/include/
H A DChangeLog12 * coff/i386.h: Define R_SECTION.
13 * coff/x86_64.h: Likewise.
235 * coff/ecoff.h: Likewise.
236 * coff/xcoff.h: Likewise.
307 * coff/xcoff.h (R_RTB): Remove.
324 * coff/i386.h: ..to here..
325 * coff/ti.h: ..and here..
326 * coff/x86_64.h: ..and here..
327 * coff/z80.h: ..and here..
328 * coff/z8k.h: ..and here.
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dconfigure.tgt161 fmt=coff em=wince-pe ;;
162 arm-*-pe) fmt=coff em=pe ;;
249 i386-*-pe) fmt=coff em=pe ;;
253 i*) fmt=coff em=pe ;;
259 i*) fmt=coff em=pe ;;
358 ppc-*-beos*) fmt=coff ;;
391 sh-*-coff*) fmt=coff ;;
405 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
427 z80-*-coff) fmt=coff ;;
429 z8k-*-coff | z8k-*-sim) fmt=coff ;;
[all …]
/netbsd/external/gpl3/gdb/dist/gas/
H A Dconfigure.tgt159 fmt=coff em=wince-pe ;;
160 arm-*-pe) fmt=coff em=pe ;;
243 i386-*-pe) fmt=coff em=pe ;;
247 i*) fmt=coff em=pe ;;
253 i*) fmt=coff em=pe ;;
349 ppc-*-beos*) fmt=coff ;;
381 sh-*-coff*) fmt=coff ;;
394 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
416 z80-*-coff) fmt=coff ;;
418 z8k-*-coff | z8k-*-sim) fmt=coff ;;
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dconfigure.tgt159 fmt=coff em=wince-pe ;;
160 arm-*-pe) fmt=coff em=pe ;;
243 i386-*-pe) fmt=coff em=pe ;;
247 i*) fmt=coff em=pe ;;
253 i*) fmt=coff em=pe ;;
349 ppc-*-beos*) fmt=coff ;;
381 sh-*-coff*) fmt=coff ;;
394 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
416 z80-*-coff) fmt=coff ;;
418 z8k-*-coff | z8k-*-sim) fmt=coff ;;
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_dmacgv100.c58 const u32 coff = chan->chid.ctrl * 0x04; in gv100_disp_dmac_fini() local
59 nvkm_mask(device, 0x6104e0 + coff, 0x00000010, 0x00000000); in gv100_disp_dmac_fini()
61 nvkm_mask(device, 0x6104e0 + coff, 0x00000002, 0x00000000); in gv100_disp_dmac_fini()
71 const u32 coff = chan->chid.ctrl * 0x04; in gv100_disp_dmac_init() local
78 nvkm_mask(device, 0x6104e0 + coff, 0x00000010, 0x00000010); in gv100_disp_dmac_init()
80 nvkm_wr32(device, 0x6104e0 + coff, 0x00000013); in gv100_disp_dmac_init()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dconfigure.tgt164 fmt=coff em=wince-pe ;;
165 arm-*-pe) fmt=coff em=pe ;;
250 i386-*-pe) fmt=coff em=pe ;;
254 i*) fmt=coff em=pe ;;
260 i*) fmt=coff em=pe ;;
361 ppc-*-beos*) fmt=coff ;;
395 sh-*-coff*) fmt=coff ;;
409 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
432 z80-*-coff) fmt=coff ;;
434 z8k-*-coff | z8k-*-sim) fmt=coff ;;
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/po/
H A DSRC-POTFILES.in21 coff-alpha.c
22 coff-arm.h
23 coff-bfd.c
24 coff-bfd.h
25 coff-go32.c
26 coff-i386.c
27 coff-mips.c
29 coff-sh.c
31 coff-tic30.c
35 coff-z80.c
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/po/
H A DSRC-POTFILES.in22 coff-alpha.c
23 coff-arm.h
24 coff-bfd.c
25 coff-bfd.h
26 coff-go32.c
27 coff-i386.c
28 coff-mips.c
30 coff-sh.c
32 coff-tic30.c
36 coff-z80.c
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/po/
H A DSRC-POTFILES.in21 coff-alpha.c
22 coff-arm.h
23 coff-bfd.c
24 coff-bfd.h
25 coff-go32.c
26 coff-i386.c
27 coff-mips.c
29 coff-sh.c
31 coff-tic30.c
35 coff-z80.c
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/po/
H A DSRC-POTFILES.in21 coff-alpha.c
22 coff-arm.h
23 coff-bfd.c
24 coff-bfd.h
25 coff-go32.c
26 coff-i386.c
27 coff-mips.c
29 coff-sh.c
31 coff-tic30.c
35 coff-z80.c
[all …]

12345678910>>...59