代码搜索结果
找到约 3,568 项符合
Strip 的代码
strip.c
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
* Junior University. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this
* software and its documentatio
strip.java
/*
* Copyright (c) 2003-2004, KNOPFLERFISH project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
if_strip.h
/* $NetBSD: if_stripvar.h,v 1.4.8.1 1997/11/17 23:36:16 thorpej Exp $ */
/*
* Definitions for SLIP interface data structures
*
* (This exists so programs like slstats can get at the definiti
strip.1
.TH STRIP 1
.SH NAME
strip \- remove symbols and relocation bits
.SH SYNOPSIS
.B strip
name ...
.SH DESCRIPTION
.I Strip
removes the symbol
table and relocation bits ordinarily attached to the outp
strip.c
#include
#include
char *tname;
char *mktemp();
struct exec head;
int a_magic[] = {A_MAGIC1, A_MAGIC2, A_MAGIC3, A_MAGIC4, 0};
int status;
int tf;
main(argc, argv)
char *argv[];
strip.1
.th STRIP I 3/15/72
.sh NAME
strip \*- remove symbols and relocation bits
.sh SYNOPSIS
.bd strip
name ...
.sh DESCRIPTION
.it Strip
removes the symbol
table and relocation bits ordinarily attached t
strip.s
/ strip -- strip relocation and symbols
mov (sp)+,argc
tst (sp)+
br loop
unloop:
sys unlink; s.tmp
loop:
dec argc
bgt 1f
sys exit
1:
mov (sp)+,r4
mov r4,0f
sys open; 0:..; 0
bec 1f
jsr r5
strip.1
.TH STRIP 1
.SH NAME
strip \- remove symbol table from executable file
.SH SYNOPSIS
\fBstrip\fR [\fIfile\fR] ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLE
strip.c
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
* Junior University. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this
* software and its documentatio