Searched refs:ELF32_M_SYM (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/ | ||
H A D | elf.h | 1108 #define ELF32_M_SYM(info) ((info) >> 8)
macro 1112 #define ELF64_M_SYM(info) ELF32_M_SYM (info) |
Completed in 10 milliseconds