Home
last modified time | relevance | path

Searched refs:VER_FLG_WEAK (Results 1 – 13 of 13) sorted by relevance

/third_party/libunwind/include/win/
Dfreebsd-elf_common.h447 #define VER_FLG_WEAK 0x02 macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h447 #define VER_FLG_WEAK 0x02 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
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/
DELF.h1325 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
/third_party/musl/porting/uniproton/kernel/include/
Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/ndk_musl_include/
Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/include/
Delf.h898 #define VER_FLG_WEAK 0x2 macro
963 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h895 #define VER_FLG_WEAK 0x2 macro
960 #define VER_FLG_WEAK 0x2 macro
/third_party/musl/porting/linux/user/include/
Delf.h903 #define VER_FLG_WEAK 0x2 macro
968 #define VER_FLG_WEAK 0x2 macro
/third_party/elfutils/libelf/
Delf.h1068 #define VER_FLG_WEAK 0x2 /* Weak version identifier. Also macro
/third_party/elfutils/src/
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()
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()