Home
last modified time | relevance | path

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

/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.h80 typedef ELFIO::section* psection_t; typedef
94 typedef void* psection_t;
133 psection_t elfio_get_section_by_index( pelfio_t pelfio, int index );
134 psection_t elfio_get_section_by_name( pelfio_t pelfio, char* name );
135 psection_t elfio_add_section( pelfio_t pelfio, char* name );
155 void elfio_section_get_name( psection_t psection, char* buffer, int len );
156 void elfio_section_set_name( psection_t psection, char* buffer );
157 char* elfio_section_get_data( psection_t psection );
158 void elfio_section_set_data( psection_t psection,
161 void elfio_section_append_data( psection_t psection,
[all …]
Delfio_c_wrapper.cpp81 psection_t elfio_get_section_by_index( pelfio_t pelfio, int index ) in elfio_get_section_by_index()
86 psection_t elfio_get_section_by_name( pelfio_t pelfio, char* name ) in elfio_get_section_by_name()
91 psection_t elfio_add_section( pelfio_t pelfio, char* name ) in elfio_add_section()
137 void elfio_section_get_name( psection_t psection, char* buffer, int len ) in elfio_section_get_name()
142 void elfio_section_set_name( psection_t psection, char* buffer ) in elfio_section_set_name()
147 char* elfio_section_get_data( psection_t psection ) in elfio_section_get_data()
152 void elfio_section_set_data( psection_t psection, in elfio_section_set_data()
159 void elfio_section_append_data( psection_t psection, in elfio_section_append_data()
210 psection_t psection ) in elfio_symbol_section_accessor_new()
265 psection_t psection ) in elfio_relocation_section_accessor_new()
[all …]
Dc_example.c70 psection_t psection = elfio_get_section_by_index( pelfio, i ); in main()
97 psection_t psection = elfio_get_section_by_name( pelfio, ".symtab" ); in main()