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

12 3 4

  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc64be-linux.S 40 /* References to globals via the TOC */
47 .section ".toc","aw"
81 .quad .VG_(disp_run_translations),.TOC.@tocbase,0
149 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
198 40(sp) : TOC
220 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
261 ld 11,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
401 .quad .VG_(disp_cp_chain_me_to_slowEP),.TOC.@tocbase,0
426 .quad .VG_(disp_cp_chain_me_to_fastEP),.TOC.@tocbase,0
451 .quad .VG_(disp_cp_xindir),.TOC.@tocbase,
    [all...]
  /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/icu/icu4c/
icu4c.css 446 h2.TOC {
463 ul.TOC {
467 ul.TOC,
468 ul.TOC li,
469 ul.TOC li ul,
470 ul.TOC li ul li {
475 ul.TOC li {
479 ul.TOC li li {
506 div#toc {
  /external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
switch_endian_test.S 8 .section ".toc"
16 ld r15, pattern@TOC(%r2)
  /external/llvm/test/MC/PowerPC/
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 {
  /external/valgrind/coregrind/m_syswrap/
syscall-ppc64be-linux.S 82 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_ppc64.S 14 .quad .L._setjmp,.TOC.@tocbase,0
28 // Materialize a TOC in case we were called from libc.
29 // For big-endian, we load the TOC from the OPD. For little-
30 // endian, we use the .TOC. symbol to find it.
36 addis r2,r2,.TOC.-0b@ha
37 addi r2,r2,.TOC.-0b@l
50 // perform a sibcall: The real setjmp function trashes the TOC
59 std r5,8(r3) // caller's saved TOC pointer
130 // Restore TOC, LR, and stack and return to caller.
157 .quad .L.__sigsetjmp,.TOC.@tocbase,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1xcoff32.d 38 \[ 18\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000074 TOC
110 0+0068 <TOC-0xc>:
115 0+0074 <TOC>:
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
asm.go 51 // r2 (the TOC pointer) at 24(r1) (the "TOC save slot").
61 // function/object file pair). This saves the TOC in the
62 // TOC save slot, reads the function pointer from x's .plt
89 // us to save and restore the TOC pointer.
109 // Need outer to resolve .TOC.
118 // Restore TOC after bl. The compiler put a
139 // addis r2, r12, .TOC.-func@ha
143 rel.Sym = ctxt.Syms.Lookup(".TOC.", 0)
146 // addi r2, r2, .TOC.-func@
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
asm.go 51 // r2 (the TOC pointer) at 24(r1) (the "TOC save slot").
61 // function/object file pair). This saves the TOC in the
62 // TOC save slot, reads the function pointer from x's .plt
89 // us to save and restore the TOC pointer.
109 // Need outer to resolve .TOC.
118 // Restore TOC after bl. The compiler put a
139 // addis r2, r12, .TOC.-func@ha
143 rel.Sym = ctxt.Syms.Lookup(".TOC.", 0)
146 // addi r2, r2, .TOC.-func@
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tlstoc.s 25 .quad .L_start,.TOC.@tocbase,0
31 addi 3,2,.Lgd@toc
34 .section .toc,"aw",@progbits
40 addi 3,2,.Lld@toc
43 .section .toc,"aw",@progbits
51 addi 3,2,.Lgd0@toc
54 .section .toc,"aw",@progbits
60 addi 3,2,.Lld0@toc
63 .section .toc,"aw",@progbits
74 ld 9,.Lld2@toc(2
    [all...]
tls.s 25 .quad .L_start,.TOC.@tocbase,0
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 61 DenseMap<MCSymbol*, MCSymbol*> TOC;
350 // reference to the TOC entry we will synthesize later.
355 // Map symbol -> label of TOC entry.
356 MCSymbol *&TOCEntry = TOC[Mang->getSymbol(MO.getGlobal())];
393 ",.TOC.@tocbase");
404 if (isPPC64 && !TOC.empty()) {
406 OutStreamer.EmitRawText(StringRef("\t.section\t\".toc\",\"aw\""));
409 for (DenseMap<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(),
410 E = TOC.end(); I != E; ++I) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_handler.S 87 /* Restore our TOC pointer using our entry point */ \
89 0: addis r2,r12,(.TOC.-0b)@ha; \
90 addi r2,r2,(.TOC.-0b)@l;
95 /* Restore our TOC pointer via our opd entry */ \
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 68 MapVector<MCSymbol *, MCSymbol *> TOC;
84 if (!TOC.empty())
85 TOC.clear();
304 /// lookUpOrCreateTOCEntry -- Given a symbol, look up whether a TOC entry
306 /// the TOC entry.
308 MCSymbol *&TOCEntry = TOC[Sym];
380 // Save the current TOC pointer before the remote call.
391 // Load the new TOC pointer and the function address, but not r11
412 // Restore the TOC pointer after the call.
575 // Map symbol -> label of TOC entr
    [all...]
  /external/elfutils/backends/
ppc64_reloc.def 79 RELOC_TYPE (TOC, REL)
160 ie. TOC managed by compiler.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go 479 // with instructions to load the TOC pointer into r2:
481 // addis r2, r12, .TOC.-func@ha
482 // addi r2, r2, .TOC.-func@l+4
510 rel.Sym = obj.Linklookup(ctxt, ".TOC.", 0)
979 // In PPC64 PIC code, R2 is used as TOC pointer derived from R12
999 // 24(r1)" to save the TOC pointer in their callers stack
1002 // up smashing the saved TOC pointer for its caller's caller.
1005 // the TOC save that the PLT stub does (put a R_PPC64_TOCSAVE
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
obj9.go 479 // with instructions to load the TOC pointer into r2:
481 // addis r2, r12, .TOC.-func@ha
482 // addi r2, r2, .TOC.-func@l+4
510 rel.Sym = obj.Linklookup(ctxt, ".TOC.", 0)
979 // In PPC64 PIC code, R2 is used as TOC pointer derived from R12
999 // 24(r1)" to save the TOC pointer in their callers stack
1002 // up smashing the saved TOC pointer for its caller's caller.
1005 // the TOC save that the PLT stub does (put a R_PPC64_TOCSAVE
  /external/valgrind/coregrind/
m_trampoline.S 456 .quad .L.VG_(ppc64_linux_REDIR_FOR_strlen),.TOC.@tocbase,0
465 0: addis 2,12,.TOC.-0b@ha
466 addi 2,2,.TOC.-0b@l
502 .quad .L.VG_(ppc64_linux_REDIR_FOR_strchr),.TOC.@tocbase,0
511 0: addis 2,12,.TOC.-0b@ha
512 addi 2,2,.TOC.-0b@l
    [all...]
  /build/soong/third_party/zip/
reader_test.go 493 // the file header and TOC. (0x7e -> 0x7f)
500 // fileheader and TOC's crc32 match if they're both
501 // non-zero and only the second line above, the TOC,
729 // Directory headers & data found in the TOC of a JAR file.
795 const want = "TOC declares impossible 3472328296227680304 files in 57 byte"
reader.go 84 return fmt.Errorf("archive/zip: TOC declares impossible %d files in %d byte zip", end.directoryRecords, size)
217 // or TOC's CRC32, if it seems like it was set.
  /prebuilts/go/darwin-x86/src/archive/zip/
reader_test.go 493 // the file header and TOC. (0x7e -> 0x7f)
500 // fileheader and TOC's crc32 match if they're both
501 // non-zero and only the second line above, the TOC,
729 // Directory headers & data found in the TOC of a JAR file.
795 const want = "TOC declares impossible 3472328296227680304 files in 57 byte"
reader.go 84 return fmt.Errorf("archive/zip: TOC declares impossible %d files in %d byte zip", end.directoryRecords, size)
217 // or TOC's CRC32, if it seems like it was set.
  /prebuilts/go/linux-x86/src/archive/zip/
reader_test.go 493 // the file header and TOC. (0x7e -> 0x7f)
500 // fileheader and TOC's crc32 match if they're both
501 // non-zero and only the second line above, the TOC,
729 // Directory headers & data found in the TOC of a JAR file.
795 const want = "TOC declares impossible 3472328296227680304 files in 57 byte"
reader.go 84 return fmt.Errorf("archive/zip: TOC declares impossible %d files in %d byte zip", end.directoryRecords, size)
217 // or TOC's CRC32, if it seems like it was set.

Completed in 851 milliseconds

12 3 4