Home
last modified time | relevance | path

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

/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