Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dmacho.go248 type Section64 struct { struct
249 Name [16]byte
250 Seg [16]byte
251 Addr uint64
252 Size uint64
253 Offset uint32
254 Align uint32
255 Reloff uint32
256 Nreloc uint32
257 Flags uint32
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3505 type Section64 struct { struct
3506 Name uint32 /* Section name (index into the section header string table). */
3507 Type uint32 /* Section type. */
3508 Flags uint64 /* Section flags. */
3509 Addr uint64 /* Address in memory image. */
3510 Off uint64 /* Offset in file. */
3511 Size uint64 /* Size in bytes. */
3512 Link uint32 /* Index of a related section. */
3513 Info uint32 /* Depends on section type. */
3514 Addralign uint64 /* Alignment in bytes. */
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Delf.go112 elf.Section64 anonMember