OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_PAGSIZ
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/m68k/include/
aout_machdep.h
38
* Override the
N_PAGSIZ
() macro.
41
#undef
N_PAGSIZ
42
#define
N_PAGSIZ
(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ)
/src/tools/m68k-elf2aout/machine/
aout_machdep.h
38
* Override the
N_PAGSIZ
() macro.
41
#undef
N_PAGSIZ
42
#define
N_PAGSIZ
(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ)
/src/usr.sbin/mdsetimage/
exec_aout.c
77
if (N_TXTADDR(*execp) + (execp->a_entry & (
N_PAGSIZ
(*execp)-1)) !=
80
(execp->a_entry & (
N_PAGSIZ
(*execp)-1)) - execp->a_entry;
/src/sys/sys/
exec_aout.h
36
#ifndef
N_PAGSIZ
37
#define
N_PAGSIZ
(ex) (AOUT_LDPGSZ)
/src/tools/arm-elf2aout/sys/
exec_aout.h
36
#ifndef
N_PAGSIZ
37
#define
N_PAGSIZ
(ex) (AOUT_LDPGSZ)
/src/tools/m68k-elf2aout/sys/
exec_aout.h
36
#ifndef
N_PAGSIZ
37
#define
N_PAGSIZ
(ex) (AOUT_LDPGSZ)
Completed in 79 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025