OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aoutsz
(Results
1 - 25
of
29
) sorted by null
1
2
/toolchain/binutils/binutils-2.27/include/coff/
i860.h
41
#undef
AOUTSZ
42
#define
AOUTSZ
36
ia64.h
63
#define
AOUTSZ
108
apollo.h
63
#define
AOUTSZ
44
i960.h
96
/*#define
AOUTSZ
(aout) (sizeof(AOUTHDR)+(aout.tagentries*sizeof(TAGBITS)))*/
97
#define
AOUTSZ
32
external.h
58
#define
AOUTSZ
28
rs6k64.h
71
#define
AOUTSZ
120
pe.h
298
#undef
AOUTSZ
299
#define
AOUTSZ
(AOUTHDRSZ + 196)
mips.h
55
#define
AOUTSZ
56
rs6000.h
76
#define
AOUTSZ
72
alpha.h
72
#define
AOUTSZ
80
ti.h
161
#define
AOUTSZ
28
ChangeLog-9103
57
* i860.h (
AOUTSZ
): Define for i860 coff.
476
* All files: Define FILHSZ,
AOUTSZ
, AOUTHDRSZ, SCNHSZ, SYMESZ,
479
* pe.h (
AOUTSZ
): Define by adding to AOUTHDRSZ.
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
coff-ia64.c
44
# undef
AOUTSZ
45
# define
AOUTSZ
PEPAOUTSZ
coffgen.c
320
bfd_size_type
aoutsz
;
local
328
aoutsz
= bfd_coff_aoutsz (abfd);
344
(less than
aoutsz
) used in object files and
AOUTSZ
(equal to
345
aoutsz
) in executables. The bfd_coff_swap_aouthdr_in function
346
expects this header to be
aoutsz
bytes in length, so we use that
352
|| internal_f.f_opthdr >
aoutsz
)
363
opthdr = bfd_alloc (abfd,
aoutsz
);
373
if (internal_f.f_opthdr <
aoutsz
)
374
memset (((char *) opthdr) + internal_f.f_opthdr, 0,
aoutsz
- internal_f.f_opthdr)
[
all
...]
coff-x86_64.c
44
# undef
AOUTSZ
45
# define
AOUTSZ
PEPAOUTSZ
pei-x86_64.c
75
#undef
AOUTSZ
76
#define
AOUTSZ
PEPAOUTSZ
ecoff.c
2358
const bfd_size_type
aoutsz
= bfd_coff_
aoutsz
(abfd);
local
[
all
...]
coffswap.h
746
return
AOUTSZ
;
coff64-rs6000.c
[
all
...]
coffcode.h
[
all
...]
coff-rs6000.c
[
all
...]
peXXigen.c
93
# undef
AOUTSZ
94
# define
AOUTSZ
PEPAOUTSZ
814
return
AOUTSZ
;
[
all
...]
coff-mips.c
[
all
...]
/toolchain/binutils/binutils-2.27/ld/emultempl/
pep.em
80
#undef
AOUTSZ
81
#define
AOUTSZ
PEPAOUTSZ
[
all
...]
/toolchain/binutils/binutils-2.27/ld/
pe-dll.c
49
#undef
AOUTSZ
50
#define
AOUTSZ
PEPAOUTSZ
[
all
...]
Completed in 673 milliseconds
1
2