Home
last modified time | relevance | path

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

12345678910>>...37

/netbsd-src/sys/lib/libsa/
H A Dloadfile_ecoff.c54 loadfile_coff(int fd, struct ecoff_exechdr *coff, u_long *marks, int flags) in loadfile_coff() argument
64 if (lseek(fd, ECOFF_TXTOFF(coff), SEEK_SET) == -1) { in loadfile_coff()
69 if (coff->a.tsize != 0) { in loadfile_coff()
71 PROGRESS(("%lu", coff->a.tsize)); in loadfile_coff()
72 nr = READ(fd, coff->a.text_start, coff->a.tsize); in loadfile_coff()
76 if (nr != coff->a.tsize) { in loadfile_coff()
82 if (lseek(fd, coff->a.tsize, SEEK_CUR) == -1) { 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-tic54x.c417 BFD_JUMP_TABLE_GENERIC (coff),
418 BFD_JUMP_TABLE_COPY (coff),
421 BFD_JUMP_TABLE_SYMBOLS (coff),
422 BFD_JUMP_TABLE_RELOCS (coff),
423 BFD_JUMP_TABLE_WRITE (coff),
424 BFD_JUMP_TABLE_LINK (coff),
479 BFD_JUMP_TABLE_GENERIC (coff),
480 BFD_JUMP_TABLE_COPY (coff),
483 BFD_JUMP_TABLE_SYMBOLS (coff),
484 BFD_JUMP_TABLE_RELOCS (coff),
[all …]
H A Dcoff-riscv64.c117 BFD_JUMP_TABLE_GENERIC (coff),
118 BFD_JUMP_TABLE_COPY (coff),
121 BFD_JUMP_TABLE_SYMBOLS (coff),
122 BFD_JUMP_TABLE_RELOCS (coff),
123 BFD_JUMP_TABLE_WRITE (coff),
124 BFD_JUMP_TABLE_LINK (coff),
H A Dconfigure.ac393 coff="cofflink.lo $coffgen"
412 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
413 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
414 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
434 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
435 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
436 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
437 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
438 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
439 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
[all …]
H A Dcoff-loongarch64.c149 BFD_JUMP_TABLE_GENERIC (coff),
150 BFD_JUMP_TABLE_COPY (coff),
153 BFD_JUMP_TABLE_SYMBOLS (coff),
154 BFD_JUMP_TABLE_RELOCS (coff),
155 BFD_JUMP_TABLE_WRITE (coff),
156 BFD_JUMP_TABLE_LINK (coff),
H A Dcoff-ia64.c201 BFD_JUMP_TABLE_GENERIC (coff),
202 BFD_JUMP_TABLE_COPY (coff),
205 BFD_JUMP_TABLE_SYMBOLS (coff),
206 BFD_JUMP_TABLE_RELOCS (coff),
207 BFD_JUMP_TABLE_WRITE (coff),
208 BFD_JUMP_TABLE_LINK (coff),
H A Dcoff-i386.c779 BFD_JUMP_TABLE_GENERIC (coff),
780 BFD_JUMP_TABLE_COPY (coff),
783 BFD_JUMP_TABLE_SYMBOLS (coff),
784 BFD_JUMP_TABLE_RELOCS (coff),
785 BFD_JUMP_TABLE_WRITE (coff),
786 BFD_JUMP_TABLE_LINK (coff),
851 BFD_JUMP_TABLE_GENERIC (coff),
852 BFD_JUMP_TABLE_COPY (coff),
855 BFD_JUMP_TABLE_SYMBOLS (coff),
856 BFD_JUMP_TABLE_RELOCS (coff),
[all …]
H A DMakefile.am79 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
87 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
272 coff-go32.lo \
273 coff-i386.lo \
274 coff-mips.lo \
275 coff-rs6000.lo \
276 coff-sh.lo \
277 coff-stgo32.lo \
278 coff-tic30.lo \
279 coff-tic4x.lo \
[all …]
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_split.c76 _HMAP(new)->coff = 0; in vs_split()
91 new->coff = sp->coff; in vs_split()
236 _HMAP(new)->coff = 0; in vs_vsplit()
255 new->coff = sp->coff + cols + 1; in vs_vsplit()
318 if (tsp->roff != sp->roff || tsp->coff > sp->coff) in vs_insert()
328 (tsp->roff == sp->roff && tsp->coff < sp->coff)) { in vs_insert()
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()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-tic54x.c445 BFD_JUMP_TABLE_GENERIC (coff),
446 BFD_JUMP_TABLE_COPY (coff),
449 BFD_JUMP_TABLE_SYMBOLS (coff),
450 BFD_JUMP_TABLE_RELOCS (coff),
452 BFD_JUMP_TABLE_LINK (coff),
507 BFD_JUMP_TABLE_GENERIC (coff),
508 BFD_JUMP_TABLE_COPY (coff),
511 BFD_JUMP_TABLE_SYMBOLS (coff),
512 BFD_JUMP_TABLE_RELOCS (coff),
514 BFD_JUMP_TABLE_LINK (coff),
[all …]
H A Dconfigure.ac399 coff="cofflink.lo $coffgen"
418 aarch64_pei_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
419 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
439 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
440 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
441 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
442 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
443 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
444 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
445 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $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 Dcoff-ia64.c202 BFD_JUMP_TABLE_GENERIC (coff),
203 BFD_JUMP_TABLE_COPY (coff),
206 BFD_JUMP_TABLE_SYMBOLS (coff),
207 BFD_JUMP_TABLE_RELOCS (coff),
208 BFD_JUMP_TABLE_WRITE (coff),
209 BFD_JUMP_TABLE_LINK (coff),
H A Dcoff-i386.c778 BFD_JUMP_TABLE_GENERIC (coff),
779 BFD_JUMP_TABLE_COPY (coff),
782 BFD_JUMP_TABLE_SYMBOLS (coff),
783 BFD_JUMP_TABLE_RELOCS (coff),
784 BFD_JUMP_TABLE_WRITE (coff),
785 BFD_JUMP_TABLE_LINK (coff),
850 BFD_JUMP_TABLE_GENERIC (coff),
851 BFD_JUMP_TABLE_COPY (coff),
854 BFD_JUMP_TABLE_SYMBOLS (coff),
855 BFD_JUMP_TABLE_RELOCS (coff),
[all …]
H A DMakefile.am79 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
87 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
270 coff-go32.lo \
271 coff-i386.lo \
272 coff-mips.lo \
273 coff-rs6000.lo \
274 coff-sh.lo \
275 coff-stgo32.lo \
276 coff-tic30.lo \
277 coff-tic4x.lo \
[all …]
/netbsd-src/external/bsd/nvi/dist/common/
H A Dsearch.c155 size_t coff, len; in f_search() local
168 coff = 0; in f_search()
187 if ((coff = fm->cno) != 0) in f_search()
188 --coff; in f_search()
190 coff = 0; in f_search()
202 coff = fm->cno + 1; in f_search()
206 for (cnt = INTERRUPT_CHECK, rval = 1;; ++lno, coff = 0) { in f_search()
234 if (len != 0 && coff == len) in f_search()
238 match[0].rm_so = coff; in f_search()
243 lno, coff, len != 0 ? len - 1 : len); in f_search()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DChangeLog7 * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
12 * coff/i386.h: Define R_SECTION.
13 * coff/x86_64.h: Likewise.
72 * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
177 * coff/internal.h (C_DWARF): New define.
178 * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
194 * coff/internal.h (union internal_auxent):
196 * coff/rs6000.h (union external_auxent): Rework to
198 * coff/rs6k64.h (union external_auxent): Likewise.
204 * coff/pe.h (IMAGE_DLLCHARACTERISTICS_APPCONTAINER): Define.
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A DChangeLog33 * coff/x86_64.h (COFF_X86_64_H): Add include guard.
34 * coff/loongarch64.h (COFF_LOONGARCH64_H): Add include guard.
35 * coff/aarch64.h (COFF_AARCH64_H): Add include guard.
75 * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate
101 * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
106 * coff/i386.h: Define R_SECTION.
107 * coff/x86_64.h: Likewise.
166 * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
271 * coff/internal.h (C_DWARF): New define.
272 * coff/xcoff.h (SSUBTYP_DWLOC, SSUBTYP_DWFRAME,
[all …]
/netbsd-src/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-src/external/gpl3/binutils/dist/gas/
H A Dconfigure.tgt141 aarch64*-*-pe* | aarch64*-*-mingw*) fmt=coff em=pepaarch64 ;;
168 fmt=coff em=wince-pe ;;
169 arm-*-pe) fmt=coff em=pe ;;
228 i386-*-beospe*) fmt=coff em=pe ;;
250 | i386-*-go32*) fmt=coff em=go32 ;;
254 i386-*-pe) fmt=coff em=pe ;;
257 x86_64*) fmt=coff em=pep ;;
258 i*) fmt=coff em=pe ;;
260 i386-*-interix*) fmt=coff em=interix ;;
263 x86_64*) fmt=coff em=pep ;;
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
2 BFD supports a number of different flavours of coff format.
9 example, the i386 coff format is implemented in the file
10 @file{coff-i386.c}. This file @code{#include}s
11 @file{coff/i386.h} which defines the external structure of the
12 coff format for the i386, and @file{coff/internal.h} which
13 defines the internal structure. @file{coff-i386.c} also
14 defines the relocations used by the i386 coff format
17 @subsection Porting to a new version of coff
19 implementations the version of coff which is most like the one
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dconfigure.tgt164 fmt=coff em=wince-pe ;;
165 arm-*-pe) fmt=coff em=pe ;;
224 i386-*-beospe*) fmt=coff em=pe ;;
246 | i386-*-go32*) fmt=coff em=go32 ;;
250 i386-*-pe) fmt=coff em=pe ;;
253 x86_64*) fmt=coff em=pep ;;
254 i*) fmt=coff em=pe ;;
256 i386-*-interix*) fmt=coff em=interix ;;
259 x86_64*) fmt=coff em=pep ;;
260 i*) fmt=coff em=pe ;;
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/po/
H A DSRC-POTFILES.in20 coff-alpha.c
21 coff-arm.h
22 coff-bfd.c
23 coff-bfd.h
24 coff-go32.c
25 coff-i386.c
26 coff-mips.c
27 coff-rs6000.c
28 coff-sh.c
29 coff-stgo32.c
[all …]
/netbsd-src/external/gpl3/binutils.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
28 coff-rs6000.c
29 coff-sh.c
30 coff-stgo32.c
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
2 BFD supports a number of different flavours of coff format.
9 example, the i386 coff format is implemented in the file
10 @file{coff-i386.c}. This file @code{#include}s
11 @file{coff/i386.h} which defines the external structure of the
12 coff format for the i386, and @file{coff/internal.h} which
13 defines the internal structure. @file{coff-i386.c} also
14 defines the relocations used by the i386 coff format
17 @subsection Porting to a new version of coff
19 implementations the version of coff which is most like the one
[all …]

12345678910>>...37