Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dexec_elf.h518 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro
1029 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
1034 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)