Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
Delfio_note.hpp46 : elf_file( elf_file ), note_section( section ) in note_section_accessor_template()
64 if ( index >= note_section->get_size() ) { in get_note()
69 note_section->get_data() + note_start_positions[index]; in get_note()
78 note_section->get_size() - note_start_positions[index]; in get_note()
126 note_start_positions.push_back( note_section->get_size() ); in add_note()
127 note_section->append_data( buffer ); in add_note()
135 const char* data = note_section->get_data(); in process_section()
136 Elf_Xword size = note_section->get_size(); in process_section()
162 S* note_section; member in ELFIO::note_section_accessor_template