Searched refs:binary (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/inet/ |
D | nsap_addr.c | 58 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/ |
D | NOTICE | 4 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 …]
|
D | Android.bp | 2241 // (thanks to the -dD -E flags) and not binary files. They will then be
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 5 // 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/ |
D | Android.bp | 6 // 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
|
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 9 * Redistributions in binary form must reproduce the above copyright
|
D | ld.config.format.md | 35 # When this flag is set to true linker will set target_sdk_version for this binary to
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 4 // 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/ |
D | res_debug.c | 914 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/ |
D | fdsan.md | 238 * Redistribution and use in source and binary forms, with or without 243 * * Redistributions in binary form must reproduce the above copyright
|
D | elf-tls.md | 749 As with the first workaround, we'd probably want to mark the binary to indicate the non-standard
|
/bionic/benchmarks/ |
D | README.md | 80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in
|
/bionic/tests/ |
D | dlfcn_test.cpp | 1599 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/ |
D | android-changes-for-ndk-developers.md | 9 Required tools: the NDK has an _arch_-linux-android-readelf binary 222 attempt to obfuscate the binary and prevent reverse engineering. (This
|