Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf32.h199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
H A Delf64.h206 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument