Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h433 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
438 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument