Searched defs:bind (Results 1 – 3 of 3) sorted by relevance
4 .globl bind symbol8 bind: label
103 unsigned bind = ELF32_ST_BIND(sym->st_info); in dlsym() local
516 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ argument1028 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) argument1033 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) argument