Searched defs:ELF32_ST_TYPE (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Delf.h1406 // ELF32_ST_TYPE, and ELF32_ST_INFO macros defined in the ELF specification:
1418 static inline unsigned char ELF32_ST_TYPE(unsigned char st_info) { return st_info & 0x0f; } function

Completed in 1181 milliseconds