OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filehdr_out
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
peXXigen.c
819
struct external_PEI_filehdr *
filehdr_out
= (struct external_PEI_filehdr *) out;
874
H_PUT_16 (abfd, filehdr_in->f_magic,
filehdr_out
->f_magic);
875
H_PUT_16 (abfd, filehdr_in->f_nscns,
filehdr_out
->f_nscns);
879
H_PUT_32 (abfd, time (0),
filehdr_out
->f_timdat);
882
filehdr_out
->f_symptr);
883
H_PUT_32 (abfd, filehdr_in->f_nsyms,
filehdr_out
->f_nsyms);
884
H_PUT_16 (abfd, filehdr_in->f_opthdr,
filehdr_out
->f_opthdr);
885
H_PUT_16 (abfd, filehdr_in->f_flags,
filehdr_out
->f_flags);
890
H_PUT_16 (abfd, filehdr_in->pe.e_magic,
filehdr_out
->e_magic);
891
H_PUT_16 (abfd, filehdr_in->pe.e_cblp,
filehdr_out
->e_cblp)
818
struct external_PEI_filehdr *
filehdr_out
= (struct external_PEI_filehdr *) out;
local
929
FILHDR *
filehdr_out
= (FILHDR *) out;
local
[
all
...]
coff-stgo32.c
153
FILHDR *
filehdr_out
= (FILHDR *) out;
local
160
memcpy (
filehdr_out
->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE);
163
memcpy (
filehdr_out
->stub, stub_bytes, GO32_STUBSIZE);
coffswap.h
280
FILHDR *
filehdr_out
= (FILHDR *) out;
local
285
H_PUT_16 (abfd, filehdr_in->f_magic,
filehdr_out
->f_magic);
286
H_PUT_16 (abfd, filehdr_in->f_nscns,
filehdr_out
->f_nscns);
287
H_PUT_32 (abfd, filehdr_in->f_timdat,
filehdr_out
->f_timdat);
288
PUT_FILEHDR_SYMPTR (abfd, filehdr_in->f_symptr,
filehdr_out
->f_symptr);
289
H_PUT_32 (abfd, filehdr_in->f_nsyms,
filehdr_out
->f_nsyms);
290
H_PUT_16 (abfd, filehdr_in->f_opthdr,
filehdr_out
->f_opthdr);
291
H_PUT_16 (abfd, filehdr_in->f_flags,
filehdr_out
->f_flags);
293
H_PUT_16 (abfd, filehdr_in->f_target_id,
filehdr_out
->f_target_id);
coffcode.h
5679
struct external_ANON_OBJECT_HEADER_BIGOBJ *
filehdr_out
=
local
[
all
...]
Completed in 1780 milliseconds