003 File Manager
Current Path:
/usr/local/lib/perl5/site_perl/mach/5.32/machine
usr
/
local
/
lib
/
perl5
/
site_perl
/
mach
/
5.32
/
machine
/
📁
..
📄
_align.ph
(85 B)
📄
_bus.ph
(186 B)
📄
_inttypes.ph
(88 B)
📄
_limits.ph
(86 B)
📄
_stdint.ph
(86 B)
📄
_types.ph
(85 B)
📄
acpica_machdep.ph
(93 B)
📄
apm_bios.ph
(87 B)
📄
asm.ph
(2.5 KB)
📄
asmacros.ph
(4.5 KB)
📄
atomic.ph
(23.93 KB)
📄
bus.ph
(82 B)
📄
bus_dma.ph
(207 B)
📄
clock.ph
(303 B)
📄
counter.ph
(1.6 KB)
📄
cpu.ph
(1.38 KB)
📄
cpufunc.ph
(21.3 KB)
📄
cputypes.ph
(87 B)
📄
csan.ph
(775 B)
📄
db_machdep.ph
(2.72 KB)
📄
dump.ph
(83 B)
📄
efi.ph
(1003 B)
📄
elf.ph
(82 B)
📄
endian.ph
(85 B)
📄
exec.ph
(236 B)
📄
fdt.ph
(82 B)
📄
float.ph
(84 B)
📄
floatingpoint.ph
(238 B)
📄
fpu.ph
(729 B)
📄
frame.ph
(196 B)
📄
gdb_machdep.ph
(1.85 KB)
📄
ieeefp.ph
(5.91 KB)
📄
in_cksum.ph
(1.19 KB)
📄
intr_machdep.ph
(573 B)
📄
iodev.ph
(659 B)
📄
iommu.ph
(84 B)
📄
kdb.ph
(956 B)
📄
limits.ph
(374 B)
📄
md_var.ph
(210 B)
📄
memdev.ph
(324 B)
📄
metadata.ph
(87 B)
📄
minidump.ph
(355 B)
📄
mp_watchdog.ph
(195 B)
📄
nexusvar.ph
(186 B)
📄
npx.ph
(82 B)
📄
ofw_machdep.ph
(90 B)
📄
param.ph
(5.11 KB)
📄
pcb.ph
(1011 B)
📄
pci_cfgreg.ph
(89 B)
📄
pcpu.ph
(8.96 KB)
📄
pcpu_aux.ph
(758 B)
📄
pmap.ph
(13.6 KB)
📄
pmc_mdep.ph
(3.2 KB)
📄
ppireg.ph
(744 B)
📄
proc.ph
(1.06 KB)
📄
procctl.ph
(86 B)
📄
profile.ph
(4.01 KB)
📄
psl.ph
(82 B)
📄
ptrace.ph
(85 B)
📄
pvclock.ph
(86 B)
📄
reg.ph
(82 B)
📄
reloc.ph
(192 B)
📄
resource.ph
(555 B)
📄
runq.ph
(727 B)
📄
segments.ph
(251 B)
📄
setjmp.ph
(85 B)
📄
sf_buf.ph
(305 B)
📄
sgx.ph
(657 B)
📄
sgxreg.ph
(2.68 KB)
📄
sigframe.ph
(87 B)
📄
signal.ph
(85 B)
📄
smp.ph
(296 B)
📄
specialreg.ph
(89 B)
📄
stack.ph
(84 B)
📄
stdarg.ph
(85 B)
📄
sysarch.ph
(86 B)
📄
timerreg.ph
(685 B)
📄
trap.ph
(83 B)
📄
tss.ph
(171 B)
📄
ucontext.ph
(87 B)
📄
vdso.ph
(83 B)
📄
vm.ph
(1.04 KB)
📄
vmm.ph
(11.92 KB)
📄
vmm_dev.ph
(14.37 KB)
📄
vmm_instruction_emul.ph
(384 B)
📄
vmm_snapshot.ph
(2.65 KB)
📄
vmparam.ph
(5.83 KB)
Editing: asm.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_MACHINE_ASM_H_)) { eval 'sub _MACHINE_ASM_H_ () {1;}' unless defined(&_MACHINE_ASM_H_); require 'sys/cdefs.ph'; if(defined(&PIC)) { eval 'sub PIC_PLT { my($x) = @_; eval q($x@ &PLT); }' unless defined(&PIC_PLT); eval 'sub PIC_GOT { my($x) = @_; eval q($x@ &GOTPCREL(% &rip)); }' unless defined(&PIC_GOT); } else { eval 'sub PIC_PLT { my($x) = @_; eval q($x); }' unless defined(&PIC_PLT); } eval 'sub CNAME { my($csym) = @_; eval q($csym); }' unless defined(&CNAME); eval 'sub HIDENAME { my($asmsym) = @_; eval q(.$asmsym); }' unless defined(&HIDENAME); eval 'sub _START_ENTRY () {. &text; . &p2align 4,0x90;}' unless defined(&_START_ENTRY); eval 'sub _ENTRY { my($x) = @_; eval q( &_START_ENTRY; . &globl &CNAME($x); . &type &CNAME($x),@ &function; &CNAME($x):; . &cfi_startproc); }' unless defined(&_ENTRY); if(defined(&PROF)) { eval 'sub ALTENTRY { my($x) = @_; eval q( &_ENTRY($x); &pushq % &rbp; . &cfi_def_cfa_offset 16; . &cfi_offset % &rbp, -16; &movq % &rsp,% &rbp; &call &PIC_PLT( &HIDENAME( &mcount)); &popq % &rbp; . &cfi_restore % &rbp; . &cfi_def_cfa_offset 8; &jmp 9 &f); }' unless defined(&ALTENTRY); eval 'sub ENTRY { my($x) = @_; eval q( &_ENTRY($x); &pushq % &rbp; . &cfi_def_cfa_offset 16; . &cfi_offset % &rbp, -16; &movq % &rsp,% &rbp; &call &PIC_PLT( &HIDENAME( &mcount)); &popq % &rbp; . &cfi_restore % &rbp; . &cfi_def_cfa_offset 8; 9:); }' unless defined(&ENTRY); } else { eval 'sub ALTENTRY { my($x) = @_; eval q( &_ENTRY($x)); }' unless defined(&ALTENTRY); eval 'sub ENTRY { my($x) = @_; eval q( &_ENTRY($x)); }' unless defined(&ENTRY); } eval 'sub END { my($x) = @_; eval q(. &size $x, . - $x; . &cfi_endproc); }' unless defined(&END); eval 'sub WEAK_REFERENCE { my($sym, $alias) = @_; eval q(. &weak &CNAME($alias); . &equ &CNAME($alias), &CNAME($sym)); }' unless defined(&WEAK_REFERENCE); eval 'sub RCSID { my($x) = @_; eval q(. &text; . &asciz $x); }' unless defined(&RCSID); undef(&__FBSDID) if defined(&__FBSDID); if(!defined(&STRIP_FBSDID)) { eval 'sub __FBSDID { my($s) = @_; eval q(. &ident $s); }' unless defined(&__FBSDID); } else { eval 'sub __FBSDID { my($s) = @_; eval q(); }' unless defined(&__FBSDID); } } 1;
Upload File
Create Folder