Home
last modified time | relevance | path

Searched refs:ld (Results 126 – 150 of 461) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dcrt.S53 ld [%i7 + 8], %o3
59 ld [%fp + STRUCT_VAL_OFF], %i0 ! set expected return value
64 ld [%o0 + %o1], %o4
78 ld [%i7 + 8], %o3
84 ld [%fp + STRUCT_VAL_OFF], %i0 ! set expected return value
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A Dstrip-all-sections.sh34 export LD_ALTEXEC=$PROTO/bin/ld
43 /bin/ld -s strip-all-obj1.o -o strip-all
58 /bin/ld -r -s strip-all-obj1.o -o strip-all.o
H A Dstrip-one-section.sh36 export LD_ALTEXEC=$PROTO/bin/ld
45 /bin/ld -s strip-one-obj1.o -o strip-one
64 /bin/ld -r -s strip-one-obj1.o -o strip-one.o
H A Dstrip-two-sections.sh36 export LD_ALTEXEC=$PROTO/bin/ld
45 /bin/ld -s strip-two-obj1.o -o strip-two
64 /bin/ld -r -s strip-two-obj1.o -o strip-two.o
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S146 ld [%fp+0x5c],%l7
178 ld [%i1],%f0
179 ld [%i1+4],%f3
272 ld [%fp+nk0],%l0
275 ld [%fp+nk1],%l1
279 ld [%fp+nk2],%l2
471 ld [%fp+nk1],%g5
474 ld [%fp+nk2],%o7
950 ld [%i1],%l2
951 ld [%i1],%f20
[all …]
H A D__vpowf.S737 ld [%i1],%o3
1274 ld [%fp+tmp1],%o0
1482 ld [%fp+tmp1],%o0
1614 ld [%o2],%f4 ! *px
1618 ld [%i3],%f6 ! *py
1717 ld [%fp+tmp0],%f4
1720 ld [%fp+tmp0],%o3
1941 ld [%fp+tmp_counter],%g1
1997 ld [%fp+tmp_counter],%i3
2052 ld [%fp+tmp_counter],%o2
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-float.c25 double ld; variable
65 ld = 2.5;
66 sm_snprintf(buf, sizeof(buf), "%.3f %.1f", d, ld);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c189 LDAP *ld=NULL; local
196 retval = ldap_initialize(&ld, ldap_server, SSL_OFF, NULL);
206 retval = ldap_sasl_bind_s(ld, NULL, NULL, NULL, NULL, NULL, NULL);
214 retval = ldap_search_ext_s(ld, "", LDAP_SCOPE_BASE, NULL, attrs, 0, NULL, NULL, NULL, 0, &res);
222 msg = ldap_first_message(ld, res);
225 msg = ldap_first_entry(ld, res);
233 values = ldap_get_values(ld, msg, "supportedSASLMechanisms");
260 if (ld != NULL)
261 ldap_unbind_ext_s(ld, NULL, NULL);
H A Dldap_principal.c154 LDAP *ld=NULL; local
207 for (ent=ldap_first_entry(ld, result); ent != NULL; ent=ldap_next_entry(ld, ent)) {
208 if ((values=ldap_get_values(ld, ent, "krbprincipalname")) != NULL) {
216 if ((st = populate_krb5_db_entry(context, ldap_context, ld, ent, principal,
264 LDAP *ld=NULL; local
299 st = ldap_delete_ext_s(ld, DN, NULL, NULL);
348 if ((st=checkattributevalue(ld, DN, "objectclass", attrvalues, &amask)) != 0)
362 st=ldap_modify_ext_s(ld, DN, mods, NULL, NULL);
H A Dldap_principal2.c90 LDAP *ld=NULL; local
138 …for (ent=ldap_first_entry(ld, result); ent != NULL && *nentries == 0; ent=ldap_next_entry(ld, ent)…
458 LDAP *ld=NULL; local
559 numlentries = ldap_count_entries(ld, result);
571 ent = ldap_first_entry(ld, result);
574 if ((principal_dn = ldap_get_dn(ld, ent)) == NULL) {
575 ldap_get_option (ld, LDAP_OPT_RESULT_CODE, &st);
735 ent = ldap_first_entry(ld, result);
1093 st = ldap_delete_ext_s(ld, standalone_principal_dn, NULL, NULL);
1137 st=ldap_modify_ext_s(ld, xargs.dn, mods, NULL, NULL);
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlibpath.sh24 -x /lib/ld.so /lib/ld-*.so /usr/lib/ld.so /lib/rld \
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S95 ld [%i1], %i3 ! delay slot
101 ld [%i0 + %i1], %i4
145 ld [%i1], %i3 ! delay slot
151 ld [%i0 + %i1], %i4
189 ld [%i1], %i3 ! delay slot
195 ld [%i1 + %i0], %i4 ! read a word from s2
225 ld [%i1], %i5 ! read a word from s1
229 ld [%i1], %i5 ! read a word from s1
234 ld [%i1 + %i0], %i4 ! read a word from s2
258 ld [%i1], %i5
H A Dlshiftl.S45 ld [%o7+8],%o4 ! Instruction at ret-addr should be a
53 ld [%o0+0],%o2 ! fetch op.dl_hop
54 ld [%o0+4],%o3 ! fetch op.dl_lop
57 ld [%sp+(16*4)],%o0 ! address to store result into
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64i.s29 ld s4, 0x7ff(s1)
30 ld s3, (s1)
31 ld s2, -0x800(s1)
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dstret.S43 # define LD ld
65 ld [%i7+8],MEMWORD
76 ld [%fp+STRUCT_VAL_OFF],TO /* (DELAY SLOT) */
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.h199 #define LD_NUM_OFFSET(ld) (ld * LDG_NUM_STEP) argument
207 #define LDSV_OFFSET_MASK(ld) \ argument
208 (((ld < NXGE_MAC_LD_START) ? \
209 (LD_IM0_REG + LDSV_OFFSET(ld)) : \
210 (LD_IM1_REG + LDSV_OFFSET((ld - NXGE_MAC_LD_START))))); \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtraptrace.h178 ld [ptr + %lo(trap_freeze)], ptr; \
193 ld [ptr + %lo(trap_freeze)], ptr; \
196 ld [scr1 + TRAPTR_LIMIT], ptr; \
202 ld [scr1 + TRAPTR_OFFSET], scr1; \
221 ld [scr1 + %lo(trap_freeze)], scr1; \
224 ld [scr2 + TRAPTR_OFFSET], scr1; \
225 ld [scr2 + TRAPTR_LIMIT], scr3; \
277 ld [scr2 + CPU_BASE_SPL], scr2; \
/illumos-gate/usr/src/test/elf-tests/runfiles/
H A Ddefault.run66 [/opt/elf-tests/tests/tls/i386/ld]
68 tests = ['i386-ld-test']
70 [/opt/elf-tests/tests/tls/amd64/ld]
72 tests = ['amd64-ld-test']
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh.out2 ld.so.1 ld.so.1`calloc
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h101 LDAP *ld; /* LDAP connection */ member
160 int saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts);
162 int adutils_set_thread_functions(LDAP *ld);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c699 convert_to_door_line(LDAP* ld, in convert_to_door_line() argument
753 a = ldap_first_attribute(ld, e, &ber); in convert_to_door_line()
764 a = ldap_next_attribute(ld, e, ber); in convert_to_door_line()
773 a = ldap_next_attribute(ld, e, ber); in convert_to_door_line()
811 a = ldap_first_attribute(ld, e, &ber); in convert_to_door_line()
814 a = ldap_next_attribute(ld, e, ber); in convert_to_door_line()
905 ldap_rc = ldap_search_ext_s(ld, in getDirBaseDN()
970 getDUAProfile(LDAP *ld, in getDUAProfile() argument
988 ldap_rc = ldap_search_ext_s(ld, in getDUAProfile()
1017 ret_code = convert_to_door_line(ld, in getDUAProfile()
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool-sasl.h13 void *ldaptool_set_sasl_defaults ( LDAP *ld, char *mech, char *authid, char *username, char *passwd…
14 int ldaptool_sasl_interact ( LDAP *ld, unsigned flags, void *defaults, void *p );
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h235 ld [ptr + %lo(trap_freeze)], ptr; \
250 ld [ptr + %lo(trap_freeze)], ptr; \
253 ld [scr1 + TRAPTR_LIMIT], ptr; \
259 ld [scr1 + TRAPTR_OFFSET], scr1; \
278 ld [scr1 + %lo(trap_freeze)], scr1; \
281 ld [scr2 + TRAPTR_OFFSET], scr1; \
282 ld [scr2 + TRAPTR_LIMIT], scr3; \
336 ld [scr2 + CPU_BASE_SPL], scr2; \
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.noexdata32 # -M option to cc or ld:
34 # cc -M /usr/lib/ld/map.noexdata myprogram.c
40 # non-executable heap. See /usr/lib/ld/map.noexbss.
42 # See also /usr/lib/ld/map.execdata.
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c31 long ld = 0; in newkeys() local
46 sprintf(bkeys, ";%ld", ld); in newkeys()
53 ld += ll; in newkeys()

12345678910>>...19