Searched refs:NBPG (Results 1 – 25 of 27) sorted by relevance
12
49 #ifndef NBPG50 # define NBPG getpagesize() macro116 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 …]
131 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()
1578 * trad-core.c (NBPG): If not defined, set to getpagesize().
24 #define HOST_PAGE_SIZE NBPG25 #define HOST_SEGMENT_SIZE NBPG28 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
22 #define NBPG 4096 macro29 #define TRAD_CORE_USER_OFFSET ((UPAGES * NBPG) - sizeof (struct user))33 #define HOST_DATA_START_ADDR (NBPG * u.u_tsize)
26 #ifndef NBPG28 #define NBPG PAGE_SIZE macro32 #define HOST_PAGE_SIZE NBPG
25 #define HOST_PAGE_SIZE NBPG26 #define HOST_SEGMENT_SIZE NBPG /* Data seg start addr rounds to NBPG */
26 #define HOST_PAGE_SIZE NBPG27 #define HOST_SEGMENT_SIZE NBPG
26 #define HOST_PAGE_SIZE NBPG30 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
25 #define NBPG BSD43_NBPG macro
24 #define HOST_PAGE_SIZE NBPG
25 #define HOST_PAGE_SIZE NBPG
24 #define NBPG 1 macro
22 #define HOST_PAGE_SIZE (NBPG*CLSIZE)
30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
41 #define HOST_SEGMENT_SIZE NBPG
26 #define HOST_PAGE_SIZE NBPG
43 #define HOST_SEGMENT_SIZE NBPG
23 #define NBPG NBPC macro
26 #define NBPG NBPP macro
26 #define NBPG NBPC macro
47 # ifdef NBPG48 # define GNU_OUR_PAGESIZE (NBPG * CLSIZE)