Home
last modified time | relevance | path

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

/bionic/libc/include/
Delf.h305 #define ELF_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) macro
306 #define ELF32_ST_INFO(b,t) ELF_ST_INFO(b,t)
307 #define ELF64_ST_INFO(b,t) ELF_ST_INFO(b,t)