Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/
Dxcoff.go287 type LoaderHeader64 struct { struct
288 Lversion uint32 // Loader section version number
289 Lnsyms uint32 // Number of symbol table entries
290 Lnreloc uint32 // Number of relocation table entries
291 Listlen uint32 // Length of import file ID string table
292 Lnimpid uint32 // Number of import file IDs
293 Lstlen uint32 // Length of string table
294 Limpoff uint64 // Offset to start of import file IDs
295 Lstoff uint64 // Offset to start of string table
296 Lsymoff uint64 // Offset to start of symbol table
[all …]