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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h390 #define ELF32_ST_VISIBILITY(o) ((o)&0x03) macro
391 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)

Completed in 11 milliseconds