Home
last modified time | relevance | path

Searched refs:N_SEGSIZE (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
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))))
/toolchain/binutils/binutils-2.27/include/aout/
Daout64.h95 #ifndef N_SEGSIZE
96 #define N_SEGSIZE(x) SEGMENT_SIZE macro
216 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
217 & ~ (bfd_vma) (N_SEGSIZE (x) - 1))))
Dadobe.h54 #ifndef N_SEGSIZE
55 #define N_SEGSIZE(x) SEGMENT_SIZE macro
57 #undef N_SEGSIZE /* FIXMEXXXX */
Dhp300hpux.h93 : (N_SEGSIZE (x) + ((N_TXTADDR (x) + N_TXTSIZE (x) - 1) \
94 & ~ (bfd_vma) (N_SEGSIZE (x) - 1))))
Dsun4.h36 #define N_SEGSIZE(x) (N_MACHTYPE(x) == M_SPARC? SEG_SIZE_SPARC: \ macro