Searched refs:elfio_section_get_name (Results 1 - 5 of 5) sorted by relevance
/third_party/elfio/examples/c_wrapper/ |
H A D | c_example.c | 72 elfio_section_get_name( psection, buff, 100 ); in main()
|
H A D | elfio_c_wrapper.cpp | 137 void elfio_section_get_name( psection_t psection, char* buffer, int len ) in elfio_section_get_name() function
|
H A D | elfio_c_wrapper.h | 155 void elfio_section_get_name( psection_t psection, char* buffer, int len );
|
/third_party/elfio/c_wrapper/ |
H A D | elfio_c_wrapper.cpp | 137 void elfio_section_get_name( psection_t psection, char* buffer, int len ) in elfio_section_get_name() function
|
H A D | elfio_c_wrapper.h | 157 void elfio_section_get_name( psection_t psection, char* buffer, int len );
|
Completed in 5 milliseconds