代码搜索:ELF

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

代码结果 10,000
www.eeworm.com/read/145471/5745905

h elf.h

#ifndef _ELF_H #define _ELF_H /* THese constants are for the segment types stored in the image headers */ #define PT_NULL 0 #define PT_LOAD 1 #define PT_DYNAMIC 2 #define PT_INTERP 3 #define P
www.eeworm.com/read/141268/5774276

h elf.h

/* -*- C++ -*- */ /** * Copyright (c) 2005 Zhejiang University, P.R.China * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General
www.eeworm.com/read/137691/5819701

py elf.py

#!/usr/bin/env python import struct # ELF object file reader # (C) 2003 cliechti@gmx.net # Python license # size alignment # Elf32_Addr 4 4 Unsigned program address # Elf32_Half
www.eeworm.com/read/136786/5864275

pl elf.pl

# # ELF header field numbers # $e_ident = 0; # Identification bytes / magic number $e_type = 1; # ELF file type $e_machine = 2; # Target machine type $e_version = 3; # File version $e_entry = 4
www.eeworm.com/read/136786/5866483

h elf.h

/* * ELF definitions for 32-bit CPUs */ #define ELF_EXEC_PAGESIZE 4096 #ifdef __KERNEL__ /* 32-bit code is always OK. Some cpus can do 26-bit, some can't. */ #define ELF_PROC_OK(x) \ ((! ((
www.eeworm.com/read/136786/5866583

h elf.h

/* * ELF definitions for 26-bit CPUs */ #define ELF_EXEC_PAGESIZE 32768 #ifdef __KERNEL__ /* We can only execute 26-bit code. */ #define ELF_PROC_OK(x) \ ((x)->e_flags & EF_ARM_APCS26) #define
www.eeworm.com/read/136072/5873994

h elf.h

/* Copyright (C) 1996, 1997, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/136072/5874034

h elf.h

/* Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/136072/5874582

h elf.h

/* Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/135941/5876263

h elf.h

#ifndef __ASMCRIS_ARCH_ELF_H #define __ASMCRIS_ARCH_ELF_H /* * ELF register definitions.. */ #include /* SVR4/i386 ABI (pages 3-31, 3-32) says that when the program starts (a re