Home
last modified time | relevance | path

Searched refs:coff (Results 251 – 275 of 17822) sorted by relevance

1...<<11121314151617181920>>...713

/dports/devel/binutils/binutils-2.37/bfd/
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),
/dports/graphics/grads/grads-1.9b4/src/
H A Dgxchpl.c206 int *clen, *coff, rc; in gxchgc() local
214 coff = foff[fn]; in gxchgc()
219 return (fdat + *(coff+ch)); in gxchgc()
227 int i,j,rc,tlen,*coff,*clen,flag; in gxchrd() local
256 coff = (int *)malloc(sizeof(int)*95); in gxchrd()
257 if (coff==NULL) { in gxchrd()
280 *(coff) = 0; in gxchrd()
287 *(coff+j) = i; in gxchrd()
298 for (j=0; j<3; j++) buff[j] = *(fdat+*(coff+i)+j); in gxchrd()
305 foff[fn] = coff; in gxchrd()
/dports/www/firefox/firefox-99.0/third_party/rust/object/src/read/
H A Dcoff.rs17 coff: pe::Coff<'data>, field
81 pub fn coff(&self) -> &pe::Coff<'data> { in coff() method
82 &self.coff in coff()
88 Ok(CoffFile { coff, data }) in parse()
103 match self.coff.header.machine { in architecture()
123 iter: self.coff.sections.iter(), in segments()
144 self.coff in symbol_by_index()
393 coff: &pe::Coff<'data>, in parse_symbol()
396 coff.symbols in parse_symbol()
401 coff.strings in parse_symbol()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/object/src/read/
H A Dcoff.rs17 coff: pe::Coff<'data>, field
81 pub fn coff(&self) -> &pe::Coff<'data> { in coff() method
82 &self.coff in coff()
88 Ok(CoffFile { coff, data }) in parse()
103 match self.coff.header.machine { in architecture()
123 iter: self.coff.sections.iter(), in segments()
144 self.coff in symbol_by_index()
393 coff: &pe::Coff<'data>, in parse_symbol()
396 coff.symbols in parse_symbol()
401 coff.strings in parse_symbol()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/object/src/read/
H A Dcoff.rs17 coff: pe::Coff<'data>, field
81 pub fn coff(&self) -> &pe::Coff<'data> { in coff() method
82 &self.coff in coff()
88 Ok(CoffFile { coff, data }) in parse()
103 match self.coff.header.machine { in architecture()
123 iter: self.coff.sections.iter(), in segments()
144 self.coff in symbol_by_index()
393 coff: &pe::Coff<'data>, in parse_symbol()
396 coff.symbols in parse_symbol()
401 coff.strings in parse_symbol()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/object/src/read/
H A Dcoff.rs17 coff: pe::Coff<'data>, field
81 pub fn coff(&self) -> &pe::Coff<'data> { in coff() method
82 &self.coff in coff()
88 Ok(CoffFile { coff, data }) in parse()
103 match self.coff.header.machine { in architecture()
123 iter: self.coff.sections.iter(), in segments()
144 self.coff in symbol_by_index()
393 coff: &pe::Coff<'data>, in parse_symbol()
396 coff.symbols in parse_symbol()
401 coff.strings in parse_symbol()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
10 @file{coff-m88k.c}. This file @code{#include}s
12 coff format for the 88k, and @file{coff/internal.h} which
19 @file{coff-m88k.c}, except that it includes @file{coff/i960.h}
20 rather than @file{coff-m88k.h}.
28 @file{../include/coff/i386.h} to @file{../include/coff/foo.h},
45 @subsection How the coff backend works
70 For example, @file{coff-i960.c} includes
71 @file{coff/internal.h} and @file{coff/i960.h}. It then
149 coff; it is the duty of the coff version specific include file
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
10 @file{coff-m88k.c}. This file @code{#include}s
12 coff format for the 88k, and @file{coff/internal.h} which
19 @file{coff-m88k.c}, except that it includes @file{coff/i960.h}
20 rather than @file{coff-m88k.h}.
28 @file{../include/coff/i386.h} to @file{../include/coff/foo.h},
45 @subsection How the coff backend works
70 For example, @file{coff-i960.c} includes
71 @file{coff/internal.h} and @file{coff/i960.h}. It then
148 coff; it is the duty of the coff version specific include file
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
10 @file{coff-m88k.c}. This file @code{#include}s
12 coff format for the 88k, and @file{coff/internal.h} which
19 @file{coff-m88k.c}, except that it includes @file{coff/i960.h}
20 rather than @file{coff-m88k.h}.
28 @file{../include/coff/i386.h} to @file{../include/coff/foo.h},
45 @subsection How the coff backend works
70 For example, @file{coff-i960.c} includes
71 @file{coff/internal.h} and @file{coff/i960.h}. It then
149 coff; it is the duty of the coff version specific include file
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
10 @file{coff-m88k.c}. This file @code{#include}s
12 coff format for the 88k, and @file{coff/internal.h} which
19 @file{coff-m88k.c}, except that it includes @file{coff/i960.h}
20 rather than @file{coff-m88k.h}.
28 @file{../include/coff/i386.h} to @file{../include/coff/foo.h},
45 @subsection How the coff backend works
70 For example, @file{coff-i960.c} includes
71 @file{coff/internal.h} and @file{coff/i960.h}. It then
149 coff; it is the duty of the coff version specific include file
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/doc/
H A Dcoffcode.texi1 @section coff backends
10 @file{coff-m88k.c}. This file @code{#include}s
12 coff format for the 88k, and @file{coff/internal.h} which
19 @file{coff-m88k.c}, except that it includes @file{coff/i960.h}
20 rather than @file{coff-m88k.h}.
28 @file{../include/coff/i386.h} to @file{../include/coff/foo.h},
45 @subsection How the coff backend works
70 For example, @file{coff-i960.c} includes
71 @file{coff/internal.h} and @file{coff/i960.h}. It then
149 coff; it is the duty of the coff version specific include file
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/object-0.19.0/
H A DCargo.toml.orig-cargo7 keywords = ["object", "elf", "mach-o", "pe", "coff"]
26 read = ["read_core", "coff", "elf", "macho", "pe", "wasm"]
28 write = ["write_core", "coff", "elf", "macho"]
33 coff = []
36 pe = ["coff"]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dconfigure.in564 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
732 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
734 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
740 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
776 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
785 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
793 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
795 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
797 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
805 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
[all …]
H A Dcoff-ia64.c189 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),
196 BFD_JUMP_TABLE_LINK (coff),
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dcoff-ia64.c195 BFD_JUMP_TABLE_GENERIC (coff),
196 BFD_JUMP_TABLE_COPY (coff),
199 BFD_JUMP_TABLE_SYMBOLS (coff),
200 BFD_JUMP_TABLE_RELOCS (coff),
201 BFD_JUMP_TABLE_WRITE (coff),
202 BFD_JUMP_TABLE_LINK (coff),
H A DMakefile.in533 coff-arm.lo \
534 coff-aux.lo \
546 coff-sh.lo \
714 coff-arm.c \
715 coff-aux.c \
727 coff-sh.c \
736 coff-w65.c \
738 coff-z80.c \
739 coff-z8k.c \
2002 coff-tic4x.lo: coff-tic4x.c
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcoff-ia64.c189 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),
196 BFD_JUMP_TABLE_LINK (coff),
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcoff-ia64.c189 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),
196 BFD_JUMP_TABLE_LINK (coff),
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dcoff-ia64.c189 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),
196 BFD_JUMP_TABLE_LINK (coff),
/dports/sysutils/vector/vector-0.10.0/cargo-crates/object-0.18.0/
H A DCargo.toml.orig-cargo7 keywords = ["object", "elf", "mach-o", "pe", "coff"]
27 read = ["read_core", "coff", "elf", "macho", "pe", "wasm"]
29 write = ["write_core", "coff", "elf", "macho"]
34 coff = []
37 pe = ["coff"]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_cpmv.c57 size_t coff = wi*cn; in RSB_BZERO_parallel() local
59 RSB_BZERO(cp+coff,cnn); in RSB_BZERO_parallel()
85 size_t coff = wi*cnz; in RSB_A_MEMCPY_parallel() local
87 RSB_A_MEMCPY(ID,IS,DOFF+coff,SOFF+coff,cnnz,ES); in RSB_A_MEMCPY_parallel()
H A Drsb_blas_stuff.c55 rsb_nnz_idx_t coff = wi*cnz; in rsb__BLAS_Xaxpy_parallel() local
57 …sb__cblas_Xaxpy(typecode,cnnz,alphap,((rsb_byte_t*)b)+es*coff*incb,incb,((rsb_byte_t*)a)+es*coff*i… in rsb__BLAS_Xaxpy_parallel()
83 rsb_nnz_idx_t coff = wi*cnz; in rsb__cblas_Xscal_parallel() local
85 rsb__cblas_Xscal(typecode,cnnz,alphap,((rsb_byte_t*)a)+es*coff*stride,stride); in rsb__cblas_Xscal_parallel()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/
H A Dindexbox_manager.h68 int write_tpix( int coff, opj_codestream_info_t cstr_info, int j2klen, opj_cio_t *cio);
79 int write_thix( int coff, opj_codestream_info_t cstr_info, opj_cio_t *cio);
92 int write_ppix( int coff, opj_codestream_info_t cstr_info, opj_bool EPHused, int j2klen, opj_cio_t …
105 int write_phix( int coff, opj_codestream_info_t cstr_info, opj_bool EPHused, int j2klen, opj_cio_t …
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A DMakefile.in576 coff-arm.lo \
577 coff-aux.lo \
589 coff-sh.lo \
766 coff-arm.c \
767 coff-aux.c \
779 coff-sh.c \
788 coff-w65.c \
790 coff-z80.c \
791 coff-z8k.c \
2096 coff-tic4x.lo: coff-tic4x.c
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/tools/llvm-symbolizer/
H A Dcoff-dwarf.test2 RUN: | llvm-symbolizer --inlining --relative-address -obj="%p/Inputs/coff-dwarf.exe" \
12 CHECK: coff-dwarf.cpp:7
14 CHECK: coff-dwarf.cpp:13
16 CHECK: coff-dwarf.cpp:17

1...<<11121314151617181920>>...713