代码搜索:sections

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

代码结果 10,000
www.eeworm.com/read/149300/5701358

def hook.def

; hook.def : Declares the module parameters for the DLL. LIBRARY "hook" DESCRIPTION 'hook Windows Dynamic Link Library' SECTIONS shareddata READ WRITE SHARED EXPORTS ; Explicit expor
www.eeworm.com/read/149300/5701945

def mousehook.def

; Mousehook.def : Declares the module parameters for the DLL. LIBRARY "Mousehook" DESCRIPTION 'Mousehook Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here SECTION
www.eeworm.com/read/147766/5721335

balo ld.script.balo

OUTPUT_FORMAT("elf32-bigmips") OUTPUT_ARCH(mips) ENTRY(balo_entry) SECTIONS { /* Read-only sections, merged into text segment: */ . = 0x80400000; .rel.text : { *(.rel.text) } .rela.text
www.eeworm.com/read/139089/5810890

cs movecontentpage.cs

namespace ASPNET.StarterKit.Communities { using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.
www.eeworm.com/read/139089/5811013

cs subsectionmenu.cs

namespace ASPNET.StarterKit.Communities { using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Caching; using System.Configuration; usin
www.eeworm.com/read/139089/5811017

cs multilevelsectionmenu.cs

namespace ASPNET.StarterKit.Communities { using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Caching; using System.Configuration; usin
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/5862506

balo ld.script.balo

OUTPUT_FORMAT("elf32-bigmips") OUTPUT_ARCH(mips) ENTRY(balo_entry) SECTIONS { /* Read-only sections, merged into text segment: */ . = 0x80400000; .rel.text : { *(.rel.text) } .rela.text
www.eeworm.com/read/135582/5885037

cpp knotebook.cpp

/* This file is part of the KDE Libraries Copyright (C) 1998 Thomas Tanghus (tanghus@earthling.net) This library is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/133772/5900048

ld i386.default.ld

OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH(i386) ENTRY(_start) STARTUP(vectors.o) ENTRY(_start) INPUT(extras.o) GROUP(libtarget.a libgcc.a) SEARCH_DIR(/lib); SE