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 2009 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# 27# Generic interface definition for usr/src/cmd/sgs/liblddbg. 28# 29 30# 31# MAPFILE HEADER START 32# 33# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 34# Object versioning must comply with the rules detailed in 35# 36# usr/src/lib/README.mapfiles 37# 38# You should not be making modifications here until you've read the most current 39# copy of that file. If you need help, contact a gatekeeper for guidance. 40# 41# MAPFILE HEADER END 42# 43 44SUNWprivate_4.71 { 45 global: 46 dbg_desc = NODIRECT; # interposed - ld.so.1(1) 47 dbg_print = NODIRECT; # interposed - ld(1) and ld.so.1(1) 48 49 Dbg_args_files; 50 Dbg_args_opts; 51 Dbg_args_str2chr; 52 Dbg_args_Wldel; 53 Dbg_audit_ignore; 54 Dbg_audit_interface; 55 Dbg_audit_lib; 56 Dbg_audit_object; 57 Dbg_audit_symval; 58 Dbg_audit_skip; 59 Dbg_audit_terminate; 60 Dbg_audit_version; 61 62 Dbg_help; 63 Dbg_setup; 64 65 Dbg32_bind_global; 66 Dbg64_bind_global; 67 Dbg32_bind_plt_summary; 68 Dbg64_bind_plt_summary; 69 Dbg64_bind_pltpad_from; 70 Dbg64_bind_pltpad_to; 71 Dbg32_bind_reject; 72 Dbg64_bind_reject; 73 Dbg32_bind_weak; 74 Dbg64_bind_weak; 75 76 Dbg32_cap_hw_candidate; 77 Dbg64_cap_hw_candidate; 78 Dbg32_cap_hw_filter; 79 Dbg64_cap_hw_filter; 80 Dbg32_cap_mapfile; 81 Dbg64_cap_mapfile; 82 Dbg32_cap_sec_entry; 83 Dbg64_cap_sec_entry; 84 Dbg32_cap_sec_title; 85 Dbg64_cap_sec_title; 86 Dbg32_cap_val_hw1; 87 Dbg64_cap_val_hw1; 88 89 Dbg32_demangle_name; 90 Dbg64_demangle_name; 91 92 Dbg32_ent_print; 93 Dbg64_ent_print; 94 95 Dbg32_file_analyze; 96 Dbg64_file_analyze; 97 Dbg32_file_aout; 98 Dbg64_file_aout; 99 Dbg32_file_ar; 100 Dbg64_file_ar; 101 Dbg32_file_ar_rescan; 102 Dbg64_file_ar_rescan; 103 Dbg32_file_bind_entry; 104 Dbg64_file_bind_entry; 105 Dbg32_file_bindings; 106 Dbg64_file_bindings; 107 Dbg32_file_cntl; 108 Dbg64_file_cntl; 109 Dbg32_file_config_dis; 110 Dbg64_file_config_dis; 111 Dbg32_file_config_obj; 112 Dbg64_file_config_obj; 113 Dbg32_file_del_rescan; 114 Dbg64_file_del_rescan; 115 Dbg32_file_delete; 116 Dbg64_file_delete; 117 Dbg32_file_dlclose; 118 Dbg64_file_dlclose; 119 Dbg32_file_dldump; 120 Dbg64_file_dldump; 121 Dbg32_file_dlopen; 122 Dbg64_file_dlopen; 123 Dbg32_file_elf; 124 Dbg64_file_elf; 125 Dbg32_file_cleanup; 126 Dbg64_file_cleanup; 127 Dbg32_file_filtee; 128 Dbg64_file_filtee; 129 Dbg32_file_filter; 130 Dbg64_file_filter; 131 Dbg32_file_fixname; 132 Dbg64_file_fixname; 133 Dbg32_file_generic; 134 Dbg64_file_generic; 135 Dbg32_file_hdl_action; 136 Dbg64_file_hdl_action; 137 Dbg32_file_hdl_collect; 138 Dbg64_file_hdl_collect; 139 Dbg32_file_hdl_title; 140 Dbg64_file_hdl_title; 141 Dbg32_file_lazyload; 142 Dbg64_file_lazyload; 143 Dbg32_file_ldso; 144 Dbg64_file_ldso; 145 Dbg32_file_mmapobj; 146 Dbg64_file_mmapobj; 147 Dbg32_file_mode_promote; 148 Dbg64_file_mode_promote; 149 Dbg32_file_modified; 150 Dbg64_file_modified; 151 Dbg32_file_needed; 152 Dbg64_file_needed; 153 Dbg32_file_output; 154 Dbg64_file_output; 155 Dbg32_file_preload; 156 Dbg64_file_preload; 157 Dbg32_file_prot; 158 Dbg64_file_prot; 159 Dbg32_file_rejected; 160 Dbg64_file_rejected; 161 Dbg32_file_reuse; 162 Dbg64_file_reuse; 163 Dbg32_file_skip; 164 Dbg64_file_skip; 165 166 Dbg32_got_display; 167 Dbg64_got_display; 168 169 Dbg32_libs_audit; 170 Dbg64_libs_audit; 171 Dbg32_libs_find; 172 Dbg64_libs_find; 173 Dbg32_libs_found; 174 Dbg64_libs_found; 175 Dbg32_libs_insecure; 176 Dbg64_libs_insecure; 177 Dbg32_libs_init; 178 Dbg64_libs_init; 179 Dbg32_libs_l; 180 Dbg64_libs_l; 181 Dbg32_libs_path; 182 Dbg64_libs_path; 183 Dbg32_libs_req; 184 Dbg64_libs_req; 185 Dbg32_libs_update; 186 Dbg64_libs_update; 187 Dbg32_libs_yp; 188 Dbg64_libs_yp; 189 Dbg32_libs_ylu; 190 Dbg64_libs_ylu; 191 192 Dbg32_map_dash; 193 Dbg64_map_dash; 194 Dbg32_map_ent; 195 Dbg64_map_ent; 196 Dbg32_map_parse; 197 Dbg64_map_parse; 198 Dbg32_map_pipe; 199 Dbg64_map_pipe; 200 Dbg32_map_set_atsign; 201 Dbg64_map_set_atsign; 202 Dbg32_map_seg; 203 Dbg64_map_seg; 204 Dbg32_map_set_equal; 205 Dbg64_map_set_equal; 206 Dbg32_map_size_new; 207 Dbg64_map_size_new; 208 Dbg32_map_size_old; 209 Dbg64_map_size_old; 210 Dbg32_map_sort; 211 Dbg64_map_sort; 212 Dbg32_map_sort_seg; 213 Dbg64_map_sort_seg; 214 Dbg32_map_symbol; 215 Dbg64_map_symbol; 216 Dbg32_map_version; 217 Dbg64_map_version; 218 219 Dbg32_move_adjexpandreloc; 220 Dbg64_move_adjexpandreloc; 221 Dbg32_move_adjmovereloc; 222 Dbg64_move_adjmovereloc; 223 Dbg32_move_bad; 224 Dbg64_move_bad; 225 Dbg32_move_data; 226 Dbg64_move_data; 227 Dbg32_move_entry1; 228 Dbg64_move_entry1; 229 Dbg32_move_entry2; 230 Dbg64_move_entry2; 231 Dbg32_move_expand; 232 Dbg64_move_expand; 233 Dbg32_move_input; 234 Dbg64_move_input; 235 Dbg32_move_outmove; 236 Dbg64_move_outmove; 237 Dbg32_move_outsctadj; 238 Dbg64_move_outsctadj; 239 Dbg32_move_parexpn; 240 Dbg64_move_parexpn; 241 242 Dbg32_reloc_apply_reg; 243 Dbg64_reloc_apply_reg; 244 Dbg32_reloc_apply_val; 245 Dbg64_reloc_apply_val; 246 Dbg32_reloc_ars_entry; 247 Dbg64_reloc_ars_entry; 248 Dbg32_reloc_copy; 249 Dbg64_reloc_copy; 250 Dbg32_reloc_discard; 251 Dbg64_reloc_discard; 252 Dbg32_reloc_doact; 253 Dbg64_reloc_doact; 254 Dbg32_reloc_doact_title; 255 Dbg64_reloc_doact_title; 256 Dbg32_reloc_dooutrel; 257 Dbg64_reloc_dooutrel; 258 Dbg32_reloc_entry; 259 Dbg64_reloc_entry; 260 Dbg32_reloc_error; 261 Dbg64_reloc_error; 262 Dbg32_reloc_generate; 263 Dbg64_reloc_generate; 264 Dbg32_reloc_in; 265 Dbg64_reloc_in; 266 Dbg32_reloc_ors_entry; 267 Dbg64_reloc_ors_entry; 268 Dbg32_reloc_out; 269 Dbg64_reloc_out; 270 Dbg32_reloc_proc; 271 Dbg64_reloc_proc; 272 Dbg32_reloc_run; 273 Dbg64_reloc_run; 274 Dbg32_reloc_sloppycomdat; 275 Dbg64_reloc_sloppycomdat; 276 Dbg32_reloc_transition; 277 Dbg64_reloc_transition; 278 279 Dbg32_sec_added; 280 Dbg64_sec_added; 281 Dbg32_sec_backing; 282 Dbg64_sec_backing; 283 Dbg32_sec_created; 284 Dbg64_sec_created; 285 Dbg32_sec_discarded; 286 Dbg64_sec_discarded; 287 Dbg32_sec_genstr_compress; 288 Dbg64_sec_genstr_compress; 289 Dbg32_sec_group; 290 Dbg64_sec_group; 291 Dbg32_sec_gnu_comdat; 292 Dbg64_sec_gnu_comdat; 293 Dbg32_sec_in; 294 Dbg64_sec_in; 295 Dbg32_sec_order_error; 296 Dbg64_sec_order_error; 297 Dbg32_sec_order_list; 298 Dbg64_sec_order_list; 299 Dbg32_sec_redirected; 300 Dbg64_sec_redirected; 301 Dbg32_sec_strtab; 302 Dbg64_sec_strtab; 303 Dbg32_sec_unsup_strmerge; 304 Dbg64_sec_unsup_strmerge; 305 306 Dbg32_seg_entry; 307 Dbg64_seg_entry; 308 Dbg32_seg_list; 309 Dbg64_seg_list; 310 Dbg32_seg_os; 311 Dbg64_seg_os; 312 Dbg32_seg_title; 313 Dbg64_seg_title; 314 315 Dbg32_shdr_modified; 316 Dbg64_shdr_modified; 317 318 Dbg32_statistics_ar; 319 Dbg64_statistics_ar; 320 Dbg32_statistics_ld; 321 Dbg64_statistics_ld; 322 323 Dbg32_support_action; 324 Dbg64_support_action; 325 Dbg32_support_load; 326 Dbg64_support_load; 327 Dbg32_support_req; 328 Dbg64_support_req; 329 Dbg32_support_vnone; 330 Dbg64_support_vnone; 331 332 Dbg32_syminfo_entry; 333 Dbg64_syminfo_entry; 334 Dbg32_syminfo_title; 335 Dbg64_syminfo_title; 336 337 Dbg32_syms_ar_checking; 338 Dbg64_syms_ar_checking; 339 Dbg32_syms_ar_entry; 340 Dbg64_syms_ar_entry; 341 Dbg32_syms_ar_resolve; 342 Dbg64_syms_ar_resolve; 343 Dbg32_syms_ar_title; 344 Dbg64_syms_ar_title; 345 Dbg32_syms_created; 346 Dbg64_syms_created; 347 Dbg32_syms_discarded; 348 Dbg64_syms_discarded; 349 Dbg32_syms_dup_discarded; 350 Dbg64_syms_dup_discarded; 351 Dbg32_syms_dlsym; 352 Dbg64_syms_dlsym; 353 Dbg32_syms_dup_sort_addr; 354 Dbg64_syms_dup_sort_addr; 355 Dbg32_syms_entered; 356 Dbg64_syms_entered; 357 Dbg32_syms_entry; 358 Dbg64_syms_entry; 359 Dbg32_syms_global; 360 Dbg64_syms_global; 361 Dbg32_syms_ignore; 362 Dbg64_syms_ignore; 363 Dbg32_syms_ignore_gnuver; 364 Dbg64_syms_ignore_gnuver; 365 Dbg32_syms_lazy_rescan; 366 Dbg64_syms_lazy_rescan; 367 Dbg32_syms_lookup; 368 Dbg64_syms_lookup; 369 Dbg32_syms_lookup_aout; 370 Dbg32_syms_new; 371 Dbg64_syms_new; 372 Dbg32_syms_old; 373 Dbg64_syms_old; 374 Dbg32_syms_process; 375 Dbg64_syms_process; 376 Dbg32_syms_reduce; 377 Dbg64_syms_reduce; 378 Dbg32_syms_reloc; 379 Dbg64_syms_reloc; 380 Dbg32_syms_resolved; 381 Dbg64_syms_resolved; 382 Dbg32_syms_resolving; 383 Dbg64_syms_resolving; 384 Dbg32_syms_sec_entry; 385 Dbg64_syms_sec_entry; 386 Dbg32_syms_sec_title; 387 Dbg64_syms_sec_title; 388 Dbg32_syms_spec_title; 389 Dbg64_syms_spec_title; 390 Dbg32_syms_updated; 391 Dbg64_syms_updated; 392 Dbg32_syms_up_title; 393 Dbg64_syms_up_title; 394 395 Dbg_tls_modactivity; 396 Dbg_tls_static_block; 397 Dbg_tls_static_resv; 398 399 Dbg32_util_call_array; 400 Dbg64_util_call_array; 401 Dbg32_util_call_fini; 402 Dbg64_util_call_fini; 403 Dbg32_util_call_init; 404 Dbg64_util_call_init; 405 Dbg32_util_call_main; 406 Dbg64_util_call_main; 407 Dbg32_util_collect; 408 Dbg64_util_collect; 409 Dbg32_util_dbnotify; 410 Dbg64_util_dbnotify; 411 Dbg32_util_edge_in; 412 Dbg64_util_edge_in; 413 Dbg32_util_edge_out; 414 Dbg64_util_edge_out; 415 Dbg32_util_lcinterface; 416 Dbg64_util_lcinterface; 417 Dbg32_util_intoolate; 418 Dbg64_util_intoolate; 419 Dbg32_util_nl; 420 Dbg64_util_nl; 421 Dbg32_util_no_init; 422 Dbg64_util_no_init; 423 Dbg32_util_scc_entry; 424 Dbg64_util_scc_entry; 425 Dbg32_util_scc_title; 426 Dbg64_util_scc_title; 427 Dbg32_util_str; 428 Dbg64_util_str; 429 430 Dbg32_unused_file; 431 Dbg64_unused_file; 432 Dbg32_unused_lcinterface; 433 Dbg64_unused_lcinterface; 434 Dbg32_unused_path; 435 Dbg64_unused_path; 436 Dbg32_unused_sec; 437 Dbg64_unused_sec; 438 Dbg32_unused_unref; 439 Dbg64_unused_unref; 440 441 Dbg32_ver_avail_entry; 442 Dbg64_ver_avail_entry; 443 Dbg32_ver_avail_title; 444 Dbg64_ver_avail_title; 445 Dbg32_ver_def_title; 446 Dbg64_ver_def_title; 447 Dbg32_ver_desc_entry; 448 Dbg64_ver_desc_entry; 449 Dbg32_ver_need_entry; 450 Dbg64_ver_need_entry; 451 Dbg32_ver_need_title; 452 Dbg64_ver_need_title; 453 Dbg32_ver_nointerface; 454 Dbg64_ver_nointerface; 455 Dbg32_ver_symbol; 456 Dbg64_ver_symbol; 457 458} SUNWprivate_3.23; 459 460 461# The following interfaces are used by various parts of the link-editors and 462# elfdump(1). The link-editors are always packaged together but there 463# seems to be a variety of old elfdump's lying around. elfdump only uses 464# this interface, and thus by separating in from the ever changing Dbg_* 465# interfaces we can provide a stable versioning environment for this utility. 466 467SUNWprivate_3.23 { 468 global: 469 Elf_syminfo_entry; 470 Elf_syminfo_title; 471 472 Elf32_cap_entry; 473 Elf64_cap_entry; 474 Elf32_cap_title; 475 Elf64_cap_title; 476 477 Elf32_demangle_name; 478 Elf64_demangle_name; 479 Elf32_dyn_entry; 480 Elf64_dyn_entry; 481 Elf32_dyn_null_entry; 482 Elf64_dyn_null_entry; 483 Elf32_dyn_title; 484 Elf64_dyn_title; 485 486 Elf32_ehdr; 487 Elf64_ehdr; 488 489 Elf32_got_entry; 490 Elf64_got_entry; 491 Elf32_got_title; 492 Elf64_got_title; 493 494 Elf32_phdr; 495 Elf64_phdr; 496 497 Elf32_reloc_apply_reg; 498 Elf64_reloc_apply_reg; 499 Elf32_reloc_apply_val; 500 Elf64_reloc_apply_val; 501 Elf32_reloc_entry_1; 502 Elf64_reloc_entry_1; 503 Elf32_reloc_entry_2; 504 Elf64_reloc_entry_2; 505 Elf32_reloc_title; 506 Elf64_reloc_title; 507 508 Elf32_shdr; 509 Elf64_shdr; 510 511 Elf32_syms_table_title; 512 Elf64_syms_table_title; 513 Elf32_syms_table_entry; 514 Elf64_syms_table_entry; 515 516 Elf32_ver_def_title; 517 Elf64_ver_def_title; 518 Elf32_ver_line_1; 519 Elf64_ver_line_1; 520 Elf32_ver_line_2; 521 Elf64_ver_line_2; 522 Elf32_ver_line_3; 523 Elf64_ver_line_3; 524 Elf32_ver_line_4; 525 Elf64_ver_line_4; 526 Elf32_ver_line_5; 527 Elf64_ver_line_5; 528 Elf32_ver_need_title; 529 Elf64_ver_need_title; 530 531 local: 532 *; 533}; 534