代码搜索:ELF

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

代码结果 10,000
www.eeworm.com/read/125688/6023349

h elf.h

#ifndef __ASMARM_ELF_H #define __ASMARM_ELF_H /* * ELF register definitions.. */ #include #include #include typedef unsigned long elf_greg_t; #de
www.eeworm.com/read/125688/6023568

h elf.h

/* * Copyright (c) 1994-1995, 1998 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open sourc
www.eeworm.com/read/125688/6023616

h elf.h

/* * Copyright (c) 1994-1995, 1998, 1999 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open
www.eeworm.com/read/125688/6023859

h elf.h

/*- * Copyright (c) 1996-1997 John D. Polstra. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow
www.eeworm.com/read/125688/6025398

h elf.h

/*- * Copyright (c) 1996-1997 John D. Polstra. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow
www.eeworm.com/read/125688/6025564

h elf.h

/*- * Copyright (c) 1997 John D. Polstra. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c
www.eeworm.com/read/124989/6034845

c elf.c

#include "etherboot.h" #include "elf.h" #define NAME "Etherboot" #if defined(PCBIOS) #define FIRMWARE "PCBIOS" #endif #if defined(LINUXBIOS) #define FIRMWARE "LinuxBIOS" #endif #if !defined(FIRMWAR
www.eeworm.com/read/124989/6034859

h elf.h

#ifndef I386_BITS_ELF_H #define I386_BITS_ELF_H #include "cpu.h" #ifdef CONFIG_X86_64 /* ELF Defines for the 64bit version of the current architecture */ #define EM_CURRENT_64 EM_X86_64 #define EM_C
www.eeworm.com/read/124989/6034899

h elf.h

#ifndef IA64_BITS_ELF_H #define IA64_BITS_ELF_H /* ELF Defines for the current architecture */ #define EM_CURRENT EM_IA_64 #define ELFDATA_CURRENT ELFDATA2LSB #define ELF_CHECK_ARCH(x) \ ((x).e_mac
www.eeworm.com/read/124989/6034927

h elf.h

#ifndef E1_BITS_ELF_H #define E1_BITS_ELF_H /* dummy file, needed for the compilation of core/nic.c */ #endif /* E1_BITS_ELF_H */