Searched refs:ELF32_ST_VISIBILITY (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/ | ||
H A D | elf.h | 522 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03)
macro 523 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) |
Completed in 9 milliseconds