OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_PAGE_SIZE
(Results
76 - 100
of
108
) sorted by null
1
2
3
4
5
/toolchain/binutils/binutils-2.25/ld/emulparams/
hppaelf.sh
4
TARGET_PAGE_SIZE
=0x1000
ns32knbsd.sh
7
TARGET_PAGE_SIZE
=0x1000
sparcaout.sh
9
TARGET_PAGE_SIZE
=0x2000
sun3.sh
7
TARGET_PAGE_SIZE
=0x2000
elf32bfin.sh
5
TARGET_PAGE_SIZE
=0x1000
elf32or1k.sh
7
TARGET_PAGE_SIZE
=0x2000
elf32mcore.sh
7
TARGET_PAGE_SIZE
=0x400
hppa64linux.sh
6
TARGET_PAGE_SIZE
=0x10000
hppalinux.sh
9
TARGET_PAGE_SIZE
=0x10000
elf64hppa.sh
7
TARGET_PAGE_SIZE
=4096
/toolchain/binutils/binutils-2.25/include/aout/
sun4.h
22
#undef
TARGET_PAGE_SIZE
23
#define
TARGET_PAGE_SIZE
0x2000 /* 8K. aka NBPG in <sys/param.h> */
26
#define SEG_SIZE_SPARC
TARGET_PAGE_SIZE
29
#define TEXT_START_ADDR
TARGET_PAGE_SIZE
/* Location 0 is not accessible */
38
/* Guess? */
TARGET_PAGE_SIZE
)
aout64.h
83
/* The difference between
TARGET_PAGE_SIZE
and N_SEGSIZE is that
TARGET_PAGE_SIZE
is
89
between them is
TARGET_PAGE_SIZE
).
TARGET_PAGE_SIZE
and N_SEGSIZE are the same
122
start at TEXT_START_ADDR, offset
TARGET_PAGE_SIZE
, size as stated.
133
and for which the starting address is
TARGET_PAGE_SIZE
(or should this be
140
(((x).a_entry & (
TARGET_PAGE_SIZE
-1)) >= EXEC_BYTES_SIZE)
159
? (bfd_vma)
TARGET_PAGE_SIZE
+ EXEC_BYTES_SIZE \
171
systems, this boundary is
TARGET_PAGE_SIZE
. But for Linux, in the
173
not what
TARGET_PAGE_SIZE
needs to be for QMAGIC. *
[
all
...]
hp300hpux.h
129
#define
TARGET_PAGE_SIZE
0x1000
/toolchain/binutils/binutils-2.25/bfd/
host-aout.c
45
#define
TARGET_PAGE_SIZE
HOST_PAGE_SIZE
51
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
i386mach3.c
28
#define
TARGET_PAGE_SIZE
1
ns32knetbsd.c
24
#define
TARGET_PAGE_SIZE
4096
pc532-mach.c
37
#define
TARGET_PAGE_SIZE
0x1000 /* from old ld, 032 & 532 are really 512/4k */
46
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
48
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
i386dynix.c
26
#define
TARGET_PAGE_SIZE
4096
27
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
i386aout.c
32
#define
TARGET_PAGE_SIZE
4096
netbsd.h
28
#define TEXT_START_ADDR
TARGET_PAGE_SIZE
aout-cris.c
50
TARGET_PAGE_SIZE
is used. */
56
#define
TARGET_PAGE_SIZE
SEGMENT_SIZE
276
adata (abfd).page_size =
TARGET_PAGE_SIZE
;
mipsbsd.c
31
#define
TARGET_PAGE_SIZE
4096
32
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
390
TARGET_PAGE_SIZE
, /* text vma */
aout-target.h
27
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
62
adjust &= ~(
TARGET_PAGE_SIZE
- 1);
252
adata(abfd).page_size =
TARGET_PAGE_SIZE
;
258
adata(abfd).zmagic_disk_block_size =
TARGET_PAGE_SIZE
;
aout-arm.c
37
? ((x).a_entry & ~(bfd_vma) (
TARGET_PAGE_SIZE
- 1)) \
41
#define
TARGET_PAGE_SIZE
0x8000
42
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
riscix.c
73
?
TARGET_PAGE_SIZE
\
84
? ((x).a_entry & ~(bfd_vma) (
TARGET_PAGE_SIZE
- 1)) \
93
#define
TARGET_PAGE_SIZE
32768
94
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
Completed in 1169 milliseconds
1
2
3
4
5