/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
link.go | 1 // Derived from Inferno utils/6l/l.h and related files. 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 209 // As.Scond From, Reg, From3, To, RegTo2 212 // From, Reg, From3 are sources, and To, RegTo2 are destinations. 214 // For example, MOVL R1, R2 encodes using only As=MOVL, From=R1, To=R2. 233 From Addr // first source operand 250 Ft uint8 // for x86 back end: type index of Prog.From 538 // R_ADDROFF resolves to a 32-bit offset from the beginning of the section 558 // thread-local symbol from the thread local base and is used to implement the 563 // slot containing the offset from the thread-local symbol from the thread loca [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/ |
obj0.go | 1 // cmd/9l/noop.c, cmd/9l/pass.c, cmd/9l/span.c from Vita Nuova. 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 53 p.From.Class = 0 71 if p.From.Type == obj.TYPE_FCONST { 72 f32 := float32(p.From.Val.(float64)) 76 p.From.Type = obj.TYPE_REG 77 p.From.Reg = REGZERO 83 p.From.Type = obj.TYPE_MEM 84 p.From.Sym = s 85 p.From.Name = obj.NAME_EXTER [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 1 // cmd/9l/noop.c, cmd/9l/pass.c, cmd/9l/span.c from Vita Nuova. 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 40 p.From.Class = 0 58 if p.From.Type == obj.TYPE_FCONST { 59 f32 := float32(p.From.Val.(float64)) 64 p.From.Type = obj.TYPE_MEM 65 p.From.Sym = s 66 p.From.Sym.Set(obj.AttrLocal, true) 67 p.From.Name = obj.NAME_EXTERN 68 p.From.Offset = [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
objz.go | 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 40 p.From.Class = 0 58 if p.From.Type == obj.TYPE_FCONST { 59 f32 := float32(p.From.Val.(float64)) 67 p.From.Type = obj.TYPE_MEM 68 p.From.Sym = s 69 p.From.Sym.Set(obj.AttrLocal, true) 70 p.From.Name = obj.NAME_EXTERN 71 p.From.Offset = 0 75 if p.From.Type == obj.TYPE_FCONST [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/ |
asm.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 327 // for stderr. This is separate from the usual GOT entry, 600 // symbol comes from and format the link info
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm/ |
asm.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 222 // Handle references to ELF symbols from our own object files. 419 // encode an immediate in ARM's imm12 format. copied from ../../../internal/obj/arm/asm5.go 596 // from addend.
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
ldelf.go | 17 Derived from Plan 9 from User Space's src/libmach/elf.h, elf.c 38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 357 // Read an elfAttribute from the list following the rules used on ARM systems. 392 // for the ARM Architecture" but mostly this is derived from reading the source 931 // load addend from image
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
asm.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 62 // TOC save slot, reads the function pointer from x's .plt 75 // straight from the call stub to the real function, and 88 // This assumes "case 1" from the ABI, where the caller needs 213 // Load the function pointer from the PLT. 345 // Handle references to ELF symbols from our own object files. 815 // This is essentially the resolver from the ppc64 ELF ABI. 827 // Compute the .plt array index from the entry point address. 848 // identifier from the first two doublewords of the PLT.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
obj5.go | 1 // Derived from Inferno utils/5c/swt.c 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 44 p.From.Class = 0 78 p.From.Type = obj.TYPE_REG 79 p.From.Reg = REGLINK 95 p.From.Type = obj.TYPE_REG 96 p.From.Reg = REGTMP 110 if p.From.Type == obj.TYPE_FCONST && chipfloat5(ctxt, p.From.Val.(float64)) < 0 && (chipzero5(ctxt, p.From.Val.(float64)) < 0 || p.Scond&C_SCOND != C_SCOND_NONE) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
obj7.go | 1 // cmd/7l/noop.c, cmd/7l/obj.c, cmd/ld/pass.c from Vita Nuova. 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 57 p.From.Type = obj.TYPE_MEM 58 p.From.Reg = REGG 59 p.From.Offset = 2 * int64(ctxt.Arch.PtrSize) // G.stackguard0 61 p.From.Offset = 3 * int64(ctxt.Arch.PtrSize) // G.stackguard1 74 p.From.Type = obj.TYPE_REG 75 p.From.Reg = REGSP 81 p.From.Type = obj.TYPE_REG 82 p.From.Reg = REG_R [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
link.go | 1 // Derived from Inferno utils/6l/l.h and related files. 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 209 // As.Scond From, Reg, From3, To, RegTo2 212 // From, Reg, From3 are sources, and To, RegTo2 are destinations. 214 // For example, MOVL R1, R2 encodes using only As=MOVL, From=R1, To=R2. 233 From Addr // first source operand 250 Ft uint8 // for x86 back end: type index of Prog.From 538 // R_ADDROFF resolves to a 32-bit offset from the beginning of the section 558 // thread-local symbol from the thread local base and is used to implement the 563 // slot containing the offset from the thread-local symbol from the thread loca [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/ |
obj0.go | 1 // cmd/9l/noop.c, cmd/9l/pass.c, cmd/9l/span.c from Vita Nuova. 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 53 p.From.Class = 0 71 if p.From.Type == obj.TYPE_FCONST { 72 f32 := float32(p.From.Val.(float64)) 76 p.From.Type = obj.TYPE_REG 77 p.From.Reg = REGZERO 83 p.From.Type = obj.TYPE_MEM 84 p.From.Sym = s 85 p.From.Name = obj.NAME_EXTER [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 1 // cmd/9l/noop.c, cmd/9l/pass.c, cmd/9l/span.c from Vita Nuova. 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 40 p.From.Class = 0 58 if p.From.Type == obj.TYPE_FCONST { 59 f32 := float32(p.From.Val.(float64)) 64 p.From.Type = obj.TYPE_MEM 65 p.From.Sym = s 66 p.From.Sym.Set(obj.AttrLocal, true) 67 p.From.Name = obj.NAME_EXTERN 68 p.From.Offset = [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
objz.go | 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 40 p.From.Class = 0 58 if p.From.Type == obj.TYPE_FCONST { 59 f32 := float32(p.From.Val.(float64)) 67 p.From.Type = obj.TYPE_MEM 68 p.From.Sym = s 69 p.From.Sym.Set(obj.AttrLocal, true) 70 p.From.Name = obj.NAME_EXTERN 71 p.From.Offset = 0 75 if p.From.Type == obj.TYPE_FCONST [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/amd64/ |
asm.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 327 // for stderr. This is separate from the usual GOT entry, 600 // symbol comes from and format the link info
|
/prebuilts/go/linux-x86/src/cmd/link/internal/arm/ |
asm.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 222 // Handle references to ELF symbols from our own object files. 419 // encode an immediate in ARM's imm12 format. copied from ../../../internal/obj/arm/asm5.go 596 // from addend.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
ldelf.go | 17 Derived from Plan 9 from User Space's src/libmach/elf.h, elf.c 38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 357 // Read an elfAttribute from the list following the rules used on ARM systems. 392 // for the ARM Architecture" but mostly this is derived from reading the source 931 // load addend from image
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
asm.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 62 // TOC save slot, reads the function pointer from x's .plt 75 // straight from the call stub to the real function, and 88 // This assumes "case 1" from the ABI, where the caller needs 213 // Load the function pointer from the PLT. 345 // Handle references to ELF symbols from our own object files. 815 // This is essentially the resolver from the ppc64 ELF ABI. 827 // Compute the .plt array index from the entry point address. 848 // identifier from the first two doublewords of the PLT.
|
/prebuilts/tools/common/jasmin/ |
jasmin.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/ |
netty-codec-http-4.1.0.CR3.jar | |
/packages/apps/Messaging/src/com/android/messaging/sms/ |
MmsUtils.java | 161 // Sync all remote messages apart from drafts 337 // There's a good chance that if we selected the image from our media picker the 412 LogUtil.i(LogUtil.BUGLE_TAG, "Error extracting duration from " + part.getContentUri(), e); 659 * @param orientation Orientation constant from ExifInterface for rotating or flipping the 735 // NOTE: There are phones on which you can't get the recipients from the thread id for SMS [all...] |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 19 ;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 116 ; PIC macros are copied from vpx_ports/x86_abi_support.asm. The "define PIC" 117 ; from original code is added in for 64bit. 218 ; %1 = number of arguments. loads them from stack if needed. 236 ; TODO Some functions can use some args directly from the stack. If they're the 916 ; Takes an arbitrary number of cpuflags from the above list. 1137 %macro LOAD_MM_PERMUTATION 1 ; name to load from [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
obj6.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 85 if p.From.Type == obj.TYPE_CONST || (p.From.Type == obj.TYPE_MEM && p.From.Reg == REG_NONE) { 86 switch int(p.From.Offset) { 88 ctxt.Mode = int(p.From.Offset) 100 // An offset from the thread-local storage base is written off(reg)(TLS*1). 102 // indexing from the loaded TLS base. This emits a relocation so that 146 if (p.As == AMOVQ || p.As == AMOVL) && p.From.Type == obj.TYPE_REG && p.From.Reg == REG_TLS && p.To.Type == obj.TYPE_REG && REG_AX <= p.To.Reg && p.To.Reg <= REG_R15 && ctxt.H (…) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
obj6.go | 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 85 if p.From.Type == obj.TYPE_CONST || (p.From.Type == obj.TYPE_MEM && p.From.Reg == REG_NONE) { 86 switch int(p.From.Offset) { 88 ctxt.Mode = int(p.From.Offset) 100 // An offset from the thread-local storage base is written off(reg)(TLS*1). 102 // indexing from the loaded TLS base. This emits a relocation so that 146 if (p.As == AMOVQ || p.As == AMOVL) && p.From.Type == obj.TYPE_REG && p.From.Reg == REG_TLS && p.To.Type == obj.TYPE_REG && REG_AX <= p.To.Reg && p.To.Reg <= REG_R15 && ctxt.H (…) [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/ |
netty-codec-http-4.1.3.Final.jar | |