wasmer/rustdoc/goblin/archive/sidebar-items.js

1 line
785 B
JavaScript
Raw Permalink Normal View History

2019-09-06 15:57:44 -07:00
initSidebarItems({"constant":[["MAGIC","The magic number of a Unix Archive"],["SIZEOF_HEADER",""],["SIZEOF_MAGIC",""]],"enum":[["IndexType","The type of symbol index can be present in an archive. Can serve as an indication of the archive format."]],"struct":[["Archive","An in-memory representation of a parsed Unix Archive"],["Header",""],["Index","The special index member signified by the name `'/'`. The data element contains a list of symbol indexes and symbol names, giving their offsets into the archive for a given name."],["Member","Represents a single entry in the archive"],["MemberHeader","A Unix Archive Header - meta data for the file/byte blob/whatever that follows exactly after. All data is right-padded with spaces ASCII `0x20`. The Binary layout is as follows:"]]});