HomeSort by relevance Sort by last modified time
    Searched refs:N_SEGSIZE (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
aout_gnu.h 172 #ifndef N_SEGSIZE
173 #define N_SEGSIZE(x) SEGMENT_SIZE
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))))
  /toolchain/binutils/binutils-2.25/include/aout/
adobe.h 54 #ifndef N_SEGSIZE
55 #define N_SEGSIZE(x) SEGMENT_SIZE
57 #undef N_SEGSIZE /* FIXMEXXXX */
hp300hpux.h 93 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
94 & ~ (bfd_vma) (N_SEGSIZE (x) - 1))))
aout64.h 83 /* The difference between TARGET_PAGE_SIZE and N_SEGSIZE is that TARGET_PAGE_SIZE is
86 file. N_SEGSIZE is the resolution at which things can be marked as
89 between them is TARGET_PAGE_SIZE). TARGET_PAGE_SIZE and N_SEGSIZE are the same
95 #ifndef N_SEGSIZE
96 #define N_SEGSIZE(x) SEGMENT_SIZE
212 up to a N_SEGSIZE boundary for pure or pageable files. */
217 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
218 & ~ (bfd_vma) (N_SEGSIZE (x) - 1))))
sun4.h 36 #define N_SEGSIZE(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \

Completed in 3163 milliseconds