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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h358 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf)) macro
362 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO((bind), (type))

Completed in 21 milliseconds