Lines Matching refs:section
33 explicit versym_section_accessor_template( S* section )
34 : versym_section( section )
36 if ( section != nullptr ) {
37 entries_num = decltype( entries_num )( section->get_size() /
92 using versym_section_accessor = versym_section_accessor_template<section>;
94 versym_section_accessor_template<const section>;
106 // Find .dynamic section
107 const section* dynamic_section = elf_file.sections[".dynamic"];
173 using versym_r_section_accessor = versym_r_section_accessor_template<section>;
175 versym_r_section_accessor_template<const section>;