Home
last modified time | relevance | path

Searched refs:section_impl (Results 1 – 3 of 3) sorted by relevance

/third_party/elfio/
DREADME-OH.md50 2. 调用section_impl的get_name\(\)接口获取section名称。
61 2. 调用section_impl的get_data\(\)接口获取section数据。
/third_party/elfio/elfio/
Delfio_section.hpp75 template <class T> class section_impl : public section class
79 section_impl( const endianess_convertor* convertor, in section_impl() function in ELFIO::section_impl
Delfio.hpp435 new ( std::nothrow ) section_impl<Elf64_Shdr>( in create_section()
440 new ( std::nothrow ) section_impl<Elf32_Shdr>( in create_section()