Searched defs:elfNote (Results 1 – 2 of 2) sorted by relevance
32 type elfNote struct { struct33 Name string // Contents of the "name" field, omitting the trailing zero byte.34 Desc []byte // Contents of the "desc" field.35 Type uint32 // Contents of the "type" field.
76 type elfNote struct { struct77 nNamesz uint3278 nDescsz uint3279 nType uint32