Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf32.h214 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2812 #define ELF32_ST_VISIBILITY(O) ((O) & 0x3) macro