OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_PAGE_SIZE
(Results
101 - 108
of
108
) sorted by null
1
2
3
4
5
/toolchain/binutils/binutils-2.25/bfd/
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
...]
i386lynx.c
22
#define
TARGET_PAGE_SIZE
4096
23
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
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
sparclinux.c
21
#define
TARGET_PAGE_SIZE
4096
23
#define SEGMENT_SIZE
TARGET_PAGE_SIZE
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
...]
aoutx.h
594
adata (abfd)->page_size =
TARGET_PAGE_SIZE
;
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
genscripts.sh
289
SEGMENT_SIZE=${SEGMENT_SIZE-${MAXPAGESIZE-${
TARGET_PAGE_SIZE
}}}
Completed in 510 milliseconds
1
2
3
4
5