Searched refs:type_equals (Results 1 – 3 of 3) sorted by relevance
114 if (any_of(type_equals(binary::section::text_intermediate), bin.secs)) in binary_type()116 else if (any_of(type_equals(binary::section::text_library), bin.secs)) in binary_type()118 else if (any_of(type_equals(binary::section::text_executable), bin.secs)) in binary_type()
390 type_equals(T x) { in type_equals() function
262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) in validate_common()