Lines Matching refs:ex
295 #define SET_PERSONALITY2(ex, state) \ argument
326 #define __SET_PERSONALITY32_O32(ex, state) \ argument
338 #define __SET_PERSONALITY32_O32(ex, state) \ argument
343 #define __SET_PERSONALITY32(ex, state) \ argument
345 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
346 ((ex).e_flags & EF_MIPS_ABI) == 0) \
349 __SET_PERSONALITY32_O32(ex, state); \
352 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument
355 #define SET_PERSONALITY2(ex, state) \ argument
364 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
365 __SET_PERSONALITY32(ex, state); \