Home
last modified time | relevance | path

Searched refs:TOC (Results 1 – 25 of 98) sorted by relevance

1234

/external/markdown/tests/extensions-x-toc/
Dinvalid.txt1 [TOC]
6 The TOC marker cannot be inside a header. This test makes sure markdown doesn't
8 clue the author in that s/he needs to add a blank line between the TOC and
Dnested.txt9 [TOC]
/external/markdown/docs/extensions/
DTables_of_Contents.txt16 marker. The marker defaults to ``[TOC]`` so the following document:
18 [TOC]
43 to ``[TOC]``.
48 * **title**: Title to insert in TOC ``<div>``. Defaults to ``None``.
/external/valgrind/main/coregrind/m_dispatch/
Ddispatch-ppc64-linux.S80 .quad .VG_(disp_run_translations),.TOC.@tocbase,0
400 .quad .VG_(disp_cp_chain_me_to_slowEP),.TOC.@tocbase,0
425 .quad .VG_(disp_cp_chain_me_to_fastEP),.TOC.@tocbase,0
450 .quad .VG_(disp_cp_xindir),.TOC.@tocbase,0
501 .quad .VG_(disp_cp_xassisted),.TOC.@tocbase,0
518 .quad .VG_(disp_cp_evcheck_fail),.TOC.@tocbase,0
/external/chromium_org/build/toolchain/nacl/
DBUILD.gn30TOC ]; then $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs …
/external/llvm/test/CodeGen/PowerPC/
Dppc64-calls.ll13 ; Calls to local function does not require the TOC restore 'nop'
22 ; Calls to weak function requires a TOC restore 'nop' because they
45 ; Absolute vales should be have the TOC restore 'nop'
Dmcm-12.ll3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
4 ; for loading a value from the constant pool (TOC-relative).
D2012-09-16-TOC-entry-check.ll5 ; This test check if the TOC entry symbol name won't clash with global .LC0
12 ; The 1.0 and 3.0 constants generate two TOC entries
Dppc64-linux-func-size.ll7 ; CHECK-NEXT: .quad .TOC.@tocbase
Dmcm-10.ll3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
Dmcm-11.ll3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
Dmcm-4.ll5 ; for loading a value from the constant pool (TOC-relative).
Dmcm-5.ll5 ; for loading the address of a jump table from the TOC.
/external/chromium_org/build/toolchain/mac/
DBUILD.gn52TOC ] || otool -l \$lib | grep -q LC_REEXPORT_DYLIB ; then $ld -shared \$ldflags -o \$lib \$in \$s…
/external/chromium_org/third_party/opus/src/silk/
Ddebug.h168 #define TOC(TAG_NAME) { \ macro
197 #define TOC(TAG_NAME) { \ macro
231 #define TOC(TAG_NAME) macro
/external/chromium_org/build/toolchain/linux/
DBUILD.gn16TOC ]; then $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs …
/external/chromium_org/third_party/icu/
Dicu4c.css410 h2.TOC {
427 ul.TOC {
433 ul.TOC li a {
437 ul.TOC li ul li a {
443 ul.TOC li ul {
/external/icu4c/
Dicu4c.css410 h2.TOC {
427 ul.TOC {
433 ul.TOC li a {
437 ul.TOC li ul li a {
443 ul.TOC li ul {
/external/libffi/src/powerpc/
Daix.S99 .long .ffi_call_AIX, TOC[tc0], 0
219 .long .ffi_call_DARWIN, TOC[tc0], 0
/external/llvm/test/MC/PowerPC/
Dppc64-relocs-01.s7 .quad .TOC.@tocbase
/external/valgrind/main/coregrind/m_syswrap/
Dsyscall-ppc64-linux.S81 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0
/external/chromium_org/components/autofill/
DREADME22 …red-components-technical-approach/making-autofill-into-a-layered-component#TOC-Help-How-Do-I-Get-M…
/external/elfutils/backends/
Dppc64_reloc.def76 RELOC_TYPE (TOC, REL)
142 ie. TOC managed by compiler.
/external/chromium_org/build/
Djava.gypi374 'message': 'Creating <(_target_name) jar.TOC',
382 '<(jar_final_path).TOC',
387 '--toc-path=<(jar_final_path).TOC',
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp65 MapVector<MCSymbol*, MCSymbol*> TOC; member in __anon82dd75290111::PPCAsmPrinter
308 MCSymbol *&TOCEntry = TOC[Sym]; in lookUpOrCreateTOCEntry()
768 if (isPPC64 && !TOC.empty()) { in doFinalization()
774 for (MapVector<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(), in doFinalization()
775 E = TOC.end(); I != E; ++I) { in doFinalization()

1234