代码搜索:entry
找到约 10,000 项符合「entry」的源代码
代码结果 10,000
www.eeworm.com/read/304654/3794908
entry
#!/bin/sh
# grab the kernel_entry address from the vmlinux elf image
echo "0x"`$1 $2 | grep start | cut -c9- | awk '{print $1}'`
www.eeworm.com/read/304654/3795049
entry
#!/bin/sh
# grab the kernel_entry address from the vmlinux elf image
echo "0x"`$1 $2 | grep kernel_entry | cut -c9- | awk '{print $1}'`
www.eeworm.com/read/385281/8810248
html entry-entry.html
Code Fragment
/** Interface for a key-value pair entry **/
www.eeworm.com/read/389713/8506889
asm entry.asm
; Copyleft (c) 2007,God reserved all rights.
;
; 文件名称:entry.asm
;
; 当前版本:0.11
; 作 者:邹伟
; 完成日期:2007年12月21日
; 摘 要:整个程序从start开始执行,并从main_quit退出
public main_quit,restart_the_game
extern GA_g
www.eeworm.com/read/433074/8548906
c entry.c
#include
void entry_event(GtkWidget *, gpointer);
GtkWidget *name;
GtkWidget *passwd;
int main(int argc, char **argv)
{
GtkWidget *window;
GtkWidget *box;
GtkWidget *label;
GtkWidget *
www.eeworm.com/read/432640/8585083
h entry.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/288542/8623226
asm entry.asm
;
; File:
; entry.asm
; Description:
; System call entry code
;
; Copyright (c) 1998
; Pasquale J. Villani
;
www.eeworm.com/read/287638/8677300
s entry.s
#include
.text
.align
#define STACK 0x22000000
/* ------------------------ List of Exported resources -------------------------*/
.globl __entry,_entry
www.eeworm.com/read/287638/8677374