Searched refs:prelocation_t (Results 1 – 3 of 3) sorted by relevance
/third_party/elfio/examples/c_wrapper/ |
D | elfio_c_wrapper.h | 83 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,
|
D | elfio_c_wrapper.cpp | 264 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()
|
D | c_example.c | 118 prelocation_t preloc = in main()
|