Searched defs:Section32 (Results 1 – 2 of 2) sorted by relevance
233 type Section32 struct { struct234 Name [16]byte235 Seg [16]byte236 Addr uint32237 Size uint32238 Offset uint32239 Align uint32240 Reloff uint32241 Nreloc uint32242 Flags uint32[all …]
3404 type Section32 struct { struct3405 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 …]