Home
last modified time | relevance | path

Searched refs:NBPG (Results 1 – 25 of 27) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dtrad-core.c49 #ifndef NBPG
50 # define NBPG getpagesize() macro
116 if ((ufile_ptr) NBPG * (UPAGES + u.u_dsize in trad_unix_core_file_p()
127 if (((ufile_ptr) NBPG * (UPAGES + u.u_dsize + u.u_ssize) in trad_unix_core_file_p()
172 core_datasec (abfd)->size = NBPG * u.u_dsize in trad_unix_core_file_p()
174 - NBPG * u.u_tsize in trad_unix_core_file_p()
177 core_stacksec (abfd)->size = NBPG * u.u_ssize; in trad_unix_core_file_p()
178 core_regsec (abfd)->size = NBPG * UPAGES; /* Larger than sizeof struct u */ in trad_unix_core_file_p()
185 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize); in trad_unix_core_file_p()
191 core_stacksec (abfd)->vma = HOST_STACK_END_ADDR - (NBPG * u.u_ssize); in trad_unix_core_file_p()
[all …]
Dhppabsd-core.c131 if (NBPG * (UPAGES + u.u_dsize + u.u_ssize) > statbuf.st_size) in hppabsd_core_core_file_p()
159 NBPG * (USIZE + KSTAKSIZE) in hppabsd_core_core_file_p()
169 NBPG * (USIZE + KSTAKSIZE), 2); in hppabsd_core_core_file_p()
176 KSTAKSIZE * NBPG, in hppabsd_core_core_file_p()
177 NBPG * USIZE, 2); in hppabsd_core_core_file_p()
DChangeLog-20071578 * trad-core.c (NBPG): If not defined, set to getpagesize().
/toolchain/binutils/binutils-2.25/bfd/hosts/
Dnews.h24 #define HOST_PAGE_SIZE NBPG
25 #define HOST_SEGMENT_SIZE NBPG
28 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
Dsymmetry.h22 #define NBPG 4096 macro
29 #define TRAD_CORE_USER_OFFSET ((UPAGES * NBPG) - sizeof (struct user))
33 #define HOST_DATA_START_ADDR (NBPG * u.u_tsize)
Di386bsd.h26 #ifndef NBPG
28 #define NBPG PAGE_SIZE macro
32 #define HOST_PAGE_SIZE NBPG
Dhp300bsd.h25 #define HOST_PAGE_SIZE NBPG
26 #define HOST_SEGMENT_SIZE NBPG /* Data seg start addr rounds to NBPG */
Dm88kmach3.h26 #define HOST_PAGE_SIZE NBPG
27 #define HOST_SEGMENT_SIZE NBPG
Dtahoe.h26 #define HOST_PAGE_SIZE NBPG
30 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
Driscos.h25 #define NBPG BSD43_NBPG macro
Dmipsmach3.h24 #define HOST_PAGE_SIZE NBPG
Dnews-mips.h25 #define HOST_PAGE_SIZE NBPG
Ddpx2.h24 #define NBPG 1 macro
Dvaxult2.h22 #define HOST_PAGE_SIZE (NBPG*CLSIZE)
Dvaxult.h22 #define HOST_PAGE_SIZE (NBPG*CLSIZE)
Dmipsbsd.h24 #define HOST_PAGE_SIZE NBPG
Dvaxbsd.h30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
Dpc532mach.h41 #define HOST_SEGMENT_SIZE NBPG
Ddecstation.h26 #define HOST_PAGE_SIZE NBPG
Di386mach3.h41 #define HOST_SEGMENT_SIZE NBPG
Di860mach3.h43 #define HOST_SEGMENT_SIZE NBPG
Di386sco.h23 #define NBPG NBPC macro
Dm68kaux.h26 #define NBPG NBPP macro
Ddelta68.h26 #define NBPG NBPC macro
/toolchain/binutils/binutils-2.25/libiberty/
Dgetpagesize.c47 # ifdef NBPG
48 # define GNU_OUR_PAGESIZE (NBPG * CLSIZE)

12