Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/
Dmacho_info.hpp104 struct segment_command_template { struct
118 typedef segment_command_template<boost::uint32_t> segment_command_32_;
119 typedef segment_command_template<boost::uint64_t> segment_command_64_;
163 typedef boost::dll::detail::segment_command_template<AddressOffsetT> segment_t;
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp236 void generic_header_check(const T& v1, const dd::segment_command_template<AddrT>& v2) { in generic_header_check()