Lines Matching refs:prelocation
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()
309 void elfio_relocation_swap_symbols( prelocation_t prelocation, in elfio_relocation_swap_symbols() argument
313 prelocation->swap_symbols( first, second ); in elfio_relocation_swap_symbols()