Searched refs:N_SEGSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h172 #ifndef N_SEGSIZE
173 #define N_SEGSIZE(x) SEGMENT_SIZE macro
178 #define _N_HDROFF(x) (N_SEGSIZE(x) - sizeof (struct exec))
215 : (N_SEGSIZE(x) + ((N_TXTADDR(x)+(x).a_text-1) & ~(N_SEGSIZE(x)-1))))
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h82 /* The difference between TARGET_PAGE_SIZE and N_SEGSIZE is that TARGET_PAGE_SIZE is
85 file. N_SEGSIZE is the resolution at which things can be marked as
88 between them is TARGET_PAGE_SIZE). TARGET_PAGE_SIZE and N_SEGSIZE are the same
94 #ifndef N_SEGSIZE
95 #define N_SEGSIZE(x) SEGMENT_SIZE macro
215 up to a N_SEGSIZE boundary for pure or pageable files. */
220 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
221 & ~ (bfd_vma) (N_SEGSIZE (x) - 1))))
H A Dsun4.h35 #define N_SEGSIZE(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \ macro

Completed in 63 milliseconds