Home
last modified time | relevance | path

Searched refs:_N_HDROFF (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/generic/
Da.out.h138 #define _N_HDROFF(x) (SEGMENT_SIZE - sizeof (struct exec)) macro
140 #define _N_HDROFF(x) (- sizeof (struct exec)) macro
145 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : sizeof (struct exec))
/glibc-2.36/sysdeps/unix/sysv/linux/
Da.out.h65 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro
67 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) \
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Da.out.h68 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Da.out.h124 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) macro