Searched defs:Prog32 (Results 1 – 1 of 1) sorted by relevance
3418 type Prog32 struct { struct3419 Type uint32 /* Entry type. */3420 Off uint32 /* File offset of contents. */3421 Vaddr uint32 /* Virtual address in memory image. */3422 Paddr uint32 /* Physical address (not used). */3423 Filesz uint32 /* Size of contents in file. */3424 Memsz uint32 /* Size of contents in memory. */3425 Flags uint32 /* Access permission flags. */3426 Align uint32 /* Alignment in memory and file. */