Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 25 of 2592) sorted by relevance

12345678910>>...104

/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/
H A Dppc-mont.S38 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 …]
H A Dppc.S187 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 …]
H A Dkeccak1600-ppc64.S64 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 …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/
H A Dppc-mont.S38 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 …]
H A Dppc.S187 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 …]
H A Dkeccak1600-ppc64.S64 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 …]
H A Decp_nistz256-ppc64.S2409 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/
H A Dunbind.c44 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 …]
H A Dopen.c45 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 …]
H A Dmsctrl.c41 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 …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-201812 * 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 …]
H A DChangeLog-201610 * 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 …]
H A DChangeLog-20205 * 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 …]
H A DChangeLog-20173 * 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 …]
H A DChangeLog4 * 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-201812 * 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 …]
H A DChangeLog-201610 * 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 …]
H A DChangeLog-20205 * 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 …]
H A DChangeLog-20173 * 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 …]
H A DChangeLog8 PR ld/29411
37 * testsuite/ld-elf/elf.exp: Add the --warn-execstack command line
71 * testsuite/ld-elf/pr29072.b.warn: Update to include the note
91 * testsuite/ld-pe/secidx1.s: New test source file.
92 * testsuite/ld-pe/secidx2.s: New test source file.
93 * testsuite/ld-pe/secidx.d: New test driver file.
94 * testsuite/ld-pe/secidx_64.d: New test driver file.
95 * testsuite/ld-pe/pe.exp: Add new tests.
100 * testsuite/ld-elf/pr21964-1a.c: Fix array comparisons.
101 * testsuite/ld-elf/pr21964-1b.c: Likewise.
[all …]
/netbsd-src/sys/kern/
H A Dsubr_lockdebug.c149 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/external/gpl3/binutils.old/dist/
H A Dsha256.sum749 …c81335f6614f7578b17695a0d479fbaba38a9769c7c17bcf7c570b2 binutils/testsuite/binutils-all/pr25662.ld
1365 919152fe1c7f2f713dffb59cb18ad3d9dbbd0970063888d6bb22b55e87c64656 config/ld-symbolic.m4
1370 fae6e5f8f517062047db7ecc0215a55c695883630fc24bb33a201eff99c65241 config/lib-ld.m4
4172 dadfa420bc9eacb5a6ca72b03740c005ec6af5d3579baa8d4e3d8b02dc184c03 gas/testsuite/gas/s12z/ld-opr.d
4185 77ef826c8a9b540023d942f378f5df5bfd5874a258e5726dca37981fd7a6a3e9 gas/testsuite/gas/s12z/ld-s-opr.d
4198 10ead5c8697f9cdeace52f4f8551d8a903da997519ce90a0af1e7a952768bb8f gas/testsuite/gas/s12z/ld-imm-pag…
4201 69564f9defbc17e97ff690978e15bb97778c611c11ca6a959cc8ffc53191fe66 gas/testsuite/gas/s12z/ld-s-opr.s
4202 8cbf940cc335741c6c497a6e8ecbffe39bb990cdeeaa14dbbc8ee7b46fe96036 gas/testsuite/gas/s12z/ld-large-d…
4222 5032305d27de2e47c44eb157a8c86b7405790311889f05387e1f8921c9117f35 gas/testsuite/gas/s12z/ld-imm.s
4224 a37142f6b8a3f01249c99af05d736012a9065d3fb31ec43744388159c61944d8 gas/testsuite/gas/s12z/ext24-ld-x…
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
H A Decp_nistz256-ppc64.S2399 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/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
H A Decp_nistz256-ppc64.S2399 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/
H A Dsha256.sum1034 …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 …]

12345678910>>...104