Home
last modified time | relevance | path

Searched refs:_N_SEGMENT_ROUND (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Da.out.h81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) macro
86 : (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Da.out.h141 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE) macro
148 : (_N_SEGMENT_ROUND (_N_TXTENDADDR(x))))