Searched refs:ELF32_ST_TYPE (Results 1 - 2 of 2) 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
H A Delf_file.cc873 : ELF32_ST_TYPE(symbol->st_info);

Completed in 13 milliseconds