Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/
Dmacho_info.hpp148 struct nlist_template { struct
156 typedef nlist_template<boost::uint32_t> nlist_32_;
157 typedef nlist_template<boost::uint64_t> nlist_64_;
166 typedef boost::dll::detail::nlist_template<AddressOffsetT> nlist_t; argument
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp281 void generic_header_check(const T& v1, const dd::nlist_template<AddrT>& v2) { in generic_header_check()