Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3386 type Header32 struct { struct
3387 Ident [EI_NIDENT]byte /* File identification. */
3388 Type uint16 /* File type. */
3389 Machine uint16 /* Machine architecture. */
3390 Version uint32 /* ELF format version. */
3391 Entry uint32 /* Entry point. */
3392 Phoff uint32 /* Program header file offset. */
3393 Shoff uint32 /* Section header file offset. */
3394 Flags uint32 /* Architecture-specific flags. */
3395 Ehsize uint16 /* Size of ELF header in bytes. */
[all …]