OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEGMENT_SIZE
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
a.out.h
107
#define
SEGMENT_SIZE
page_size
110
#define
SEGMENT_SIZE
0x2000
113
#define
SEGMENT_SIZE
0x20000
117
#define
SEGMENT_SIZE
PAGE_SIZE
123
#define
SEGMENT_SIZE
1024
125
#ifndef
SEGMENT_SIZE
126
#define
SEGMENT_SIZE
PAGE_SIZE
131
#define _N_SEGMENT_ROUND(x) ALIGN(x,
SEGMENT_SIZE
)
Completed in 1196 milliseconds
1
2
3