Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/mod/ !
Dmodpost.h22 #define ELF_ST_BIND ELF32_ST_BIND macro
37 #define ELF_ST_BIND ELF64_ST_BIND macro
/linux-3.4.99/scripts/ !
Drecordmcount.h79 # define ELF_ST_BIND ELF64_ST_BIND macro
112 # define ELF_ST_BIND ELF32_ST_BIND macro
/linux-3.4.99/include/linux/ !
Delf.h133 #define ELF_ST_BIND(x) ((x) >> 4) macro