Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
Delfio_segment.hpp75 template <class T> class segment_impl : public segment class
79 segment_impl( const endianess_convertor* convertor, in segment_impl() function in ELFIO::segment_impl
Delfio.hpp462 segment_impl<Elf64_Phdr>( &convertor, &addr_translator ) ); in create_segment()
467 segment_impl<Elf32_Phdr>( &convertor, &addr_translator ) ); in create_segment()
573 new ( std::nothrow ) segment_impl<Elf64_Phdr>( in load_segments()
578 new ( std::nothrow ) segment_impl<Elf32_Phdr>( in load_segments()