HomeSort by relevance Sort by last modified time
    Searched refs:TOC (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/PowerPC/
tls-ie-obj.s 16 .quad .TOC.@tocbase
tls-gd-obj.s 17 .quad .TOC.@tocbase
tls-ld-obj.s 16 .quad .TOC.@tocbase
ppc64-relocs-01.s 7 .quad .TOC.@tocbase
11 ld 4, .LC1@toc(2)
14 .section .toc,"aw",@progbits
25 # R_PPC64_TOC16_DS against the .toc and the 'sin' external function
28 # CHECK-NEXT: 0x{{[0-9,A-F]+}} R_PPC64_TOC16_DS .toc
36 # module's TOC base).
41 # Finally the TOC creates the relocation for the 'number64'.
42 # CHECK: Section ({{[0-9]+}}) .rela.toc {
ppc64-fixups.s 220 # CHECK-BE: ld 1, target@toc(2) # encoding: [0xe8,0x22,A,0bAAAAAA00]
221 # CHECK-LE: ld 1, target@toc(2) # encoding: [0bAAAAAA00,A,0x22,0xe8]
222 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@toc, kind: fixup_ppc_half16ds
223 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@toc, kind: fixup_ppc_half16ds
226 ld 1, target@toc(2)
228 # CHECK-BE: addis 3, 2, target@toc@ha # encoding: [0x3c,0x62,A,A]
229 # CHECK-LE: addis 3, 2, target@toc@ha # encoding: [A,A,0x62,0x3c]
230 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@toc@ha, kind: fixup_ppc_half16
231 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@toc@ha, kind: fixup_ppc_half16
234 addis 3, 2, target@toc@h
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc64-linux.S 39 /* References to globals via the TOC */
46 .section ".toc","aw"
80 .quad .VG_(disp_run_translations),.TOC.@tocbase,0
148 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
197 40(sp) : TOC
219 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
260 ld 11,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
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,
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
debug.h 79 /* TOC(LPC) */
91 /* max length of name tags in TIC(..), TOC(..) */
108 /* WARNING: TIC()/TOC can measure only up to 0.1 seconds at a time */
168 #define TOC(TAG_NAME) { \
197 #define TOC(TAG_NAME) { \
231 #define TOC(TAG_NAME)
  /external/libopus/silk/
debug.h 79 /* TOC(LPC) */
91 /* max length of name tags in TIC(..), TOC(..) */
108 /* WARNING: TIC()/TOC can measure only up to 0.1 seconds at a time */
168 #define TOC(TAG_NAME) { \
197 #define TOC(TAG_NAME) { \
231 #define TOC(TAG_NAME)
  /external/valgrind/main/coregrind/m_syswrap/
syscall-ppc64-linux.S 81 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0
  /external/chromium_org/chrome/common/extensions/docs/static/js/
article.js 12 var sidebar = document.querySelector('.inline-toc');
15 // Bomb out unless we're on an article page and have a TOC.
24 var toc = sidebar.querySelector('#toc'); variable
25 var tocOffsetTop = sidebar.offsetParent.offsetTop + toc.offsetTop;
28 // Note: Attempting to read offsetTop with sticky on causes toc overlap
29 toc.classList.remove('sticky');
30 tocOffsetTop = sidebar.offsetParent.offsetTop + toc.offsetTop;
50 toc.classList.toggle('sticky', window.scrollY >= tocOffsetTop);
59 // On tablet & desktop, show permalinks, manage TOC position
    [all...]
  /external/chromium_org/third_party/icu/
icu4c.css 410 h2.TOC {
427 ul.TOC {
433 ul.TOC li a {
437 ul.TOC li ul li a {
443 ul.TOC li ul {
465 div#toc {
  /external/icu/icu4c/
icu4c.css 410 h2.TOC {
427 ul.TOC {
433 ul.TOC li a {
437 ul.TOC li ul li a {
443 ul.TOC li ul {
465 div#toc {
  /external/elfutils/0.153/backends/
ppc64_reloc.def 76 RELOC_TYPE (TOC, REL)
142 ie. TOC managed by compiler.
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 66 MapVector<MCSymbol*, MCSymbol*> TOC;
284 /// lookUpOrCreateTOCEntry -- Given a symbol, look up whether a TOC entry
286 /// the TOC entry.
289 MCSymbol *&TOCEntry = TOC[Sym];
340 // reference to the TOC entry we will synthesize later.
344 // Map symbol -> label of TOC entry
370 // address, then generate a TOC entry and reference that. Otherwise
412 // associated TOC entry. Otherwise reference the symbol directly.
448 // generate a TOC entry and reference that. Otherwise reference the
738 MCSymbol *Symbol2 = OutContext.GetOrCreateSymbol(StringRef(".TOC."))
    [all...]
  /build/tools/droiddoc/templates-sdk/
docpage.cs 107 <?cs # horrible horrible hack to move TOC up when the next/prev links are not there ?>
  /external/valgrind/main/coregrind/
m_trampoline.S 450 .quad .L.VG_(ppc64_linux_REDIR_FOR_strlen),.TOC.@tocbase,0
480 .quad .L.VG_(ppc64_linux_REDIR_FOR_strchr),.TOC.@tocbase,0
m_translate.c     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 3 For each document available in translation, add an localized title to this TOC.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 316 //If auto-toc div is present, generate the automated TOC
317 if ($("#auto-toc").is('*')) {
319 var toc = "";
323 toc+="<ol>";
326 toc+="</ol>";
328 toc+="<li><a href='#" + current[0].id + "'>" +
333 $("#auto-toc").append(toc); //append to the div
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/chromium_org/third_party/libevent/
configure     [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 622 % and @{ and @} for the aux/toc files.
    [all...]

Completed in 562 milliseconds

1 2