Searched refs:prelocation (Results 1 – 2 of 2) sorted by relevance
/third_party/elfio/examples/c_wrapper/ |
D | elfio_c_wrapper.cpp | 270 void elfio_relocation_section_accessor_delete( prelocation_t prelocation ) in elfio_relocation_section_accessor_delete() argument 272 delete prelocation; in elfio_relocation_section_accessor_delete() 275 Elf_Xword elfio_relocation_get_entries_num( prelocation_t prelocation ) in elfio_relocation_get_entries_num() argument 277 return prelocation->get_entries_num(); in elfio_relocation_get_entries_num() 280 bool elfio_relocation_get_entry( prelocation_t prelocation, in elfio_relocation_get_entry() argument 287 return prelocation->get_entry( index, *offset, *symbol, *type, *addend ); in elfio_relocation_get_entry() 290 bool elfio_relocation_set_entry( prelocation_t prelocation, in elfio_relocation_set_entry() argument 297 return prelocation->set_entry( index, offset, symbol, type, addend ); in elfio_relocation_set_entry() 300 void elfio_relocation_add_entry( prelocation_t prelocation, in elfio_relocation_add_entry() argument 306 return prelocation->add_entry( offset, symbol, type, addend ); in elfio_relocation_add_entry() [all …]
|
D | elfio_c_wrapper.h | 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,
|