Home
last modified time | relevance | path

Searched defs:ELF_ST_TYPE (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libelffile/elf/
H A Delf_utils.h61 #define ELF_ST_TYPE(x) ((x) & 0xf) macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h113 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro
/aosp12/bionic/libc/include/
H A Delf.h292 #define ELF_ST_TYPE(x) ((x) & 0xf) macro