Lines Matching refs:psection
70 psection_t psection = elfio_get_section_by_index( pelfio, i );
72 elfio_section_get_name( psection, buff, 100 );
75 // elfio_section_get_address( psection ),
76 // elfio_section_get_size( psection ) );
97 psection_t psection = elfio_get_section_by_name( pelfio, ".symtab" );
98 psymbol_t psymbols = elfio_symbol_section_accessor_new( pelfio, psection );
117 psection = elfio_get_section_by_name( pelfio, ".rela.dyn" );
119 elfio_relocation_section_accessor_new( pelfio, psection );
135 psection = elfio_get_section_by_name( pelfio, ".strtab" );
136 pstring_t pstring = elfio_string_section_accessor_new( psection );
149 psection = elfio_get_section_by_name( pelfio, ".note.gnu.build-id" );
150 pnote_t pnote = elfio_note_section_accessor_new( pelfio, psection );
167 psection = elfio_get_section_by_name( pelfio, ".dynamic" );
169 elfio_dynamic_section_accessor_new( pelfio, psection );
183 psection = elfio_get_section_by_name( pelfio, ".init_array" );
184 if ( psection != 0 ) {
185 parray_t parray = elfio_array_section_accessor_new( pelfio, psection );