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

/bionic/libc/kernel/uapi/linux/
H A Delf.h135 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro
137 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)
140 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
/bionic/linker/
H A Dlinker.cpp73 #undef ELF_ST_TYPE macro
74 #define ELF_ST_TYPE(x) (static_cast<uint32_t>(x) & 0xf) macro
2816 ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC;
3352 if (ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC) {

Completed in 2850 milliseconds