Searched refs:header_t (Results 1 – 7 of 7) sorted by relevance
168 typedef IMAGE_NT_HEADERS_template<AddressOffsetT> header_t; typedef in boost::dll::detail::pe_info189 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()
97 typedef boost::dll::detail::Elf_Ehdr_template<AddressOffsetT> header_t; typedef in boost::dll::detail::elf_info167 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()
161 typedef boost::dll::detail::mach_header_template<AddressOffsetT> header_t; typedef in boost::dll::detail::macho_info188 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()
843 struct header_t : mutex_type struct in boost::interprocess::ipcdetail::shared_pool_impl847 header_t() in header_t() function
433 … 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_manager1335 header_t(segment_manager_base_t *segment_mngr_base) in header_t() function
112 struct header_t : public interprocess_mutex struct in boost::interprocess::ipcdetail::simple_seq_fit_impl
150 struct header_t : public mutex_type struct in boost::interprocess::rbtree_best_fit