Home
last modified time | relevance | path

Searched defs:CoffHeader (Results 1 – 13 of 13) sorted by relevance

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/goblin-0.0.24/src/pe/
H A Dheader.rs34 pub struct CoffHeader { struct
52 impl CoffHeader { argument
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/src/pe/
H A Dheader.rs34 pub struct CoffHeader { struct
52 impl CoffHeader { impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/src/pe/
H A Dheader.rs34 pub struct CoffHeader { struct
52 impl CoffHeader { argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/goblin/src/pe/
H A Dheader.rs34 pub struct CoffHeader { struct
52 impl CoffHeader { argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/goblin/src/pe/
H A Dheader.rs34 pub struct CoffHeader { struct
52 impl CoffHeader { argument
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/goblin-0.4.3/src/pe/
H A Dheader.rs44 pub struct CoffHeader { struct
46 pub machine: u16,
47 pub number_of_sections: u16,
48 pub time_date_stamp: u32,
49 pub pointer_to_symbol_table: u32,
50 pub number_of_symbol_table: u32,
51 pub size_of_optional_header: u16,
52 pub characteristics: u16,
110 impl CoffHeader { impl
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/goblin-0.3.1/src/pe/
H A Dheader.rs44 pub struct CoffHeader { struct
46 pub machine: u16,
47 pub number_of_sections: u16,
48 pub time_date_stamp: u32,
49 pub pointer_to_symbol_table: u32,
50 pub number_of_symbol_table: u32,
51 pub size_of_optional_header: u16,
52 pub characteristics: u16,
110 impl CoffHeader { implementation
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/goblin-0.4.2/src/pe/
H A Dheader.rs44 pub struct CoffHeader { struct
46 pub machine: u16,
47 pub number_of_sections: u16,
48 pub time_date_stamp: u32,
49 pub pointer_to_symbol_table: u32,
50 pub number_of_symbol_table: u32,
51 pub size_of_optional_header: u16,
52 pub characteristics: u16,
110 impl CoffHeader { impl
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/
H A DCoffHeader.cs7 public sealed class CoffHeader class
56 internal CoffHeader(ref PEBinaryReader reader) in CoffHeader() method in System.Reflection.PortableExecutable.CoffHeader
H A DPEHeaders.cs139 public CoffHeader CoffHeader property in System.Reflection.PortableExecutable.PEHeaders
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/COFF/
H A DWriter.cpp1212 object::coff_file_header *CoffHeader = in writeBuildId() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/COFF/
H A DWriter.cpp1656 object::coff_file_header *CoffHeader = in writeBuildId() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/ref/
H A DSystem.Reflection.Metadata.cs3042 public sealed partial class CoffHeader class
3044 internal CoffHeader() { } in CoffHeader() method in System.Reflection.PortableExecutable.CoffHeader
3281 public System.Reflection.PortableExecutable.CoffHeader CoffHeader { get { throw null; } } property in System.Reflection.PortableExecutable.PEHeaders