OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_PAGE_SIZE
(Results
26 - 33
of
33
) sorted by null
1
2
/toolchain/binutils/binutils-2.25/bfd/
mipsbsd.c
31
#define
TARGET_PAGE_SIZE
4096
32
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
390
TARGET_PAGE_SIZE
, /* text vma */
i386linux.c
21
#define
TARGET_PAGE_SIZE
4096
23
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
m68klinux.c
21
#define
TARGET_PAGE_SIZE
4096
23
#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
sparclinux.c
21
#define
TARGET_PAGE_SIZE
4096
23
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
aout-tic30.c
25
#define
TARGET_PAGE_SIZE
128
26
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
92
adata (abfd).page_size =
TARGET_PAGE_SIZE
;
97
adata (abfd).segment_size =
TARGET_PAGE_SIZE
;
103
adata (abfd).zmagic_disk_block_size =
TARGET_PAGE_SIZE
;
[
all
...]
pdp11.c
40
#define
TARGET_PAGE_SIZE
1024
41
#define SEGMENT__SIZE
TARGET_PAGE_SIZE
588
adata(abfd)->page_size =
TARGET_PAGE_SIZE
;
1038
(
TARGET_PAGE_SIZE
). However, newer versions of SUNOS start the text
[
all
...]
/toolchain/binutils/binutils-2.25/include/aout/
hp300hpux.h
129
#define
TARGET_PAGE_SIZE
0x1000
Completed in 203 milliseconds
1
2