Home
last modified time | relevance | path

Searched refs:VER_FLG_WEAK (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1295 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1325 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h904 #define VER_FLG_WEAK 0x2 macro
969 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/include/
H A Delf.h930 #define VER_FLG_WEAK 0x2 macro
995 #define VER_FLG_WEAK 0x2 macro
/third_party/elfutils/src/
H A Delflint.c3159 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()
H A Dreadelf.c2760 if (flags & VER_FLG_WEAK) in get_ver_flags()
2768 if (unlikely (flags & ~(VER_FLG_BASE | VER_FLG_WEAK))) in get_ver_flags()
/third_party/elfutils/libelf/
H A Delf.h1068 #define VER_FLG_WEAK 0x2 /* Weak version identifier. Also macro

Completed in 95 milliseconds