HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1426 - 1450 of 19436) sorted by null

<<51525354555657585960>>

  /external/compiler-rt/lib/builtins/arm/
switch32.S 17 // function uses the return address in lr to find the start of the table.
20 // address to jump to. If R0 is greater than the size of the table, it jumps
36 add r0, lr, r0, lsl #2 // compute address of element in table
37 add ip, lr, ip, lsl #2 // compute address of last element in table
  /external/compiler-rt/test/asan/TestCases/Darwin/
objc-odr.mm 2 // https://code.google.com/p/address-sanitizer/issues/detail?id=360.
  /external/compiler-rt/test/asan/TestCases/Linux/
globals-gc-sections.cc 4 // https://code.google.com/p/address-sanitizer/issues/detail?id=260
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref.cc 7 // CHECK: ERROR: AddressSanitizer: access-violation on unknown address
  /external/compiler-rt/test/asan/TestCases/
alloca_big_alignment.cc 11 // CHECK: ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
alloca_overflow_partial.cc 11 // CHECK: ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
alloca_overflow_right.cc 11 // CHECK: ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
alloca_underflow_left.cc 11 // CHECK: ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address [[ADDR:0x[0-9a-f]+]]
atexit_stats.cc 6 // https://code.google.com/p/address-sanitizer/issues/detail?id=263
describe_address.cc 14 // CHECK: Address {{.*}} is located in stack of thread T{{.*}} at offset {{.*}}
no_asan_gen_globals.c 1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
time_interceptor.cc 19 // https://code.google.com/p/address-sanitizer/issues/detail?id=321
  /external/compiler-rt/test/lsan/TestCases/
link_turned_off.cc 24 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 4 byte(s) leaked in 1 allocation(s)
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketFactoryImpl.java 82 public Socket createSocket(InetAddress address, int port) throws IOException {
83 return new OpenSSLSocketImpl(address, port, (SSLParametersImpl) sslParameters.clone());
87 public Socket createSocket(InetAddress address,
92 return new OpenSSLSocketImpl(address,
  /external/curl/docs/libcurl/opts/
CURLOPT_MAIL_AUTH.3 25 CURLOPT_MAIL_AUTH \- SMTP authentication address
32 specify the authentication address (identity) of a submitted message that is
39 and the AUTH address is not known or is invalid, then an empty string should
42 Unlike \fICURLOPT_MAIL_FROM(3)\fP and \fICURLOPT_MAIL_RCPT(3)\fP, the address
  /external/curl/lib/
hostsyn.c 85 * local IPv4 address to use as source address for DNS requests
97 * local IPv6 address to use as source address for DNS requests
  /external/dbus/bus/
dbus.service.in 7 ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
  /external/dbus/dbus/
dbus-server-launchd.c 56 * address which is passed to autolaunched services.
68 DBusString address; local
88 if (!_dbus_string_init (&address))
93 if (!_dbus_string_append (&address, "unix:path="))
98 if (!_dbus_string_append (&address, launchd_socket_path))
186 server = _dbus_server_new_for_socket (&launchd_fd, 1, &address, 0);
194 _dbus_string_free (&address);
199 _dbus_string_free (&address);
204 "address type 'launchd' requested, but launchd support not compiled in");
dbus-server-protected.h 29 #include <dbus/dbus-address.h>
69 char *address; /**< Address this server is listening on. */ member in struct:DBusServer
70 dbus_bool_t published_address; /**< flag which indicates that server has published its bus address. */
96 const DBusString *address);
118 DBUS_SERVER_LISTEN_NOT_HANDLED, /**< we aren't in charge of this address type */
120 DBUS_SERVER_LISTEN_BAD_ADDRESS, /**< malformed address */
121 DBUS_SERVER_LISTEN_DID_NOT_CONNECT, /**< well-formed address but failed to set it up */
122 DBUS_SERVER_LISTEN_ADDRESS_ALREADY_USED /**< address is already used */
dbus-server-win.c 39 * Tries to interpret the address entry in a platform-specific
43 * @param entry an address entry
45 * @param error location to store rationale for failure on bad address
77 _dbus_daemon_publish_session_bus_address ((*server_p)->address, scope);
  /external/dbus/tools/
dbus-launch-x11.c 274 /* create the address property atom */
289 * Gets the daemon address from the X11 display.
291 * TRUE does not mean the address exists.
313 /* get the bus address */
339 * Saves the address in the X11 display. Returns 0 on success.
344 set_address_in_x11(char *address, pid_t pid)
361 /* someone saved the address in the meantime */
374 (unsigned char *)address, strlen (address));
393 * Saves the session address in session file. Returns TRUE o
    [all...]
dbus-send.c 54 fprintf (stderr, "Usage: %s [--help] [--system | --session | --address=ADDRESS] [--dest=NAME] [--type=TYPE] [--print-reply[=literal]] [--reply-timeout=MSEC] <destination object path> <message name> [contents ...]\n", appname);
243 const char *address = NULL; local
269 else if (strstr (arg, "--address") == arg)
271 address = strchr (arg, '=');
273 if (address == NULL)
275 fprintf (stderr, "\"--address=\" requires an ADDRESS\n");
280 address = address + 1
    [all...]
  /external/elfutils/libdw/
cfi.h 85 Dwarf_Addr frame_vaddr; /* DW_EH_PE_pcrel, address of frame section. */
86 Dwarf_Addr textrel; /* DW_EH_PE_textrel base address. */
87 Dwarf_Addr datarel; /* DW_EH_PE_datarel base address. */
95 /* Search tree for the FDEs, indexed by PC address. */
147 (register saved at address E computes)
205 /* Look for an FDE covering the given PC address. */
207 Dwarf_Addr address)
215 /* Process the FDE that contains the given PC address,
219 Dwarf_Addr address, Dwarf_Frame **frame)
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.cc 132 uintptr_t address = reinterpret_cast<uintptr_t>(addr_in); local
142 if (address >= range_start &&
143 address + structuresize < range_end) {
144 // The start address falls in the range, and the end address is
168 if (address >= range_start &&
169 address + structuresize < range_end) {
170 // The start address falls in the range, and the end address is
  /external/google-breakpad/src/processor/
source_line_resolver_base_types.h 72 : address(addr)
77 MemAddr address; member in struct:google_breakpad::SourceLineResolverBase::Line
89 : name(function_name), address(function_address), size(code_size),
93 MemAddr address; member in struct:google_breakpad::SourceLineResolverBase::Function
106 address(set_address),
110 MemAddr address; member in struct:google_breakpad::SourceLineResolverBase::PublicSymbol
134 // Looks up the given relative address, and fills the StackFrame struct
138 // If Windows stack walking information is available covering ADDRESS,
146 // If CFI stack walking information is available covering ADDRESS,

Completed in 579 milliseconds

<<51525354555657585960>>