Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
go /
pkg /
include /
[ HOME SHELL ]
Name
Size
Permission
Action
asm_ppc64x.h
1023
B
-rw-r--r--
funcdata.h
2.44
KB
-rw-r--r--
textflag.h
1.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : asm_ppc64x.h
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // FIXED_FRAME defines the size of the fixed part of a stack frame. A stack // frame looks like this: // // +---------------------+ // | local variable area | // +---------------------+ // | argument area | // +---------------------+ <- R1+FIXED_FRAME // | fixed area | // +---------------------+ <- R1 // // So a function that sets up a stack frame at all uses as least FIXED_FRAME // bytes of stack. This mostly affects assembly that calls other functions // with arguments (the arguments should be stored at FIXED_FRAME+0(R1), // FIXED_FRAME+8(R1) etc) and some other low-level places. // // The reason for using a constant is to make supporting PIC easier (although // we only support PIC on ppc64le which has a minimum 32 bytes of stack frame, // and currently always use that much, PIC on ppc64 would need to use 48). #define FIXED_FRAME 32
Close