Searched refs:bind (Results 1 – 25 of 26) sorted by relevance
12
/bionic/benchmarks/linker_relocation/regen/ |
D | common_types.py | 56 def __init__(self, name: str, kind: SymKind, bind: SymBind, defined: bool, 61 self.bind: SymBind = bind 70 result['bind'] = self.bind.to_json()
|
D | dump_relocs.py | 125 num, kind, bind, ndx, name, ver_type, ver_name = m.groups() 133 result[int(num)] = DynSymbol(name, kind_lookup[kind], bind_lookup[bind], ndx != 'UND', 180 is_weak = syms[sym_idx].bind == SymBind.Weak
|
/bionic/libc/bionic/ |
D | netinet_in.cpp | 64 int rc = TEMP_FAILURE_RETRY(bind(sd, reinterpret_cast<sockaddr*>(sin), sizeof(*sin))); in bindresvport()
|
/bionic/libc/kernel/uapi/drm/ |
D | virtgpu_drm.h | 59 __u32 bind; member
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 136 FUNCTION(bind, int (*f)(int, const struct sockaddr*, socklen_t)); in sys_socket_h()
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_gpu.h | 161 __le32 bind; member
|
D | bpf.h | 385 …rect_map), FN(msg_apply_bytes), FN(msg_cork_bytes), FN(msg_pull_data), FN(bind), FN(xdp_adjust_tai…
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_010.S | 169 CALL(bind)
|
D | liblinker_reloc_bench_027.S | 324 CALL(bind)
|
D | liblinker_reloc_bench_144.S | 200 CALL(bind)
|
D | liblinker_reloc_bench_076.S | 303 CALL(bind)
|
D | liblinker_reloc_bench_033.S | 605 CALL(bind)
|
D | liblinker_reloc_bench_006.S | 664 CALL(bind)
|
D | liblinker_reloc_bench_134.S | 1675 CALL(bind)
|
/bionic/tests/ |
D | sys_socket_test.cpp | 75 …ASSERT_NE(-1, bind(fd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr))) << strerror(errno… in RunTest()
|
D | fdtrack_test.cpp | 263 CHECK_NE(-1, bind(listener, reinterpret_cast<sockaddr*>(&addr), addrlen)) << strerror(errno); in CreateListener()
|
D | sys_ptrace_test.cpp | 221 run_watchpoint_test<T>(std::bind(watchpoint_stress_child<T>, cpu, std::placeholders::_1), 0, in run_watchpoint_stress()
|
/bionic/libc/include/sys/ |
D | socket.h | 298 __socketcall int bind(int __fd, const struct sockaddr* __addr, socklen_t __addr_length);
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 194 if ( !bind( s, &u.sa, slen ) ) in random_bind() 205 return bind( s, &u.sa, slen ); in random_bind()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 247 int bind(int, struct sockaddr*, socklen_t) arm,lp64 265 int bind:socketcall:2(int, struct sockaddr*, int) x86
|
D | libc.map.txt | 247 bind;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 55 bind
|
/bionic/libdl/ |
D | NOTICE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/bionic/linker/ |
D | linker.cpp | 2278 uint32_t bind = ELF_ST_BIND(sym->st_info); in do_dlsym() local 2281 if ((bind == STB_GLOBAL || bind == STB_WEAK) && sym->st_shndx != 0) { in do_dlsym()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 247 bind;
|
12