OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NBPG
(Results
1 - 25
of
43
) sorted by null
1
2
/toolchain/binutils/binutils-2.25/bfd/hosts/
news.h
24
#define HOST_PAGE_SIZE
NBPG
25
#define HOST_SEGMENT_SIZE
NBPG
28
#define HOST_STACK_END_ADDR (KERNBASE - (UPAGES *
NBPG
))
hp300bsd.h
25
#define HOST_PAGE_SIZE
NBPG
26
#define HOST_SEGMENT_SIZE
NBPG
/* Data seg start addr rounds to
NBPG
*/
m88kmach3.h
26
#define HOST_PAGE_SIZE
NBPG
27
#define HOST_SEGMENT_SIZE
NBPG
tahoe.h
26
#define HOST_PAGE_SIZE
NBPG
30
#define HOST_STACK_END_ADDR (KERNBASE - (UPAGES *
NBPG
))
symmetry.h
22
#define
NBPG
4096
29
#define TRAD_CORE_USER_OFFSET ((UPAGES *
NBPG
) - sizeof (struct user))
33
#define HOST_DATA_START_ADDR (
NBPG
* u.u_tsize)
i386bsd.h
25
/* Recent versions of FreeBSD don't define
NBPG
. */
26
#ifndef
NBPG
28
#define
NBPG
PAGE_SIZE
32
#define HOST_PAGE_SIZE
NBPG
dpx2.h
24
#define
NBPG
1
vaxbsd.h
25
are concerned -- is not the same as
NBPG
, because of page clustering. */
30
#define HOST_STACK_END_ADDR (0x80000000 - (UPAGES *
NBPG
))
i386sco.h
23
#define
NBPG
NBPC
mipsbsd.h
24
#define HOST_PAGE_SIZE
NBPG
25
/* #define HOST_SEGMENT_SIZE
NBPG
-- we use HOST_DATA_START_ADDR */
mipsmach3.h
24
#define HOST_PAGE_SIZE
NBPG
25
/* #define HOST_SEGMENT_SIZE
NBPG
*/
news-mips.h
25
#define HOST_PAGE_SIZE
NBPG
riscos.h
25
#define
NBPG
BSD43_NBPG
vaxult.h
22
#define HOST_PAGE_SIZE (
NBPG
*CLSIZE)
vaxult2.h
22
#define HOST_PAGE_SIZE (
NBPG
*CLSIZE)
decstation.h
26
#define HOST_PAGE_SIZE
NBPG
27
/* #define HOST_SEGMENT_SIZE
NBPG
-- we use HOST_DATA_START_ADDR */
delta68.h
26
#define
NBPG
NBPC
i386mach3.h
41
#define HOST_SEGMENT_SIZE
NBPG
i860mach3.h
43
#define HOST_SEGMENT_SIZE
NBPG
m68kaux.h
26
#define
NBPG
NBPP
pc532mach.h
41
#define HOST_SEGMENT_SIZE
NBPG
/toolchain/binutils/binutils-2.25/bfd/
trad-core.c
49
#ifndef
NBPG
50
# define
NBPG
getpagesize()
116
if ((ufile_ptr)
NBPG
* (UPAGES + u.u_dsize
127
if (((ufile_ptr)
NBPG
* (UPAGES + u.u_dsize + u.u_ssize)
172
core_datasec (abfd)->size =
NBPG
* u.u_dsize
174
-
NBPG
* u.u_tsize
177
core_stacksec (abfd)->size =
NBPG
* u.u_ssize;
178
core_regsec (abfd)->size =
NBPG
* UPAGES; /* Larger than sizeof struct u */
185
core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (
NBPG
* u.u_tsize);
191
core_stacksec (abfd)->vma = HOST_STACK_END_ADDR - (
NBPG
* u.u_ssize)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h
98
#define
NBPG
PAGE_SIZE
101
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize *
NBPG
)
/toolchain/binutils/binutils-2.25/libiberty/
getpagesize.c
47
# ifdef
NBPG
48
# define GNU_OUR_PAGESIZE (
NBPG
* CLSIZE)
52
# else /* no
NBPG
*/
58
# endif /*
NBPG
*/
/development/ndk/platforms/android-9/arch-x86/include/asm/
user_32.h
86
#define
NBPG
PAGE_SIZE
90
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize *
NBPG
)
Completed in 322 milliseconds
1
2