| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ |
| D | ppc-mont.S | 38 ld 7,0(7) 41 ld 23,0(5) 42 ld 10,0(4) 47 ld 10,8(4) 48 ld 11,0(6) 57 ld 11,8(6) 104 ld 10,0(4) 106 ld 12,64(1) 109 ld 10,8(4) 110 ld 11,0(6) [all …]
|
| D | ppc.S | 187 ld 5,0(4) 196 ld 6,8(4) 217 ld 6,16(4) 230 ld 6,24(4) 241 ld 5,8(4) 242 ld 6,16(4) 260 ld 6,24(4) 272 ld 5,16(4) 329 ld 5,0(4) 334 ld 6,8(4) [all …]
|
| D | keccak1600-ppc64.S | 64 ld 11,96(1) 66 ld 16,104(1) 68 ld 21,112(1) 70 ld 26,120(1) 121 ld 3,80(1) 214 ld 7,0(3) 215 ld 8,8(3) 216 ld 9,16(3) 217 ld 10,24(3) 218 ld 11,32(3) [all …]
|
| D | ecp_nistz256-ppc64.S | 2409 ld 24,0(4) 2410 ld 6,0(5) 2411 ld 25,8(4) 2412 ld 26,16(4) 2413 ld 27,24(4) 2423 ld 22,48(1) 2424 ld 23,56(1) 2425 ld 24,64(1) 2426 ld 25,72(1) 2427 ld 26,80(1) [all …]
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | unbind.c | 44 LDAP *ld, in ldap_unbind_ext() argument 50 assert( ld != NULL ); in ldap_unbind_ext() 51 assert( LDAP_VALID( ld ) ); in ldap_unbind_ext() 54 rc = ldap_int_client_controls( ld, cctrls ); in ldap_unbind_ext() 57 return ldap_ld_free( ld, 1, sctrls, cctrls ); in ldap_unbind_ext() 62 LDAP *ld, in ldap_unbind_ext_s() argument 66 return ldap_unbind_ext( ld, sctrls, cctrls ); in ldap_unbind_ext_s() 70 ldap_unbind( LDAP *ld ) in ldap_unbind() argument 74 return( ldap_unbind_ext( ld, NULL, NULL ) ); in ldap_unbind() 80 LDAP *ld, in ldap_ld_free() argument [all …]
|
| D | open.c | 45 int ldap_open_defconn( LDAP *ld ) in ldap_open_defconn() argument 47 ld->ld_defconn = ldap_new_connection( ld, in ldap_open_defconn() 48 &ld->ld_options.ldo_defludp, 1, 1, NULL, 0, 0 ); in ldap_open_defconn() 50 if( ld->ld_defconn == NULL ) { in ldap_open_defconn() 51 ld->ld_errno = LDAP_SERVER_DOWN; in ldap_open_defconn() 55 ++ld->ld_defconn->lconn_refcnt; /* so it never gets closed/freed */ in ldap_open_defconn() 68 ldap_connect( LDAP *ld ) in ldap_connect() argument 73 LDAP_MUTEX_LOCK( &ld->ld_conn_mutex ); in ldap_connect() 74 if ( ber_sockbuf_ctrl( ld->ld_sb, LBER_SB_OPT_GET_FD, &sd ) == -1 ) { in ldap_connect() 75 rc = ldap_open_defconn( ld ); in ldap_connect() [all …]
|
| D | msctrl.c | 41 LDAP *ld, in ldap_create_dirsync_value() argument 50 if ( ld == NULL || cookie == NULL || in ldap_create_dirsync_value() 53 if ( ld ) { in ldap_create_dirsync_value() 54 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_create_dirsync_value() 60 assert( LDAP_VALID( ld ) ); in ldap_create_dirsync_value() 61 ld->ld_errno = LDAP_SUCCESS; in ldap_create_dirsync_value() 69 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_dirsync_value() 71 ld->ld_errno = LDAP_NO_MEMORY; in ldap_create_dirsync_value() 72 return ld->ld_errno; in ldap_create_dirsync_value() 77 ld->ld_errno = LDAP_ENCODING_ERROR; in ldap_create_dirsync_value() [all …]
|
| D | extended.c | 35 LDAP *ld, in ldap_build_extended_req() argument 46 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_extended_req() 50 LDAP_NEXT_MSGID( ld, *msgidp ); in ldap_build_extended_req() 64 ld->ld_errno = LDAP_ENCODING_ERROR; in ldap_build_extended_req() 70 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_extended_req() 76 ld->ld_errno = LDAP_ENCODING_ERROR; in ldap_build_extended_req() 103 LDAP *ld, in ldap_extended_operation() argument 115 assert( ld != NULL ); in ldap_extended_operation() 116 assert( LDAP_VALID( ld ) ); in ldap_extended_operation() 121 if ( ld->ld_version < LDAP_VERSION3 ) { in ldap_extended_operation() [all …]
|
| D | request.c | 64 { if (nolock) LDAP_MUTEX_LOCK( &ld->ld_conn_mutex ); } 66 { if (nolock) LDAP_MUTEX_UNLOCK( &ld->ld_conn_mutex ); } 68 { if (nolock) LDAP_MUTEX_LOCK( &ld->ld_req_mutex ); } 70 { if (nolock) LDAP_MUTEX_UNLOCK( &ld->ld_req_mutex ); } 72 { if (nolock) LDAP_MUTEX_LOCK( &ld->ld_res_mutex ); } 74 { if (nolock) LDAP_MUTEX_UNLOCK( &ld->ld_res_mutex ); } 84 static LDAPConn *find_connection LDAP_P(( LDAP *ld, LDAPURLDesc *srv, int any )); 85 static void use_connection LDAP_P(( LDAP *ld, LDAPConn *lc )); 86 static void ldap_free_request_int LDAP_P(( LDAP *ld, LDAPRequest *lr )); 89 re_encode_request( LDAP *ld, [all …]
|
| D | pagectrl.c | 59 LDAP *ld, in ldap_create_page_control_value() argument 68 if ( ld == NULL || value == NULL || in ldap_create_page_control_value() 71 if ( ld ) in ldap_create_page_control_value() 72 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_create_page_control_value() 76 assert( LDAP_VALID( ld ) ); in ldap_create_page_control_value() 80 ld->ld_errno = LDAP_SUCCESS; in ldap_create_page_control_value() 86 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_page_control_value() 88 ld->ld_errno = LDAP_NO_MEMORY; in ldap_create_page_control_value() 89 return ld->ld_errno; in ldap_create_page_control_value() 94 ld->ld_errno = LDAP_ENCODING_ERROR; in ldap_create_page_control_value() [all …]
|
| D | result.c | 74 static int ldap_abandoned LDAP_P(( LDAP *ld, ber_int_t msgid )); 75 static int ldap_mark_abandoned LDAP_P(( LDAP *ld, ber_int_t msgid )); 76 static int wait4msg LDAP_P(( LDAP *ld, ber_int_t msgid, int all, struct timeval *timeout, 78 static ber_tag_t try_read1msg LDAP_P(( LDAP *ld, ber_int_t msgid, 80 static ber_tag_t build_result_ber LDAP_P(( LDAP *ld, BerElement **bp, LDAPRequest *lr )); 81 static void merge_error_info LDAP_P(( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr )); 82 static LDAPMessage * chkResponseList LDAP_P(( LDAP *ld, int msgid, int all)); 108 LDAP *ld, in ldap_result() argument 116 assert( ld != NULL ); in ldap_result() 119 Debug2( LDAP_DEBUG_TRACE, "ldap_result ld %p msgid %d\n", (void *)ld, msgid ); in ldap_result() [all …]
|
| D | psearchctrl.c | 79 LDAP *ld, in ldap_create_persistentsearch_control_value() argument 89 assert( ld != NULL ); in ldap_create_persistentsearch_control_value() 90 assert( LDAP_VALID( ld ) ); in ldap_create_persistentsearch_control_value() 92 if ( ld == NULL ) return LDAP_PARAM_ERROR; in ldap_create_persistentsearch_control_value() 94 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_create_persistentsearch_control_value() 98 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_create_persistentsearch_control_value() 104 ld->ld_errno = LDAP_SUCCESS; in ldap_create_persistentsearch_control_value() 106 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_persistentsearch_control_value() 108 ld->ld_errno = LDAP_NO_MEMORY; in ldap_create_persistentsearch_control_value() 109 return ld->ld_errno; in ldap_create_persistentsearch_control_value() [all …]
|
| D | deref.c | 37 LDAP *ld, in ldap_create_deref_control_value() argument 45 if ( ld == NULL || value == NULL || ds == NULL ) in ldap_create_deref_control_value() 47 if ( ld ) in ldap_create_deref_control_value() 48 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_create_deref_control_value() 52 assert( LDAP_VALID( ld ) ); in ldap_create_deref_control_value() 56 ld->ld_errno = LDAP_SUCCESS; in ldap_create_deref_control_value() 58 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_deref_control_value() 60 ld->ld_errno = LDAP_NO_MEMORY; in ldap_create_deref_control_value() 61 return ld->ld_errno; in ldap_create_deref_control_value() 66 ld->ld_errno = LDAP_ENCODING_ERROR; in ldap_create_deref_control_value() [all …]
|
| D | abandon.c | 46 LDAP *ld, 69 LDAP *ld, in ldap_abandon_ext() argument 79 LDAP_MUTEX_LOCK( &ld->ld_req_mutex ); in ldap_abandon_ext() 81 rc = ldap_int_client_controls( ld, cctrls ); in ldap_abandon_ext() 83 rc = do_abandon( ld, msgid, NULL, sctrls, 1 ); in ldap_abandon_ext() 86 LDAP_MUTEX_UNLOCK( &ld->ld_req_mutex ); in ldap_abandon_ext() 104 ldap_abandon( LDAP *ld, int msgid ) in ldap_abandon() argument 107 return ldap_abandon_ext( ld, msgid, NULL, NULL ) == LDAP_SUCCESS in ldap_abandon() 114 LDAP *ld, in ldap_pvt_discard() argument 119 LDAP_MUTEX_LOCK( &ld->ld_req_mutex ); in ldap_pvt_discard() [all …]
|
| D | vlvctrl.c | 92 LDAP *ld, in ldap_create_vlv_control_value() argument 99 if ( ld == NULL || vlvinfop == NULL || value == NULL ) { in ldap_create_vlv_control_value() 100 if ( ld ) in ldap_create_vlv_control_value() 101 ld->ld_errno = LDAP_PARAM_ERROR; in ldap_create_vlv_control_value() 105 assert( LDAP_VALID( ld ) ); in ldap_create_vlv_control_value() 109 ld->ld_errno = LDAP_SUCCESS; in ldap_create_vlv_control_value() 111 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_vlv_control_value() 113 ld->ld_errno = LDAP_NO_MEMORY; in ldap_create_vlv_control_value() 114 return ld->ld_errno; in ldap_create_vlv_control_value() 157 ld->ld_errno = LDAP_NO_MEMORY; in ldap_create_vlv_control_value() [all …]
|
| D | search.c | 62 LDAP *ld, in ldap_search_ext() argument 74 return ldap_pvt_search( ld, base, scope, filter, attrs, in ldap_search_ext() 80 LDAP *ld, in ldap_pvt_search() argument 100 assert( ld != NULL ); in ldap_pvt_search() 101 assert( LDAP_VALID( ld ) ); in ldap_pvt_search() 104 rc = ldap_int_client_controls( ld, cctrls ); in ldap_pvt_search() 124 ber = ldap_build_search_req( ld, base, scope, filter, attrs, in ldap_pvt_search() 128 return ld->ld_errno; in ldap_pvt_search() 133 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_SEARCH, base, ber, id ); in ldap_pvt_search() 136 return ld->ld_errno; in ldap_pvt_search() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ChangeLog-2018 | 12 * testsuite/ld-i386/i386.exp: Run PR gas/23997 test. 13 * testsuite/ld-x86-64/x86-64.exp: Likewise. 14 * testsuite/ld-x86-64/pr23997a.s: New file. 15 * testsuite/ld-x86-64/pr23997b.c: Likewise. 16 * testsuite/ld-x86-64/pr23997c.c: Likewise. 20 * testsuite/ld-x86-64/x86-64.exp: Rename PR ld/22842 run-time 25 PR ld/23900 26 * testsuite/ld-elf/elf.exp: Run PR ld/23900 test. 27 * testsuite/ld-elf/pr23900-1-32.rd: New file. 28 * testsuite/ld-elf/pr23900-1-64.rd: Likewise. [all …]
|
| D | ChangeLog-2016 | 10 * testsuite/ld-pru/emit-relocs-1.d: New PRU testcase file. 11 * testsuite/ld-pru/emit-relocs-1.ld: Ditto. 12 * testsuite/ld-pru/emit-relocs-1a.s: Ditto. 13 * testsuite/ld-pru/emit-relocs-1b.s 14 * testsuite/ld-pru/ldi32.d: Ditto. 15 * testsuite/ld-pru/ldi32.s: Ditto. 16 * testsuite/ld-pru/ldi32_symbol.s: Ditto. 17 * testsuite/ld-pru/norelax_ldi32-data.d: Ditto. 18 * testsuite/ld-pru/norelax_ldi32-dis.d: Ditto. 19 * testsuite/ld-pru/pcrel_s10.d: Ditto. [all …]
|
| D | ChangeLog-2020 | 5 * testsuite/ld-elf/pr27128.s: New file. 6 * testsuite/ld-elf/pr27128.t: Likewise. 7 * testsuite/ld-elf/pr27128a.d: Likewise. 8 * testsuite/ld-elf/pr27128b.d: Likewise. 9 * testsuite/ld-elf/pr27128c.d: Likewise. 10 * testsuite/ld-elf/pr27128d.d: Likewise. 11 * testsuite/ld-elf/pr27128e.d: Likewise. 15 * testsuite/ld-elf/retain7a.d: Don't run on hppa-linux. 16 * testsuite/ld-elf/retain7b.d: Correct name. Don't run on tic6x. 25 * testsuite/ld-scripts/pr27100.d, [all …]
|
| D | ChangeLog-2017 | 3 * testsuite/ld-mn10300/mn10300.exp: Update address of FSF in 8 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test cases. 9 * testsuite/ld-aarch64/emit-relocs-258-dyn-bad.d: New. 10 * testsuite/ld-aarch64/emit-relocs-258.s: New. 11 * testsuite/ld-aarch64/emit-relocs-259-dyn-bad.d: New. 12 * testsuite/ld-aarch64/emit-relocs-259.s: New. 13 * testsuite/ld-aarch64/gc-relocs-257.s: Put R_AARCH64_ABS32, 19 * testsuite/ld-elf/interleave.s: Use .data sections and provide 21 * testsuite/ld-elf/interleave.ld: Discard other sections. Adjust 30 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Ask ld [all …]
|
| D | ChangeLog | 4 * po/ld.pot: Regenerate. 41 * ld.texi (Special Sections): New entry in the linker manual. 66 * ld.texi: Fix redundant space typo. 76 * ld.texi: Document the new command line options. 84 * testsuite/ld-elf/commonpage2.d: Disable errors for RWX segments 86 * testsuite/ld-elf/elf.exp: Likewise. 87 * testsuite/ld-elf/header.d: Likewise. 88 * testsuite/ld-elf/loadaddr1.d: Likewise. 89 * testsuite/ld-elf/loadaddr2.d: Likewise. 90 * testsuite/ld-elf/maxpage4.d: Likewise. [all …]
|
| D | ChangeLog-2019 | 22 * testsuite/lib/ld-lib.exp (uses_genelf): Remove moxie. 36 * testsuite/ld-avr/lds-mega.d: Adjust symbols to suit objdump change. 37 * testsuite/ld-avr/lds-tiny.d: Likewise. 38 * testsuite/ld-x86-64/load2.d: Likewise. 39 * testsuite/ld-mips-elf/compact-eh1.s: Give function symbols 41 * testsuite/ld-mips-elf/compact-eh1a.s: Likewise. 42 * testsuite/ld-mips-elf/compact-eh1b.s: Likewise. 43 * testsuite/ld-mips-elf/compact-eh2.s: Likewise. 44 * testsuite/ld-mips-elf/compact-eh3.s: Likewise. 45 * testsuite/ld-mips-elf/compact-eh3a.s: Likewise. [all …]
|
| /netbsd/src/sys/kern/ |
| D | subr_lockdebug.c | 149 const lockdebug_t *ld = n; in ld_rbto_compare_key() local 150 const uintptr_t a = (uintptr_t)ld->ld_lock; in ld_rbto_compare_key() 172 lockdebug_t *ld; in lockdebug_lookup1() local 177 ld = rb_tree_find_node(&ld_rb_tree, (void *)(intptr_t)lock); in lockdebug_lookup1() 179 if (ld == NULL) { in lockdebug_lookup1() 182 __cpu_simple_lock(&ld->ld_spinlock); in lockdebug_lookup1() 184 return ld; in lockdebug_lookup1() 218 lockdebug_t *ld; in lockdebug_lookup() local 221 ld = lockdebug_lookup1(lock); in lockdebug_lookup() 224 if (__predict_false(ld == NULL)) { in lockdebug_lookup() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ |
| D | ecp_nistz256-ppc64.S | 2399 ld 24,0(4) 2400 ld 6,0(5) 2401 ld 25,8(4) 2402 ld 26,16(4) 2403 ld 27,24(4) 2413 ld 22,48(1) 2414 ld 23,56(1) 2415 ld 24,64(1) 2416 ld 25,72(1) 2417 ld 26,80(1) [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | sha256.sum | 1034 …c81335f6614f7578b17695a0d479fbaba38a9769c7c17bcf7c570b2 binutils/testsuite/binutils-all/pr25662.ld 1372 919152fe1c7f2f713dffb59cb18ad3d9dbbd0970063888d6bb22b55e87c64656 config/ld-symbolic.m4 1374 a6fa0188365e5c695f7e7bc25451612e86fc20fcd326b35680aa5c0684c91a33 config/lib-ld.m4 3479 69c97de1723121d34f67af53b085e10a4045d76f594867561825fc1a6f57db6a gas/testsuite/gas/arc/ld.d 3480 f041a8def460e88f9688dffafc951581f482333d66d6dbf8495a679ae2c8ba4a gas/testsuite/gas/arc/ld.s 4496 2c163664243fb686978bc33024205f186e44e50fdb78ff400095dd335e91b0d9 gas/testsuite/gas/arm/ld-sp-warn-… 4497 5e94330bf3939986e8c4e95bccb495022c0a859d5875f6372d1ff8b76095e98c gas/testsuite/gas/arm/ld-sp-warn-… 4498 13c058eda72acd0fff1a67fcf8d25510d4feb537862ddb45bd5a86f1196ebfa2 gas/testsuite/gas/arm/ld-sp-warn-… 4499 5e94330bf3939986e8c4e95bccb495022c0a859d5875f6372d1ff8b76095e98c gas/testsuite/gas/arm/ld-sp-warn-… 4500 54c596927bf38d01b4f9eff994272492086002664f381354f78a913e9cb3e015 gas/testsuite/gas/arm/ld-sp-warn-… [all …]
|