1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25# 26# Generic interface definition for usr/src/cmd/sgs/liblddbg. 27# 28 29# 30# MAPFILE HEADER START 31# 32# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 33# Object versioning must comply with the rules detailed in 34# 35# usr/src/lib/README.mapfiles 36# 37# You should not be making modifications here until you've read the most current 38# copy of that file. If you need help, contact a gatekeeper for guidance. 39# 40# MAPFILE HEADER END 41# 42 43SUNWprivate_4.79 { 44 global: 45 dbg_desc = NODIRECT; # interposed - ld.so.1(1) 46 dbg_print = NODIRECT; # interposed - ld(1) and ld.so.1(1) 47 48 Dbg_args_file; 49 Dbg_args_option; 50 Dbg_args_str2chr; 51 Dbg_args_Wldel; 52 Dbg_audit_ignore; 53 Dbg_audit_interface; 54 Dbg_audit_lib; 55 Dbg_audit_object; 56 Dbg_audit_symval; 57 Dbg_audit_skip; 58 Dbg_audit_terminate; 59 Dbg_audit_version; 60 61 Dbg_basic_collect; 62 Dbg_basic_create; 63 Dbg_basic_files; 64 Dbg_basic_finish; 65 Dbg_basic_options; 66 Dbg_basic_relocate; 67 Dbg_basic_validate; 68 69 Dbg_help; 70 Dbg_setup; 71 Dbg_state_str; 72 Dbg_version; 73 74 Dbg32_bind_global; 75 Dbg64_bind_global; 76 Dbg32_bind_plt_summary; 77 Dbg64_bind_plt_summary; 78 Dbg64_bind_pltpad_from; 79 Dbg64_bind_pltpad_to; 80 Dbg32_bind_reject; 81 Dbg64_bind_reject; 82 Dbg32_bind_weak; 83 Dbg64_bind_weak; 84 85 Dbg32_cap_candidate; 86 Dbg64_cap_candidate; 87 Dbg32_cap_filter; 88 Dbg64_cap_filter; 89 Dbg32_cap_id; 90 Dbg64_cap_id; 91 Dbg32_cap_mapfile_title; 92 Dbg64_cap_mapfile_title; 93 Dbg32_cap_post_title; 94 Dbg64_cap_post_title; 95 Dbg32_cap_ptr_entry; 96 Dbg64_cap_ptr_entry; 97 Dbg32_cap_sec_title; 98 Dbg64_cap_sec_title; 99 Dbg32_cap_val; 100 Dbg64_cap_val; 101 Dbg32_cap_val_entry; 102 Dbg64_cap_val_entry; 103 104 Dbg32_dl_dladdr; 105 Dbg64_dl_dladdr; 106 Dbg32_dl_dlclose; 107 Dbg64_dl_dlclose; 108 Dbg32_dl_dldump; 109 Dbg64_dl_dldump; 110 Dbg32_dl_dlerror; 111 Dbg64_dl_dlerror; 112 Dbg32_dl_dlinfo; 113 Dbg64_dl_dlinfo; 114 Dbg32_dl_dlopen; 115 Dbg64_dl_dlopen; 116 Dbg32_dl_dlsym; 117 Dbg64_dl_dlsym; 118 Dbg32_dl_iphdr_callback; 119 Dbg64_dl_iphdr_callback; 120 Dbg32_dl_iphdr_enter; 121 Dbg64_dl_iphdr_enter; 122 Dbg32_dl_iphdr_mapchange; 123 Dbg64_dl_iphdr_mapchange; 124 Dbg32_dl_iphdr_unmap_ret; 125 Dbg64_dl_iphdr_unmap_ret; 126 127 Dbg32_demangle_name; 128 Dbg64_demangle_name; 129 130 Dbg32_ent_print; 131 Dbg64_ent_print; 132 133 Dbg32_file_analyze; 134 Dbg64_file_analyze; 135 Dbg32_file_aout; 136 Dbg64_file_aout; 137 Dbg32_file_ar; 138 Dbg64_file_ar; 139 Dbg32_file_ar_rescan; 140 Dbg64_file_ar_rescan; 141 Dbg32_file_bind_entry; 142 Dbg64_file_bind_entry; 143 Dbg32_file_bindings; 144 Dbg64_file_bindings; 145 Dbg32_file_bindings_done; 146 Dbg64_file_bindings_done; 147 Dbg32_file_cntl; 148 Dbg64_file_cntl; 149 Dbg32_file_config_dis; 150 Dbg64_file_config_dis; 151 Dbg32_file_config_obj; 152 Dbg64_file_config_obj; 153 Dbg32_file_deferred; 154 Dbg64_file_deferred; 155 Dbg32_file_del_rescan; 156 Dbg64_file_del_rescan; 157 Dbg32_file_delete; 158 Dbg64_file_delete; 159 Dbg32_file_elf; 160 Dbg64_file_elf; 161 Dbg32_file_cleanup; 162 Dbg64_file_cleanup; 163 Dbg32_file_filtee; 164 Dbg64_file_filtee; 165 Dbg32_file_filter; 166 Dbg64_file_filter; 167 Dbg32_file_fixname; 168 Dbg64_file_fixname; 169 Dbg32_file_generic; 170 Dbg64_file_generic; 171 Dbg32_file_hdl_action; 172 Dbg64_file_hdl_action; 173 Dbg32_file_hdl_collect; 174 Dbg64_file_hdl_collect; 175 Dbg32_file_hdl_title; 176 Dbg64_file_hdl_title; 177 Dbg32_file_lazyload; 178 Dbg64_file_lazyload; 179 Dbg32_file_ldso; 180 Dbg64_file_ldso; 181 Dbg32_file_mmapobj; 182 Dbg64_file_mmapobj; 183 Dbg32_file_mode_promote; 184 Dbg64_file_mode_promote; 185 Dbg32_file_modified; 186 Dbg64_file_modified; 187 Dbg32_file_needed; 188 Dbg64_file_needed; 189 Dbg32_file_output; 190 Dbg64_file_output; 191 Dbg32_file_preload; 192 Dbg64_file_preload; 193 Dbg32_file_prot; 194 Dbg64_file_prot; 195 Dbg32_file_rejected; 196 Dbg64_file_rejected; 197 Dbg32_file_reuse; 198 Dbg64_file_reuse; 199 Dbg32_file_skip; 200 Dbg64_file_skip; 201 202 Dbg32_got_display; 203 Dbg64_got_display; 204 205 Dbg32_libs_audit; 206 Dbg64_libs_audit; 207 Dbg32_libs_find; 208 Dbg64_libs_find; 209 Dbg32_libs_found; 210 Dbg64_libs_found; 211 Dbg32_libs_insecure; 212 Dbg64_libs_insecure; 213 Dbg32_libs_init; 214 Dbg64_libs_init; 215 Dbg32_libs_l; 216 Dbg64_libs_l; 217 Dbg32_libs_path; 218 Dbg64_libs_path; 219 Dbg32_libs_req; 220 Dbg64_libs_req; 221 Dbg32_libs_update; 222 Dbg64_libs_update; 223 Dbg32_libs_yp; 224 Dbg64_libs_yp; 225 Dbg32_libs_ylu; 226 Dbg64_libs_ylu; 227 228 Dbg32_map_cexp_id; 229 Dbg64_map_cexp_id; 230 Dbg32_map_dv; 231 Dbg64_map_dv; 232 Dbg32_map_dv_entry; 233 Dbg64_map_dv_entry; 234 Dbg32_map_ent; 235 Dbg64_map_ent; 236 Dbg32_map_ent_ord_title; 237 Dbg64_map_ent_ord_title; 238 Dbg32_map_hdr_noalloc; 239 Dbg64_map_hdr_noalloc; 240 Dbg32_map_parse; 241 Dbg64_map_parse; 242 Dbg32_map_pass; 243 Dbg64_map_pass; 244 Dbg32_map_post_title; 245 Dbg64_map_post_title; 246 Dbg32_map_seg; 247 Dbg64_map_seg; 248 Dbg32_map_seg_order; 249 Dbg64_map_seg_order; 250 Dbg32_map_seg_os_order; 251 Dbg64_map_seg_os_order; 252 Dbg32_map_size_new; 253 Dbg64_map_size_new; 254 Dbg32_map_size_old; 255 Dbg64_map_size_old; 256 Dbg32_map_sort_seg; 257 Dbg64_map_sort_seg; 258 Dbg32_map_sort_title; 259 Dbg64_map_sort_title; 260 Dbg32_map_symbol; 261 Dbg64_map_symbol; 262 Dbg32_map_version; 263 Dbg64_map_version; 264 265 Dbg32_move_adjexpandreloc; 266 Dbg64_move_adjexpandreloc; 267 Dbg32_move_adjmovereloc; 268 Dbg64_move_adjmovereloc; 269 Dbg32_move_bad; 270 Dbg64_move_bad; 271 Dbg32_move_data; 272 Dbg64_move_data; 273 Dbg32_move_entry1; 274 Dbg64_move_entry1; 275 Dbg32_move_entry2; 276 Dbg64_move_entry2; 277 Dbg32_move_expand; 278 Dbg64_move_expand; 279 Dbg32_move_input; 280 Dbg64_move_input; 281 Dbg32_move_outmove; 282 Dbg64_move_outmove; 283 Dbg32_move_outsctadj; 284 Dbg64_move_outsctadj; 285 Dbg32_move_parexpn; 286 Dbg64_move_parexpn; 287 288 Dbg32_reloc_apply_reg; 289 Dbg64_reloc_apply_reg; 290 Dbg32_reloc_apply_val; 291 Dbg64_reloc_apply_val; 292 Dbg32_reloc_ars_entry; 293 Dbg64_reloc_ars_entry; 294 Dbg32_reloc_copy; 295 Dbg64_reloc_copy; 296 Dbg32_reloc_discard; 297 Dbg64_reloc_discard; 298 Dbg32_reloc_doact; 299 Dbg64_reloc_doact; 300 Dbg32_reloc_doact_title; 301 Dbg64_reloc_doact_title; 302 Dbg32_reloc_dooutrel; 303 Dbg64_reloc_dooutrel; 304 Dbg32_reloc_entry; 305 Dbg64_reloc_entry; 306 Dbg32_reloc_error; 307 Dbg64_reloc_error; 308 Dbg32_reloc_generate; 309 Dbg64_reloc_generate; 310 Dbg32_reloc_in; 311 Dbg64_reloc_in; 312 Dbg32_reloc_ors_entry; 313 Dbg64_reloc_ors_entry; 314 Dbg32_reloc_out; 315 Dbg64_reloc_out; 316 Dbg32_reloc_proc; 317 Dbg64_reloc_proc; 318 Dbg32_reloc_run; 319 Dbg64_reloc_run; 320 Dbg32_reloc_sloppycomdat; 321 Dbg64_reloc_sloppycomdat; 322 Dbg32_reloc_transition; 323 Dbg64_reloc_transition; 324 325 Dbg32_sec_added; 326 Dbg64_sec_added; 327 Dbg32_sec_backing; 328 Dbg64_sec_backing; 329 Dbg32_sec_created; 330 Dbg64_sec_created; 331 Dbg32_sec_discarded; 332 Dbg64_sec_discarded; 333 Dbg32_sec_genstr_compress; 334 Dbg64_sec_genstr_compress; 335 Dbg32_sec_group; 336 Dbg64_sec_group; 337 Dbg32_sec_gnu_comdat; 338 Dbg64_sec_gnu_comdat; 339 Dbg32_sec_in; 340 Dbg64_sec_in; 341 Dbg32_sec_order_error; 342 Dbg64_sec_order_error; 343 Dbg32_sec_order_list; 344 Dbg64_sec_order_list; 345 Dbg32_sec_redirected; 346 Dbg64_sec_redirected; 347 Dbg32_sec_strtab; 348 Dbg64_sec_strtab; 349 Dbg32_sec_unsup_strmerge; 350 Dbg64_sec_unsup_strmerge; 351 352 Dbg32_seg_entry; 353 Dbg64_seg_entry; 354 Dbg32_seg_list; 355 Dbg64_seg_list; 356 Dbg32_seg_os; 357 Dbg64_seg_os; 358 Dbg32_seg_title; 359 Dbg64_seg_title; 360 361 Dbg32_shdr_modified; 362 Dbg64_shdr_modified; 363 364 Dbg32_statistics_ar; 365 Dbg64_statistics_ar; 366 Dbg32_statistics_ld; 367 Dbg64_statistics_ld; 368 369 Dbg32_support_action; 370 Dbg64_support_action; 371 Dbg32_support_load; 372 Dbg64_support_load; 373 Dbg32_support_req; 374 Dbg64_support_req; 375 Dbg32_support_vnone; 376 Dbg64_support_vnone; 377 378 Dbg32_syminfo_entry; 379 Dbg64_syminfo_entry; 380 Dbg32_syminfo_title; 381 Dbg64_syminfo_title; 382 383 Dbg32_syms_ar_checking; 384 Dbg64_syms_ar_checking; 385 Dbg32_syms_ar_force; 386 Dbg64_syms_ar_force; 387 Dbg32_syms_ar_resolve; 388 Dbg64_syms_ar_resolve; 389 Dbg32_syms_ar_skip; 390 Dbg64_syms_ar_skip; 391 Dbg32_syms_ar_title; 392 Dbg64_syms_ar_title; 393 Dbg32_syms_cap_convert; 394 Dbg64_syms_cap_convert; 395 Dbg32_syms_cap_local; 396 Dbg64_syms_cap_local; 397 Dbg32_syms_cap_lookup; 398 Dbg64_syms_cap_lookup; 399 Dbg32_syms_cap_title; 400 Dbg64_syms_cap_title; 401 Dbg32_syms_created; 402 Dbg64_syms_created; 403 Dbg32_syms_discarded; 404 Dbg64_syms_discarded; 405 Dbg32_syms_dup_discarded; 406 Dbg64_syms_dup_discarded; 407 Dbg32_syms_dup_sort_addr; 408 Dbg64_syms_dup_sort_addr; 409 Dbg32_syms_entered; 410 Dbg64_syms_entered; 411 Dbg32_syms_entry; 412 Dbg64_syms_entry; 413 Dbg32_syms_global; 414 Dbg64_syms_global; 415 Dbg32_syms_ignore; 416 Dbg64_syms_ignore; 417 Dbg32_syms_ignore_gnuver; 418 Dbg64_syms_ignore_gnuver; 419 Dbg32_syms_lazy_rescan; 420 Dbg64_syms_lazy_rescan; 421 Dbg32_syms_lookup; 422 Dbg64_syms_lookup; 423 Dbg32_syms_lookup_aout; 424 Dbg32_syms_new; 425 Dbg64_syms_new; 426 Dbg32_syms_old; 427 Dbg64_syms_old; 428 Dbg32_syms_process; 429 Dbg64_syms_process; 430 Dbg32_syms_reduce; 431 Dbg64_syms_reduce; 432 Dbg32_syms_reloc; 433 Dbg64_syms_reloc; 434 Dbg32_syms_resolved; 435 Dbg64_syms_resolved; 436 Dbg32_syms_resolving; 437 Dbg64_syms_resolving; 438 Dbg32_syms_sec_entry; 439 Dbg64_syms_sec_entry; 440 Dbg32_syms_sec_title; 441 Dbg64_syms_sec_title; 442 Dbg32_syms_spec_title; 443 Dbg64_syms_spec_title; 444 Dbg32_syms_updated; 445 Dbg64_syms_updated; 446 Dbg32_syms_up_title; 447 Dbg64_syms_up_title; 448 Dbg32_syms_wrap; 449 Dbg64_syms_wrap; 450 451 Dbg_tls_modactivity; 452 Dbg_tls_static_block; 453 Dbg_tls_static_resv; 454 455 Dbg32_util_call_array; 456 Dbg64_util_call_array; 457 Dbg32_util_call_fini; 458 Dbg64_util_call_fini; 459 Dbg32_util_call_init; 460 Dbg64_util_call_init; 461 Dbg32_util_call_main; 462 Dbg64_util_call_main; 463 Dbg32_util_collect; 464 Dbg64_util_collect; 465 Dbg32_util_dbnotify; 466 Dbg64_util_dbnotify; 467 Dbg32_util_edge_in; 468 Dbg64_util_edge_in; 469 Dbg32_util_edge_out; 470 Dbg64_util_edge_out; 471 Dbg32_util_lcinterface; 472 Dbg64_util_lcinterface; 473 Dbg32_util_intoolate; 474 Dbg64_util_intoolate; 475 Dbg32_util_nl; 476 Dbg64_util_nl; 477 Dbg32_util_no_init; 478 Dbg64_util_no_init; 479 Dbg32_util_scc_entry; 480 Dbg64_util_scc_entry; 481 Dbg32_util_scc_title; 482 Dbg64_util_scc_title; 483 Dbg32_util_str; 484 Dbg64_util_str; 485 486 Dbg32_unused_file; 487 Dbg64_unused_file; 488 Dbg32_unused_lcinterface; 489 Dbg64_unused_lcinterface; 490 Dbg32_unused_path; 491 Dbg64_unused_path; 492 Dbg32_unused_sec; 493 Dbg64_unused_sec; 494 Dbg32_unused_unref; 495 Dbg64_unused_unref; 496 497 Dbg32_ver_avail_entry; 498 Dbg64_ver_avail_entry; 499 Dbg32_ver_avail_title; 500 Dbg64_ver_avail_title; 501 Dbg32_ver_def_title; 502 Dbg64_ver_def_title; 503 Dbg32_ver_desc_entry; 504 Dbg64_ver_desc_entry; 505 Dbg32_ver_need_done; 506 Dbg64_ver_need_done; 507 Dbg32_ver_need_entry; 508 Dbg64_ver_need_entry; 509 Dbg32_ver_need_title; 510 Dbg64_ver_need_title; 511 Dbg32_ver_nointerface; 512 Dbg64_ver_nointerface; 513 Dbg32_ver_symbol; 514 Dbg64_ver_symbol; 515 516} SUNWprivate_3.23; 517 518 519# The following interfaces are used by various parts of the link-editors and 520# elfdump(1). The link-editors are always packaged together but there 521# seems to be a variety of old elfdump's lying around. elfdump only uses 522# this interface, and thus by separating in from the ever changing Dbg_* 523# interfaces we can provide a stable versioning environment for this utility. 524 525SUNWprivate_3.23 { 526 global: 527 Elf_syminfo_entry; 528 Elf_syminfo_title; 529 530 Elf32_cap_entry; 531 Elf64_cap_entry; 532 Elf32_cap_title; 533 Elf64_cap_title; 534 535 Elf32_demangle_name; 536 Elf64_demangle_name; 537 Elf32_dyn_entry; 538 Elf64_dyn_entry; 539 Elf32_dyn_null_entry; 540 Elf64_dyn_null_entry; 541 Elf32_dyn_title; 542 Elf64_dyn_title; 543 544 Elf32_ehdr; 545 Elf64_ehdr; 546 547 Elf32_got_entry; 548 Elf64_got_entry; 549 Elf32_got_title; 550 Elf64_got_title; 551 552 Elf32_phdr; 553 Elf64_phdr; 554 555 Elf32_reloc_apply_reg; 556 Elf64_reloc_apply_reg; 557 Elf32_reloc_apply_val; 558 Elf64_reloc_apply_val; 559 Elf32_reloc_entry_1; 560 Elf64_reloc_entry_1; 561 Elf32_reloc_entry_2; 562 Elf64_reloc_entry_2; 563 Elf32_reloc_title; 564 Elf64_reloc_title; 565 566 Elf32_shdr; 567 Elf64_shdr; 568 569 Elf32_syms_table_title; 570 Elf64_syms_table_title; 571 Elf32_syms_table_entry; 572 Elf64_syms_table_entry; 573 574 Elf32_ver_def_title; 575 Elf64_ver_def_title; 576 Elf32_ver_line_1; 577 Elf64_ver_line_1; 578 Elf32_ver_line_2; 579 Elf64_ver_line_2; 580 Elf32_ver_line_3; 581 Elf64_ver_line_3; 582 Elf32_ver_line_4; 583 Elf64_ver_line_4; 584 Elf32_ver_line_5; 585 Elf64_ver_line_5; 586 Elf32_ver_need_title; 587 Elf64_ver_need_title; 588 589 local: 590 *; 591}; 592