Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/inet/
Dnsap_addr.c58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
63 _DIAGASSERT(binary != NULL); in inet_nsap_addr()
82 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
103 _DIAGASSERT(binary != NULL); in inet_nsap_ntoa()
119 nib = (u_int32_t)*binary >> 4; in inet_nsap_ntoa()
121 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/bionic/libc/
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
31 Redistribution and use in source and binary forms, with or without
35 * Redistributions in binary form must reproduce the above copyright
231 Redistribution and use in source and binary forms, with or without
236 2. Redistributions in binary form must reproduce the above copyright
260 Redistribution and use in source and binary forms, with or without
265 2. Redistributions in binary form must reproduce the above copyright
339 Redistribution and use in source and binary forms, with or without
344 * Redistributions in binary form must reproduce the above copyright
[all …]
DAndroid.bp2241 // (thanks to the -dD -E flags) and not binary files. They will then be
/bionic/benchmarks/spawn/
DAndroid.bp5 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above copyright
69 // Install these binaries in the same directory as the main benchmark binary.
97 // When this binary is installed to host/linux-x86/bin, its runpath is ${ORIGIN}/../lib64, which
/bionic/linker/
DAndroid.bp6 // a binary.
10 // each binary. There's a linker script that sets all of that up (generated by
59 // Configuration for the linker binary and any of its static libraries.
149 // template for the linker binary
220 // A template for the linker binary. May be inherited by native bridge implementations.
296 // non-relative dynamic relocation in the linker binary, which complicates linker startup.
310 // linker[_asan][64] binary
DNOTICE4 Redistribution and use in source and binary forms, with or without
9 * Redistributions in binary form must reproduce the above copyright
Dld.config.format.md35 # When this flag is set to true linker will set target_sdk_version for this binary to
/bionic/benchmarks/linker_relocation/
DAndroid.bp4 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above copyright
/bionic/libc/dns/resolv/
Dres_debug.c914 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument
1009 bcp = binary; in loc_aton()
1023 loc_ntoa(const u_char *binary, char *ascii, size_t bufsiz) in loc_ntoa() argument
1028 const u_char *cp = binary; in loc_ntoa()
/bionic/docs/
Dfdsan.md238 * Redistribution and use in source and binary forms, with or without
243 * * Redistributions in binary form must reproduce the above copyright
Delf-tls.md749 As with the first workaround, we'd probably want to mark the binary to indicate the non-standard
/bionic/benchmarks/
DREADME.md80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
/bionic/tests/
Ddlfcn_test.cpp1599 llvm::object::Binary* binary = binary_or_error.get().getBinary(); in validate_compatibility_of_native_library() local
1601 auto obj = llvm::dyn_cast<llvm::object::ObjectFile>(binary); in validate_compatibility_of_native_library()
/bionic/
Dandroid-changes-for-ndk-developers.md9 Required tools: the NDK has an _arch_-linux-android-readelf binary
222 attempt to obfuscate the binary and prevent reverse engineering. (This