Home
last modified time | relevance | path

Searched defs:pelfio (Results 1 - 4 of 4) sorted by relevance

/third_party/elfio/examples/c_wrapper/
H A Dc_example.c31 pelfio_t pelfio = elfio_new(); in main() local
[all...]
H A Delfio_c_wrapper.cpp41 void elfio_create( pelfio_t pelfio, in elfio_create() argument
48 bool elfio_load( pelfio_t pelfio, const char* file_name ) in elfio_load() argument
53 bool elfio_save( pelfio_t pelfio, const char* file_name ) in elfio_save() argument
81 elfio_get_section_by_index( pelfio_t pelfio, int index ) elfio_get_section_by_index() argument
86 elfio_get_section_by_name( pelfio_t pelfio, char* name ) elfio_get_section_by_name() argument
91 elfio_add_section( pelfio_t pelfio, char* name ) elfio_add_section() argument
101 elfio_get_segment_by_index( pelfio_t pelfio, int index ) elfio_get_segment_by_index() argument
111 elfio_validate( pelfio_t pelfio, char* msg, int msg_len ) elfio_validate() argument
209 elfio_symbol_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_symbol_section_accessor_new() argument
264 elfio_relocation_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_relocation_section_accessor_new() argument
343 elfio_note_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_note_section_accessor_new() argument
434 elfio_dynamic_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_dynamic_section_accessor_new() argument
474 elfio_array_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_array_section_accessor_new() argument
[all...]
/third_party/libbpf/src/
H A Delf.c65 pelfio_t pelfio = elfio_new(); in elf_open() local
106 static psection_t elf_find_next_scn_by_type(pelfio_t pelfio, int sh_type, psection_t pscn) in elf_find_next_scn_by_type() argument
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp41 void elfio_create( pelfio_t pelfio, in elfio_create() argument
48 bool elfio_load( pelfio_t pelfio, const char* file_name ) in elfio_load() argument
53 bool elfio_save( pelfio_t pelfio, const char* file_name ) in elfio_save() argument
81 elfio_get_section_by_index( pelfio_t pelfio, int index ) elfio_get_section_by_index() argument
86 elfio_get_section_by_name( pelfio_t pelfio, char* name ) elfio_get_section_by_name() argument
91 elfio_add_section( pelfio_t pelfio, char* name ) elfio_add_section() argument
101 elfio_get_segment_by_index( pelfio_t pelfio, int index ) elfio_get_segment_by_index() argument
111 elfio_validate( pelfio_t pelfio, char* msg, int msg_len ) elfio_validate() argument
209 elfio_symbol_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_symbol_section_accessor_new() argument
264 elfio_relocation_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_relocation_section_accessor_new() argument
342 elfio_note_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_note_section_accessor_new() argument
433 elfio_dynamic_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_dynamic_section_accessor_new() argument
473 elfio_array_section_accessor_new( pelfio_t pelfio, psection_t psection ) elfio_array_section_accessor_new() argument
[all...]

Completed in 4 milliseconds