Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/syscalls/
Dbind.S4 .globl bind symbol
8 bind: label
/bionic/linker/
Ddlfcn.cpp103 unsigned bind = ELF32_ST_BIND(sym->st_info); in dlsym() local
/bionic/libc/include/sys/
Dexec_elf.h516 #define ELF_ST_INFO(bind,type) ((Elf_Byte)(((bind) << 4) | \ argument
1028 #define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type) argument
1033 #define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type) argument