Searched defs:Section64 (Results 1 – 3 of 3) sorted by relevance
248 type Section64 struct { struct249 Name [16]byte250 Seg [16]byte251 Addr uint64252 Size uint64253 Offset uint32254 Align uint32255 Reloff uint32256 Nreloc uint32257 Flags uint32[all …]
3505 type Section64 struct { struct3506 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 …]
112 elf.Section64 anonMember