Searched refs:IS_SIGNED (Results 1 – 2 of 2) sorted by relevance
86 #define IS_SIGNED(TYPE) (((TYPE)-1) < (TYPE)0) in test_sizeof_c_types() macro88 if (IS_SIGNED(TYPE) != SIGNED) { \ in test_sizeof_c_types()91 #TYPE, IS_SIGNED(TYPE), SIGNED); \ in test_sizeof_c_types()124 #undef IS_SIGNED in test_sizeof_c_types()
3079 * readelf.c (print_debug_frame_section): Initialize IS_SIGNED to false