Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Delf.h138 #define ELF32_ST_BIND(x) ELF_ST_BIND(x) macro
/openbmc/u-boot/include/
H A Delf.h367 #define ELF32_ST_BIND(x) ((x) >> 4) macro
/openbmc/qemu/include/
H A Delf.h303 #define ELF32_ST_BIND(x) ELF_ST_BIND(x) macro