Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dmacho.go233 type Section32 struct { struct
234 Name [16]byte
235 Seg [16]byte
236 Addr uint32
237 Size uint32
238 Offset uint32
239 Align uint32
240 Reloff uint32
241 Nreloc uint32
242 Flags uint32
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3404 type Section32 struct { struct
3405 Name uint32 /* Section name (index into the section header string table). */
3406 Type uint32 /* Section type. */
3407 Flags uint32 /* Section flags. */
3408 Addr uint32 /* Address in memory image. */
3409 Off uint32 /* Offset in file. */
3410 Size uint32 /* Size in bytes. */
3411 Link uint32 /* Index of a related section. */
3412 Info uint32 /* Depends on section type. */
3413 Addralign uint32 /* Alignment in bytes. */
[all …]