Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/
Dmacho_info.hpp104 struct segment_command_template { struct
105 boost::uint32_t cmd; /* LC_SEGMENT_ */
106 boost::uint32_t cmdsize; /* includes sizeof section structs */
107 char segname[16]; /* segment name */
108 AddressOffsetT vmaddr; /* memory address of this segment */
109 AddressOffsetT vmsize; /* memory size of this segment */
110 AddressOffsetT fileoff; /* file offset of this segment */
111 AddressOffsetT filesize; /* amount to map from the file */
112 vm_prot_t maxprot; /* maximum VM protection */
113 vm_prot_t initprot; /* initial VM protection */
[all …]