Searched refs:toc (Results 1 - 25 of 118) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dregister-var-3.c7 register int toc; /* { dg-error "register name not specified" } */ variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dregister-var-3.c7 register int toc; /* { dg-error "register name not specified" } */ variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-powerpc/
H A Dtlstoc.s26 addi 3,2,.Lgd@toc
29 .section .toc,"aw",@progbits
35 addi 3,2,.Lld@toc
38 .section .toc,"aw",@progbits
46 addi 3,2,.Lgd0@toc
49 .section .toc,"aw",@progbits
55 addi 3,2,.Lld0@toc
58 .section .toc,"aw",@progbits
69 ld 9,.Lld2@toc(2)
71 .section .toc,"a
[all...]
H A Daix-glink-3a.s1 .toc
H A Daix-glink-3b.s1 .toc
H A Dsymtocbase-1.s1 .section .toc,"aw",@progbits
17 ld 9,.LCi@toc(2)
H A Dsymtocbase-2.s1 .section .toc,"aw",@progbits
15 ld 9,.LCi@toc(2)
H A Daix-glink-2b.s1 .toc
H A Daix-glink-1.s1 .toc
H A Daix-toc-1a.s2 .toc
H A Daix-toc-1b.s2 .toc
H A Dtocopt.s1 .section .toc,"aw"
39 # no need for toc entry, optimise to nop,addi
40 addis 9,2,x4t@toc@ha
41 ld 9,x4t@toc@l(9)
42 # must keep toc entry, optimise to nop,addi,ld
44 # the toc entry and optimise to nop,nop,addi
45 addis 4,2,x5t@toc@ha
46 addi 5,4,x5t@toc@l
48 # must keep toc entry, optimise to nop,li,ldx
49 lis 29,x6t@toc
[all...]
H A Daix-weak-3b.s11 .toc
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dpower4.s5 .section ".toc"
26 lq 4,.L_tsym0@toc(2)
27 lq 4,.L_tsym1@toc(2)
28 lq 4,.L_tsym2@toc(2)
29 lq 4,.L_tsym3@toc(2)
30 lq 4,.L_tsym4@toc(2)
31 lq 4,.L_tsym5@toc(2)
32 lq 6,.L_tsym5@toc@l(2)
H A Dtest1elf.asm18 .section ".toc"
42 LDW 3,.L_tsym0@toc(2)
43 LDW 3,.L_tsym1@toc(2)
44 LDW 3,.L_tsym2@toc(2)
45 LDW 3,.L_tsym3@toc(2)
46 LDW 3,.L_tsym4@toc(2)
47 LDW 3,.L_tsym5@toc(2)
49 lis 4,.L_tsym5@toc@ha
50 LDW 3,.L_tsym5@toc@l(2)
H A Dtest1elf64.s18 .section ".toc"
42 ld 3,.L_tsym0@toc(2)
43 ld 3,.L_tsym1@toc(2)
44 ld 3,.L_tsym2@toc(2)
45 ld 3,.L_tsym3@toc(2)
46 ld 3,.L_tsym4@toc(2)
47 ld 3,.L_tsym5@toc(2)
49 lis 4,.L_tsym5@toc@ha
50 ld 3,.L_tsym5@toc@l(2)
H A Dtest1elf64.d18 3 \.toc 00000030 0000000000000000 0000000000000000 .*
26 0000000000000000 l d \.toc 0000000000000000 (|\.toc)
56 1a: R_PPC64_TOC16_DS \.toc
58 1e: R_PPC64_TOC16_DS \.toc\+0x8
60 22: R_PPC64_TOC16_DS \.toc\+0x10
62 26: R_PPC64_TOC16_DS \.toc\+0x18
64 2a: R_PPC64_TOC16_DS \.toc\+0x20
66 2e: R_PPC64_TOC16_DS \.toc\+0x28
68 32: R_PPC64_TOC16_HA \.toc\
[all...]
H A Dpower4.d19 +3 \.toc +0+30 +0+ +0+ +.*
27 0+ l +d +\.toc 0+ (|\.toc)
50 1a: R_PPC64_TOC16_DS \.toc
52 1e: R_PPC64_TOC16_DS \.toc\+0x8
54 22: R_PPC64_TOC16_DS \.toc\+0x10
56 26: R_PPC64_TOC16_DS \.toc\+0x18
58 2a: R_PPC64_TOC16_DS \.toc\+0x20
60 2e: R_PPC64_TOC16_DS \.toc\+0x28
62 32: R_PPC64_TOC16_LO_DS \.toc\
[all...]
/netbsd-6-1-5-RELEASE/share/man/man0/
H A Dtocrc38 tmp=/tmp/toc$$
58 : permuted index and toc files
77 >toc$x
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/mkboot/
H A Dmkboot.c282 bcddate(char *name, char *toc) argument
289 *toc = ((tm->tm_mon+1) / 10) << 4;
290 *toc++ |= (tm->tm_mon+1) % 10;
291 *toc = (tm->tm_mday / 10) << 4;
292 *toc++ |= tm->tm_mday % 10;
293 *toc = (tm->tm_year / 10) << 4;
294 *toc++ |= tm->tm_year % 10;
295 *toc = (tm->tm_hour / 10) << 4;
296 *toc++ |= tm->tm_hour % 10;
297 *toc
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/doc/
H A DNTMakefile76 $(OBJ)\heimdal\toc.hhc: $(OBJ)\heimdal\Copyrights-and-Licenses.html
77 $(PERL) $(SRC)\cf\w32-hh-toc-from-info.pl -o$@ $**
82 $(DOCDIR)\heimdal.chm: $(OBJ)\heimdal\heimdal.hhp $(OBJ)\heimdal\toc.hhc
96 $(OBJ)\hx509\toc.hhc: $(OBJ)\hx509\How-to-use-the-PKCS11-module.html
97 $(PERL) $(SRC)\cf\w32-hh-toc-from-info.pl -o$@ $**
102 $(DOCDIR)\hx509.chm: $(OBJ)\hx509\hx509.hhp $(OBJ)\hx509\toc.hhc
/netbsd-6-1-5-RELEASE/distrib/notes/
H A DMakefile.inc19 TOCS= ${TARG}.PostScript.toc ${TARG}.ASCII.toc ${TARG}.HTML.toc \
20 ${TARG}.more.toc
71 # Rules to build the table of contents (.toc) files.
79 ${TARG}.PostScript.toc: ${SRCS}
85 ${TARG}.ASCII.toc: ${SRCS}
91 ${TARG}.HTML.toc: ${SRCS}
97 ${TARG}.more.toc: ${SRCS}
110 ${TOCS:S/.toc
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dsectioning.h89 int toc; /* TOC_NO means do not enter in toc; member in struct:__anon4937
90 TOC_YES means enter it in toc */
100 /* make entries into toc no/yes */
/netbsd-6-1-5-RELEASE/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile7 sectioning.c toc.c xml.c xref.c
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/java/
H A DKerberosInit.java48 TextOutputCallback toc = (TextOutputCallback)callbacks[i];
49 System.out.println(toc.getMessage());

Completed in 287 milliseconds

12345