Home
last modified time | relevance | path

Searched refs:style1 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A DMakefile61 PROGS += style1
62 STYLE1OBJS = style1-main.o style1-func.o
63 style1: $(STYLE1OBJS) target
68 PROGS += style1-with-r13
69 STYLE1R13OBJS = style1-main.o style1-func-with-r13.o
70 style1-with-r13: $(STYLE1R13OBJS)
74 PROGS += style1-with-r12
75 STYLE1R12OBJS = style1-main.o style1-func-with-r12.o
76 style1-with-r12: $(STYLE1R12OBJS)
H A Dx64-ie-test.sh37 dis_test "addq-->leaq 1" func style1 \
39 dis_test "addq-->leaq 2" func style1 \
42 dis_test "addq-->leaq w/REX 1" func style1-with-r13 \
44 dis_test "addq-->leaq w/REX 2" func style1-with-r13 \
47 dis_test "addq-->addq for SIB 1" func style1-with-r12 \
49 dis_test "addq-->addq for SIB 2" func style1-with-r12 \
/titanic_44/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1043 i_dlpi_open(const char *provider, int *fd, uint_t flags, boolean_t style1) in i_dlpi_open() argument
1059 } else if (style1 && !(flags & DLPI_DEVONLY)) { in i_dlpi_open()