Home
last modified time | relevance | path

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

/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.h83 typedef ELFIO::relocation_section_accessor* prelocation_t; typedef
97 typedef void* prelocation_t;
217 prelocation_t elfio_relocation_section_accessor_new( pelfio_t pelfio,
219 void elfio_relocation_section_accessor_delete( prelocation_t prelocation );
220 Elf_Xword elfio_relocation_get_entries_num( prelocation_t prelocation );
221 bool elfio_relocation_get_entry( prelocation_t prelocation,
227 bool elfio_relocation_set_entry( prelocation_t prelocation,
233 void elfio_relocation_add_entry( prelocation_t prelocation,
238 void elfio_relocation_swap_symbols( prelocation_t prelocation,
Delfio_c_wrapper.cpp264 prelocation_t elfio_relocation_section_accessor_new( pelfio_t pelfio, in elfio_relocation_section_accessor_new()
270 void elfio_relocation_section_accessor_delete( prelocation_t prelocation ) in elfio_relocation_section_accessor_delete()
275 Elf_Xword elfio_relocation_get_entries_num( prelocation_t prelocation ) in elfio_relocation_get_entries_num()
280 bool elfio_relocation_get_entry( prelocation_t prelocation, in elfio_relocation_get_entry()
290 bool elfio_relocation_set_entry( prelocation_t prelocation, in elfio_relocation_set_entry()
300 void elfio_relocation_add_entry( prelocation_t prelocation, in elfio_relocation_add_entry()
309 void elfio_relocation_swap_symbols( prelocation_t prelocation, in elfio_relocation_swap_symbols()
Dc_example.c118 prelocation_t preloc = in main()