reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 for (; tv->tv_tag != LDPT_NULL; ++tv) { 332 for (; tv->tv_tag != LDPT_NULL; ++tv) { 336 switch (static_cast<int>(tv->tv_tag)) { 338 output_name = tv->tv_u.tv_string; 341 switch (tv->tv_u.tv_val) { 359 message(LDPL_ERROR, "Unknown output file type %d", tv->tv_u.tv_val); 364 options::process_plugin_option(tv->tv_u.tv_string); 368 callback = tv->tv_u.tv_register_claim_file; 377 callback = tv->tv_u.tv_register_all_symbols_read; 386 callback = tv->tv_u.tv_register_cleanup; 392 get_input_file = tv->tv_u.tv_get_input_file; 395 release_input_file = tv->tv_u.tv_release_input_file; 398 add_symbols = tv->tv_u.tv_add_symbols; 403 get_symbols = tv->tv_u.tv_get_symbols; 406 get_symbols = tv->tv_u.tv_get_symbols; 409 add_input_file = tv->tv_u.tv_add_input_file; 412 set_extra_library_path = tv->tv_u.tv_set_extra_library_path; 415 get_view = tv->tv_u.tv_get_view; 418 message = tv->tv_u.tv_message; 425 (ld_plugin_get_wrap_symbols)tv->tv_u.tv_message;