Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A DMakefile.test53 PROGS += style1
54 STYLE1OBJS = style1-main.o style1-func.o
55 style1: $(STYLE1OBJS)
60 PROGS += style1-with-r13
61 STYLE1R13OBJS = style1-main.o style1-func-with-r13.o
62 style1-with-r13: $(STYLE1R13OBJS)
66 PROGS += style1-with-r12
67 STYLE1R12OBJS = style1-main.o style1-func-with-r12.o
68 style1-with-r12: $(STYLE1R12OBJS)
H A Damd64-ie-test.sh39 dis_test "addq-->leaq 1" func style1 \
41 dis_test "addq-->leaq 2" func style1 \
44 dis_test "addq-->leaq w/REX 1" func style1-with-r13 \
46 dis_test "addq-->leaq w/REX 2" func style1-with-r13 \
49 dis_test "addq-->addq for SIB 1" func style1-with-r12 \
51 dis_test "addq-->addq for SIB 2" func style1-with-r12 \
H A DMakefile21 style1-func-with-r12.s \
22 style1-func-with-r13.s \
23 style1-func.s \
24 style1-main.s \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m138 file path=opt/elf-tests/tests/tls/amd64/ie/style1-func-with-r12.s mode=0444
139 file path=opt/elf-tests/tests/tls/amd64/ie/style1-func-with-r13.s mode=0444
140 file path=opt/elf-tests/tests/tls/amd64/ie/style1-func.s mode=0444
141 file path=opt/elf-tests/tests/tls/amd64/ie/style1-main.s mode=0444
/illumos-gate/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()