代码搜索结果
找到约 3,568 项符合
Strip 的代码
if_strip.h
/*
* if_strip.h --
*
* Definitions for the STRIP interface
*
* Copyright 1996 The Board of Trustees of The Leland Stanford
* Junior University. All Rights Reserved.
*
* Permission to use,
strip.c
#include
#include
#include
#include
void
error(char* fmt, ...)
{
va_list arg;
char *e, s[256];
va_start(arg, fmt);
e = seprint(s, s+sizeof(s), "%s: ", argv0);
e
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
if_strip.h
/*
* if_strip.h --
*
* Definitions for the STRIP interface
*
* Copyright 1996 The Board of Trustees of The Leland Stanford
* Junior University. All Rights Reserved.
*
* Permission to use,
strip.h
#undef CONFIG_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
if_strip.h
/*
* if_strip.h --
*
* Definitions for the STRIP interface
*
* Copyright 1996 The Board of Trustees of The Leland Stanford
* Junior University. All Rights Reserved.
*
* Permission to use,
strip.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f