HomeSort by relevance Sort by last modified time
    Searched full:ctxt (Results 476 - 500 of 987) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_arm64.go 11 ctxt unsafe.Pointer
16 func (c *sigctxt) regs() *regs64 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }
signal_linux_ppc64x.go 17 ctxt unsafe.Pointer
22 func (c *sigctxt) regs() *ptregs { return (*ucontext)(c.ctxt).uc_mcontext.regs }
signal_linux_s390x.go 14 ctxt unsafe.Pointer
20 return (*sigcontext)(unsafe.Pointer(&(*ucontext)(c.ctxt).uc_mcontext))
sys_nacl_amd64p32.s 314 LEAL ctxt+0(FP), AX
338 LEAL ctxt+0(FP), AX
354 LEAL ctxt+0(FP), SI
378 //LEAL ctxt+0(FP), DI
400 //LEAL ctxt+0(FP), DI
sys_nacl_arm.s 247 MOVW $ctxt+-4(FP), R0
270 MOVW $ctxt+-4(FP), R0
284 MOVW $ctxt+-4(FP), R1
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main4.c 39 static void ioHandler(int signo, siginfo_t* info, void* ctxt) {
50 static void segvHandler(int signo, siginfo_t* info, void* ctxt) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
scope.go 16 return Ctxt.PosTable.Pos(p).Before(Ctxt.PosTable.Pos(q))
dcl.go 67 func declare(n *Node, ctxt Class) {
68 if ctxt == PDISCARD {
89 if ctxt == PEXTERN {
98 if Curfn == nil && ctxt == PAUTO {
107 } else if n.Op == ONAME && ctxt == PAUTO && !strings.Contains(s.Name, "·") {
115 if ctxt == PAUTO {
122 if ctxt != PPARAM && ctxt != PPARAMOUT {
132 n.SetClass(ctxt)
134 autoexport(n, ctxt)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/cgo/
asm_ppc64x.s 11 // func crosscall2(fn func(a unsafe.Pointer, n int32, ctxt uintptr), a unsafe.Pointer, n int32, ctxt uintptr)
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_amd64.go 11 ctxt unsafe.Pointer
16 func (c *sigctxt) regs() *regs64 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }
signal_darwin_arm64.go 11 ctxt unsafe.Pointer
16 func (c *sigctxt) regs() *regs64 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }
signal_linux_ppc64x.go 17 ctxt unsafe.Pointer
22 func (c *sigctxt) regs() *ptregs { return (*ucontext)(c.ctxt).uc_mcontext.regs }
signal_linux_s390x.go 14 ctxt unsafe.Pointer
20 return (*sigcontext)(unsafe.Pointer(&(*ucontext)(c.ctxt).uc_mcontext))
sys_nacl_amd64p32.s 314 LEAL ctxt+0(FP), AX
338 LEAL ctxt+0(FP), AX
354 LEAL ctxt+0(FP), SI
378 //LEAL ctxt+0(FP), DI
400 //LEAL ctxt+0(FP), DI
sys_nacl_arm.s 247 MOVW $ctxt+-4(FP), R0
270 MOVW $ctxt+-4(FP), R0
284 MOVW $ctxt+-4(FP), R1
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 67 func declare(n *Node, ctxt Class) {
68 if ctxt == PDISCARD {
89 if ctxt == PEXTERN {
98 if Curfn == nil && ctxt == PAUTO {
107 } else if n.Op == ONAME && ctxt == PAUTO && !strings.Contains(s.Name, "·") {
115 if ctxt == PAUTO {
122 if ctxt != PPARAM && ctxt != PPARAMOUT {
132 n.SetClass(ctxt)
134 autoexport(n, ctxt)
    [all...]
  /external/libavc/encoder/
ih264e_encode.c 204 /* codec ctxt */
259 /* initialize codec ctxt with default params for the first encode api call */
319 /* 1 more additional because of the codec employs 2 ctxt sets */
400 /* proc ctxt base idx */
403 /* proc ctxt */
697 /* proc ctxt base idx */
700 /* proc ctxt */
ih264e_intra_modes_eval.h 153 * pointer to proc ctxt
189 * pointer to proc ctxt
229 * pointer to proc ctxt
ih264e_mc.c 95 * pointer to current proc ctxt
115 /* me ctxt */
284 * pointer to current proc ctxt
  /external/libxml2/doc/
library.html 37 int xmlParseChunk (xmlParserCtxtPtr ctxt,
46 xmlParserCtxtPtr ctxt;
50 ctxt = xmlCreatePushParserCtxt(NULL, NULL,
53 xmlParseChunk(ctxt, chars, res, 0);
55 xmlParseChunk(ctxt, chars, 0, 1);
56 doc = ctxt-&gt;myDoc;
57 xmlFreeParserCtxt(ctxt);
  /external/libxml2/include/libxml/
tree.h 594 * @ctxt: a DOM wrapper context
603 typedef xmlNsPtr (*xmlDOMWrapAcquireNsFunction) (xmlDOMWrapCtxtPtr ctxt,
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
stdlib_test.go 249 ctxt := build.Default
250 ctxt.CgoEnabled = false
251 pkg, err := ctxt.ImportDir(dir, 0)
  /prebuilts/go/linux-x86/src/go/types/
stdlib_test.go 249 ctxt := build.Default
250 ctxt.CgoEnabled = false
251 pkg, err := ctxt.ImportDir(dir, 0)
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 142 static unsigned getHashValue(const DeclContext *Ctxt) {
143 return Ctxt->QualifiedNameHash;
190 DeclContext *Ctxt; ///< ODR Declaration context.
274 /// or to the canonical offset of \p Ctxt if it is non-null.
276 DeclContext *Ctxt, PatchLocation Attr);
412 DeclContext *Ctxt, PatchLocation Attr) {
413 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr);
422 DeclContext *Ctxt;
423 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref;
424 if (Ctxt && Ctxt->getCanonicalDIEOffset()
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/link/internal/
arm64.a 840 " Other"? ?BSectionIndexH ??? 2?? ?T??&H !ImportedLibraries??? &ImportedSymbols??? ?TImportedSymbol ? ? &H ???? ? @?SectionByType???? typ·3??????&applyRelocations???" dst·3" rels·4&%applyRelocations386???"? "? &)applyRelocationsAMD64???"? "? &%applyRelocationsARM???"? "? &)applyRelocationsARM64???"? "? &'applyRelocationsMIPS???"? "? &+applyRelocationsMIPS64???"? "? &%applyRelocationsPPC???"? "? &)applyRelocationsPPC64???"? "? &-applyRelocationsSPARC64???"? "? &)applyRelocationss390x???"? "? &getSymbols?f·4?? typ·5?"&getSymbols32?? ??? ?"&getSymbols64?? ??? ?"&gnuVersion?f·1??? sym·3@gnuVersionInit?? ?" str·2@stringTable??? link·4"&^gcdataAddresses~8Tlsoffset?~Filesyms~Moduledata~PackageFile PackageShlib  tramps~>H AddTrampD ctxt·1?~?CanUsePluginsD ctxt·2@DynlinkingGoD? @FixedFrameSizeD? @
946 go19ld&cmd/internal/objabi cmd/internal/sys(cmd/link/internal/ld*cmd/link/internal/symdebug/elfencoding/binaryfmtlog?"".gentext?Rcmd/link/internal/ld.(*Link).DynlinkingGo?Bgo.string."runtime.addmoduledata"?Ncmd/link/internal/sym.(*Symbols).Lookup?Bgo.string."go.link.addmoduledata"? "".gentext.func1?(runtime.writeBarrier?"".statictmp_0? runtime.duffcopy?"".statictmp_1?Jgo.string."go.link.addmoduledatainit"?Ncmd/link/internal/sym.(*Symbol).AddAddr?,runtime.gcWriteBarrier?Dtype.*cmd/link/internal/sym.Symbol?"runtime.growslice?@type.cmd/link/internal/sym.Reloc?(runtime.typedmemmove?$runtime.panicindex?0runtime.morestack_noctxt?ctxt?>type.*cmd/link/internal/ld.Link?.autotmp_21??type.noalg.struct { F uintptr; "".initfunc *cmd/link/internal/sym.Symbol; "".ctxt *cmd/link/internal/ld.Link }?.autotmp_24?Ftype.*[]cmd/link/internal/sym.Reloc?.autotmp_25?Btype.*cmd/link/internal/sym.Reloc?.autotmp_27?Jtype.*[]*cmd/link/internal/sym.Symbol?s·2?.autotmp_26?type.int?Tgclocals·b55e9e7ee7231bdb22f81ddac325e863?Tgclocals·00ebe901d5fb6f005668df0c254b177e?dgofile..$GOROOT/src/cmd/link/internal/arm64/asm.go?fgofile..$GOROOT/src/cmd/link/internal/sym/symbol.go?Lcmd/link/internal/sym.(*Symbol).AddRel?"".adddynrel?Jgo.string."adddynrel not implemented"?log.Fatalf?s?r?~r3?type.bool?Tgclocals·ff19ed39bdde8a01a800918ac3ef0ec7?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?"".elfreloc1?Lcmd/link/internal/ld.(*OutBuf).Write64?sectoff?type.int64?.autotmp_13?type.uint64?Tgclocals·c55e845a0a62e9baae6c740db5a20866?Tgclocals·69c1753bd5f81501d95132d08af04464?\cmd/link/internal/sym.(*Symbol).ElfsymForReloc?"".elfsetupplt?Tgclocals·2a5305abe05176240e61b8620e19a815?"".machoreloc1?Lcmd/link/internal/ld.(*OutBuf).Write32?type.string?*runtime.convT2Estring?"runtime.convT2E64??go.string."ld64 doesn't allow BR26 reloc with non-zero addend: %s+%d"?6cmd/link/internal/ld.Errorf?>cmd/link/internal/sym.RelocName? runtime.duffzero?Dtype.cmd/internal/objabi.RelocType?"runtime.convT2E32?Dtype.cmd/link/internal/sym.SymKind?&runtime.staticbytes?zgo.string."reloc %d (%s) to non-macho symbol %s type=%d (%s)"??go.string."reloc %d (%s) to symbol %s in non-macho section %s type=%d (%s)"?arch?6type.*cmd/internal/sys.Arch?out?Btype.*cmd/link/internal/ld.OutBuf?~r5?.autotmp_11?(type.[6]interface {}?.autotmp_8?(type.[5]interface {}?.autotmp_14?(type.[2]interface {}?.autotmp_12?.autotmp_9?.autotmp_44?type.*int64?.autotmp_46?Ftype.*cmd/internal/objabi.RelocType?rs?.autotmp_45?v?type.uint32?Tgclocals·a5aba96fd2c3db138290cc4491b2662d?Tgclocals·24e74b033d32a1598181cacf85f7f5c4?"".archreloc?8cmd/link/internal/ld.Symaddr?Dgo.string."missing section for %s"?<type.encoding/binary.bigEndian?|go.string."R_ARM64_GOTPCREL against unexpected instruction %x"?xgo.string."program too large, call relocation distance = %d"?~go.string."program too large, address relocation distance = %d"?Lgo.string."TLS offset out of range %d"?Btype.cmd/internal/objabi.HeadType?Tgo.string."TLS reloc on unsupported OS %v"? go.string.".got"?val?~r4?.autotmp_20?(type.[1]interface {}?.autotmp_32?.autotmp_36?.autotmp_37?.autotmp_41?.autotmp_33?.autotmp_38?.autotmp_42?.autotmp_72?t?o1?o2?Tgclocals·c24544cf44412fdf364096dfcfbd6810?Tgclocals·f271c6f68de6f2cb43c66b07b41c3f8a?lgofile..$GOROOT/src/cmd/link/internal/sym/attribute.go?hcmd/link/internal/sym.sym.Attribute.VisibilityHidden?Rcmd/link/internal/sym.sym.Attribute.Local?&"".archrelocvariant?Rgo.string."unexpected relocation variant"?Tgclocals·24b0aee1021c20d1590e75b99691b0e0?"".asmb?8cmd/link/internal/ld.Segtext?Lcmd/link/internal/ld.(*OutBuf).SeekSet?8cmd/link/internal/ld.Codeblk?6cmd/link/internal/ld.Datblk?<cmd/link/internal/ld.Segrodata?Bcmd/link/internal/ld.Segrelrodata?8cmd/link/internal/ld.Segdata?:cmd/link/internal/ld.Segdwarf?:cmd/link/internal/ld.Dwarfblk?8cmd/link/internal/ld.Symsize?6cmd/link/internal/ld.Lcsize?4cmd/link/internal/ld.FlagS?Hcmd/link/internal/ld.(*OutBuf).Flush?4cmd/link/internal/ld.FlagC?2go.string."textsize=%d\n"?fmt.Printf?0go.string."datsize=%d\n"?0go.string."bsssize=%d\n"?type.int32?0go.string."symsize=%d\n"?.go.string."lcsize=%d\n"?,go.string."total=%d\n"?>cmd/link/internal/ld.Entryvalue?8cmd/link/internal/ld.Asmbelf?<cmd/link/internal/ld.Asmbmacho?8cmd/link/internal/ld.Cputime?type.float64?4go.string."%5.2f header\n"?Bcmd/link/internal/ld.(*Link).Logf?<cmd/link/internal/ld.FlagRound?Fcmd/link/internal/ld.Machoemitreloc?<cmd/link/internal/ld.Asmelfsym?<cmd/link/internal/ld.Elfstrdat?Hcmd/link/internal/ld.(*OutBuf).Write?Bcmd/link/internal/ld.Elfemitreloc?4go.string."%5.2f elfsym\n"?@cmd/link/internal/ld.Asmplan9sym?&go.string."pclntab"?.go.string."%5.2f sym\n"?@cmd/link/internal/ld.Domacholink?4go.string."%5.2f datblk\n"?>go.string."%5.2f relrodatblk\n"?8go.string."%5.2f rodatblk\n"?Bcmd/link/internal/ld.Asmbelfsetup?0go.string."%5.2f asmb\n"?$runtime.panicslice?.autotmp_17?.autotmp_19?.autotmp_35?.autotmp_39?.autotmp_40?.autotmp_43?.autotmp_100?Htype.**cmd/link/internal/sym.Section?sect?Ftype.*cmd/link/internal/sym.Section?.autotmp_101?.autotmp_102?.autotmp_18?.autotmp_22?machlink?symo?Tgclocals·9b47ac562eefd69938c83b48564cf27b?Tgclocals·0e714e1987738154ef7fa81050f2d81a?^gofile..$GOROOT/src/cmd/link/internal/ld/lib.go?0cmd/link/internal/ld.Rnd?"".Init?4cmd/internal/sys.ArchARM64?"".statictmp_2?"".adddynrel·f?"".archinit·f?"".archreloc·f?,"".archrelocvariant·f?"".asmb·f?"".elfreloc1·f?""".elfsetupplt·f?"".gentext·f?""".machoreloc1·f?~r0?~r1?<type.cmd/link/internal/ld.Arch?theArch?Tgclocals·778ca38fe764f2b0f77932358afe79ad?Tgclocals·3c3bb84f66203622912fffc6a7e7701e?dgofile..$GOROOT/src/cmd/link/internal/arm64/obj.go?"".archinit?4cmd/link/internal/ld.FlagW?4cmd/link/internal/ld.HEADR?Bcmd/link/internal/ld.FlagTextAddr?Bcmd/link/internal/ld.FlagDataAddr?tgo.string."warning: -D0x%x is ignored because of -R0x%x\n"?Bgo.string."unknown -H option: %v"?4cmd/link/internal/ld.Exitf?8cmd/link/internal/ld.Elfinit?<cmd/link/internal/ld.Funcalign?.autotmp_2?.autotmp_1?.autotmp_3?.autotmp_4?Tgclocals·533adcd55fa5ed3e2fd959716125aef9?Tgclocals·a68f87754f08dda7381ada3c21280797?Rcmd/link/internal/sym.(*Symbol).AddUint32?"runtime.morestack?op?"".init?"".initdone·?"runtime.throwinit?0cmd/internal/objabi.init?*cmd/internal/sys.init?2cmd/link/internal/ld.init?4cmd/link/internal/sym.init?debug/elf.init?(encoding/binary.init?fmt.init?log.init?.gofile..<autogenerated>?4type..hash.[2]interface {}?(runtime.nilinterhash?p?*type.*[2]interface {}?h?type.uintptr?~r2?i?Tgclocals·d4dc2f11db048877dbc0f60a22b4adb3?0type..eq.[2]interface {}?runtime.efaceeq?q?Tgclocals·8f9cec06d1ae35cc9900c511c5e4bdab?4type..hash.[5]interface {}?*type.*[5]interface {}?0type..eq.[5]interface {}?4type..hash.[6]interface {}?*type.*[6]interface {}?0type..eq.[6]interface {}?ngo.info.cmd/link/internal/sym.(*Symbol).AddRel$abstract?Jgo.info.*cmd/link/internal/sym.Symbol?~go.info.cmd/link/internal/sym.(*Symbol).ElfsymForReloc$abstract??go.info.cmd/link/internal/sym.sym.Attribute.VisibilityHidden$abstract?Ngo.info.cmd/link/internal/sym.Attribute?tgo.info.cmd/link/internal/sym.sym.Attribute.Local$abstract?Rgo.info.cmd/link/internal/ld.Rnd$abstract?go.info.int64?$go.info."".gentext?Dgo.info.*cmd/link/internal/ld.Link?&go.range."".gentext?(go.info."".adddynrel?Hgo.info.*cmd/link/internal/sym.Reloc?go.info.bool?*go.range."".adddynrel?(go.info."".elfreloc1?*go.range."".elfreloc1?,go.info."".elfsetupplt?.go.range."".elfsetupplt?,go.info."".machoreloc1?<go.info.*cmd/internal/sys.Arch?Hgo.info.*cmd/link/internal/ld.OutBuf?go.info.uint32?.go.range."".machoreloc1?(go.info."".archreloc?go.info.*int64?*go.range."".archreloc?6go.info."".archrelocvariant?8go.range."".archrelocvariant?go.info."".asmb?Lgo.info.*cmd/link/internal/sym.Section? go.range."".asmb?Lgo.string."/lib/ld-linux-aarch64.so.1"?go.string."XXX"?go.info."".Init?Bgo.info.cmd/link/internal/ld.Arch? go.range."".Init?&go.info."".archinit?(go.range."".archinit?0go.info."".gentext.func1?2go.range."".gentext.func1?go.info."".init? go.range."".init?Hgo.constinfo.cmd/link/internal/arm64?go.info.int?type.uint8?"runtime.gcbits.01?:type..namedata.**sym.Section-? runtime.algarray?<type..namedata.*[]*sym.Symbol-?Htype.[]*cmd/link/internal/sym.Symbol?8type..namedata.*[]sym.Reloc-?Dtype.[]cmd/link/internal/sym.Reloc?:type..namedata.*interface {}-?$type.*interface {}?"type.interface {}?"runtime.gcbits.03?>type..namedata.*[]interface {}-?(type.*[]interface {}?&type.[]interface {}?@type..namedata.*[1]interface {}-?*type.*[1]interface {}?Dgo.info.type..hash.[2]interface {}?0go.info.*[2]interface {}?go.info.uintptr?Fgo.range.type..hash.[2]interface {}?@go.info.type..eq.[2]interface {}?Bgo.range.type..eq.[2]interface {}?<type..hashfunc.[2]interface {}?8type..eqfunc.[2]interface {}?2type..alg.[2]interface {}?@type..namedata.*[2]interface {}-?"runtime.gcbits.0f?Dgo.info.type..hash.[5]interface {}?0go.info.*[5]interface {}?Fgo.range.type..hash.[5]interface {}?@go.info.type..eq.[5]interface {}?Bgo.range.type..eq.[5]interface {}?<type..hashfunc.[5]interface {}?8type..eqfunc.[5]interface {}?2type..alg.[5]interface {}?@type..namedata.*[5]interface {}-?&runtime.gcbits.ff03?Dgo.info.type..hash.[6]interface {}?0go.info.*[6]interface {}?Fgo.range.type..hash.[6]interface {}?@go.info.type..eq.[6]interface {}?Bgo.range.type..eq.[6]interface {}?<type..hashfunc.[6]interface {}?8type..eqfunc.[6]interface {}?2type..alg.[6]interface {}?@type..namedata.*[6]interface {}-?&runtime.gcbits.ff0f??type..namedata.*struct { F uintptr; initfunc *sym.Symbol; ctxt *ld.Link }-??type.*struct { F uintptr; "".initfunc *cmd/link/internal/sym.Symbol; "".ctxt *cmd/link/internal/ld.Link }?"runtime.gcbits.06?(type..importpath."".?$type..namedata..F-?0type..namedata.initfunc-?(type..namedata.ctxt-?Jtype..importpath.cmd/internal/objabi.?Dtype..importpath.cmd/internal/sys.?Ltype..importpath.cmd/link/internal/ld.?Ntype..importpath.cmd/link/internal/sym.?6type..importpath.debug/elf.?Btype..importpath.encoding/binary.?*type..importpath.fmt.?*type..importpath.log.??? ?H,eH? %H?D$?H;A??H??H??$?H??$?H??$?H?$??D$???yH??$?H?HH? $H? H?L$H?D$H?D$?H?D$ ?H ???$?H$???H$H??$?H?HH? $H? H?L$H?D$H?D$?H?D$ H?D$H?@ ?H$???H$H? H?L$hH?D$pH??$?H?L$x?$?H?T$hH??H?T$h???$?H?D$hH?T$h??H?D$HH???H???H???H???H?t$`H?zH9???H?JH???? L?RI??J?<????H??H?5H?l$?H?l$??H?mH???H???L?C?I9??H?[H???D3??D3?H?|?D?L??$?M???E???L?T??D3??$H?D$hH?T$h??H?D$HH???H???H???H?{H9??]H?KH???H? [H??H?<? ??? H?5H?l$?H?l$??H?mH???H???H?Y?H9??=H?T$XH?IH??H?D$@?D??D?H??$?H?YH?$H?H?\$H?D$H?D$??H?L$@H?T$XH?|
    [all...]

Completed in 576 milliseconds

<<11121314151617181920>>