代码搜索:OUT

找到约 10,000 项符合「OUT」的源代码

代码结果 10,000
www.eeworm.com/read/430518/1926120

h a.out.h

#ifndef __I386_A_OUT_H__ #define __I386_A_OUT_H__ struct exec { unsigned long a_info; /* Use macros N_MAGIC, etc for access */ unsigned a_text; /* length of text, in bytes */ unsigned a_data;
www.eeworm.com/read/430518/1926207

h a.out.h

#ifndef __CRIS_A_OUT_H__ #define __CRIS_A_OUT_H__ /* we don't support a.out binaries on Linux/CRIS anyway, so this is * not really used but still needed because binfmt_elf.c for some reason * wants
www.eeworm.com/read/430518/1926333

h a.out.h

#ifndef __M68K_A_OUT_H__ #define __M68K_A_OUT_H__ struct exec { unsigned long a_info; /* Use macros N_MAGIC, etc for access */ unsigned a_text; /* length of text, in bytes */ unsigned a_data;
www.eeworm.com/read/430518/1926467

h a.out.h

/* * include/asm-s390/a.out.h * * S390 version * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation * * Derived from "include/asm-i386/a.out.h" * Copyright (C) 1992,
www.eeworm.com/read/430518/1926893

h a.out.h

#ifndef __ARM_A_OUT_H__ #define __ARM_A_OUT_H__ #include #include struct exec { __u32 a_info; /* Use macros N_MAGIC, etc for access */ __u32 a_text; /* leng
www.eeworm.com/read/430518/1927029

h a.out.h

#ifndef __ALPHA_A_OUT_H__ #define __ALPHA_A_OUT_H__ #include /* * OSF/1 ECOFF header structs. ECOFF files consist of: * - a file header (struct filehdr), * - an a.out header (st
www.eeworm.com/read/430518/1927131

h a.out.h

#ifndef __PARISC_A_OUT_H__ #define __PARISC_A_OUT_H__ struct exec { unsigned int a_info; /* Use macros N_MAGIC, etc for access */ unsigned a_text; /* length of text, in bytes */ unsigned a_da
www.eeworm.com/read/430518/1927232

h a.out.h

#ifndef __ASM_SH_A_OUT_H #define __ASM_SH_A_OUT_H struct exec { unsigned long a_info; /* Use macros N_MAGIC, etc for access */ unsigned a_text; /* length of text, in bytes */ unsigned a_data;
www.eeworm.com/read/430518/1927361

h a.out.h

/* * BK Id: SCCS/s.a.out.h 1.5 05/17/01 18:14:24 cort */ #ifndef __PPC_A_OUT_H__ #define __PPC_A_OUT_H__ /* grabbed from the intel stuff */ #define STACK_TOP TASK_SIZE struct exec { unsigne
www.eeworm.com/read/430448/1930124

c out.c

#include "../led7seg.h" #ifdef LED7SEG_SPI #include "../spi.h" #endif void LED7SEG_out (char kod) { #ifdef LED7SEG_DATA_PORT // wysy砤nie na rejestr przesuwny int n; for(n=7; n>=0; n--)