Home
last modified time | relevance | path

Searched defs:STV_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1348 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
/freebsd/sys/sys/
H A Delf_common.h900 #define STV_DEFAULT 0x0 /* Default visibility (see binding). */ macro