Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 26) sorted by relevance

12

/bionic/benchmarks/linker_relocation/regen/
Dcommon_types.py56 def __init__(self, name: str, kind: SymKind, bind: SymBind, defined: bool,
61 self.bind: SymBind = bind
70 result['bind'] = self.bind.to_json()
Ddump_relocs.py125 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/
Dnetinet_in.cpp64 int rc = TEMP_FAILURE_RETRY(bind(sd, reinterpret_cast<sockaddr*>(sin), sizeof(*sin))); in bindresvport()
/bionic/libc/kernel/uapi/drm/
Dvirtgpu_drm.h59 __u32 bind; member
/bionic/tests/headers/posix/
Dsys_socket_h.c136 FUNCTION(bind, int (*f)(int, const struct sockaddr*, socklen_t)); in sys_socket_h()
/bionic/libc/kernel/uapi/linux/
Dvirtio_gpu.h161 __le32 bind; member
Dbpf.h385 …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/
Dliblinker_reloc_bench_010.S169 CALL(bind)
Dliblinker_reloc_bench_027.S324 CALL(bind)
Dliblinker_reloc_bench_144.S200 CALL(bind)
Dliblinker_reloc_bench_076.S303 CALL(bind)
Dliblinker_reloc_bench_033.S605 CALL(bind)
Dliblinker_reloc_bench_006.S664 CALL(bind)
Dliblinker_reloc_bench_134.S1675 CALL(bind)
/bionic/tests/
Dsys_socket_test.cpp75 …ASSERT_NE(-1, bind(fd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr))) << strerror(errno… in RunTest()
Dfdtrack_test.cpp263 CHECK_NE(-1, bind(listener, reinterpret_cast<sockaddr*>(&addr), addrlen)) << strerror(errno); in CreateListener()
Dsys_ptrace_test.cpp221 run_watchpoint_test<T>(std::bind(watchpoint_stress_child<T>, cpu, std::placeholders::_1), 0, in run_watchpoint_stress()
/bionic/libc/include/sys/
Dsocket.h298 __socketcall int bind(int __fd, const struct sockaddr* __addr, socklen_t __addr_length);
/bionic/libc/dns/resolv/
Dres_send.c194 if ( !bind( s, &u.sa, slen ) ) in random_bind()
205 return bind( s, &u.sa, slen ); in random_bind()
/bionic/libc/
DSYSCALLS.TXT247 int bind(int, struct sockaddr*, socklen_t) arm,lp64
265 int bind:socketcall:2(int, struct sockaddr*, int) x86
Dlibc.map.txt247 bind;
/bionic/libc/tools/
Dposix-2013.txt55 bind
/bionic/libdl/
DNOTICE46 separable from, or merely link (or bind by name) to the interfaces of,
/bionic/linker/
Dlinker.cpp2278 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/
Dlibc.map.txt247 bind;

12