Home
last modified time | relevance | path

Searched refs:header_t (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/dll/detail/
Dpe_info.hpp168 typedef IMAGE_NT_HEADERS_template<AddressOffsetT> header_t; typedef in boost::dll::detail::pe_info
189 header_t h; in parsing_supported()
198 static header_t header(std::ifstream& fs) { in header()
199 header_t h; in header()
211 static exports_t exports(std::ifstream& fs, const header_t& h) { in exports()
231 …ic std::size_t get_file_offset(std::ifstream& fs, std::size_t virtual_address, const header_t& h) { in get_file_offset()
240 fs.seekg(dos.e_lfanew + sizeof(header_t)); in get_file_offset()
259 const header_t h = header(fs); in sections()
287 const header_t h = header(fs); in symbols()
314 const header_t h = header(fs); in symbols()
Delf_info.hpp97 typedef boost::dll::detail::Elf_Ehdr_template<AddressOffsetT> header_t; typedef in boost::dll::detail::elf_info
167 static header_t header(std::ifstream& fs) { in header()
168 header_t elf; in header()
177 const header_t elf = header(fs); in sections_names_raw()
189 const header_t elf = header(fs); in symbols_text()
250 const header_t elf = header(fs); in symbols()
Dmacho_info.hpp161 typedef boost::dll::detail::mach_header_template<AddressOffsetT> header_t; typedef in boost::dll::detail::macho_info
188 const header_t h = header(fs); in command_finder()
190 fs.seekg(sizeof(header_t)); in command_finder()
278 static header_t header(std::ifstream& fs) { in header()
279 header_t h; in header()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp843 struct header_t : mutex_type struct in boost::interprocess::ipcdetail::shared_pool_impl
847 header_t() in header_t() function
/third_party/boost/boost/interprocess/
Dsegment_manager.hpp433 … BOOST_STATIC_ASSERT((boost::move_detail::alignment_of<header_t>::value >= void_ptr_alignment)); in segment_manager()
1329 struct header_t struct in boost::interprocess::segment_manager
1335 header_t(segment_manager_base_t *segment_mngr_base) in header_t() function
/third_party/boost/boost/interprocess/mem_algo/detail/
Dsimple_seq_fit_impl.hpp112 struct header_t : public interprocess_mutex struct in boost::interprocess::ipcdetail::simple_seq_fit_impl
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp150 struct header_t : public mutex_type struct in boost::interprocess::rbtree_best_fit