Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3519 type Prog64 struct { struct
3520 Type uint32 /* Entry type. */
3521 Flags uint32 /* Access permission flags. */
3522 Off uint64 /* File offset of contents. */
3523 Vaddr uint64 /* Virtual address in memory image. */
3524 Paddr uint64 /* Physical address (not used). */
3525 Filesz uint64 /* Size of contents in file. */
3526 Memsz uint64 /* Size of contents in memory. */
3527 Align uint64 /* Alignment in memory and file. */