Searched refs:VER_FLG_BASE (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DELF.h1848 VER_FLG_BASE = 0x1, enumerator in enum:llvm::ELF::__anon25609
/external/elfutils/0.153/libelf/
H A Delf.h834 #define VER_FLG_BASE 0x1 /* Version definition of file itself */ macro
/external/elfutils/0.153/src/
H A Delflint.c3004 if ((def->vd_flags & VER_FLG_BASE) != 0)
3016 if ((def->vd_flags & ~(VER_FLG_BASE|VER_FLG_WEAK)) != 0)
H A Dreadelf.c2184 if (flags & VER_FLG_BASE)
2197 if (unlikely (flags & ~(VER_FLG_BASE | VER_FLG_WEAK)))
/external/valgrind/main/perf/
H A Dtinycc.c747 #define VER_FLG_BASE 0x1 /* Version definition of file itself */ macro

Completed in 1010 milliseconds