Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dbind.c42 bind ( in bind() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py337 def bind(self, addr): member in dispatcher
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument