Searched refs:VER_FLG_WEAK (Results 1 – 13 of 13) sorted by relevance
447 #define VER_FLG_WEAK 0x02 macro
1295 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
1325 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
895 #define VER_FLG_WEAK 0x2 macro960 #define VER_FLG_WEAK 0x2 macro
898 #define VER_FLG_WEAK 0x2 macro963 #define VER_FLG_WEAK 0x2 macro
903 #define VER_FLG_WEAK 0x2 macro968 #define VER_FLG_WEAK 0x2 macro
1068 #define VER_FLG_WEAK 0x2 /* Weak version identifier. Also macro
3159 if ((aux->vna_flags & ~VER_FLG_WEAK) != 0) in check_verneed()3293 if ((def->vd_flags & ~(VER_FLG_BASE|VER_FLG_WEAK)) != 0) in check_verdef()
2760 if (flags & VER_FLG_WEAK) in get_ver_flags()2768 if (unlikely (flags & ~(VER_FLG_BASE | VER_FLG_WEAK))) in get_ver_flags()