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.
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.
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]
23 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
27 # MAPFILE HEADER START
29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 # Object versioning must comply with the rules detailed in
32 # usr/src/lib/README.mapfiles
34 # You should not be making modifications here until you've read the most current
35 # copy of that file. If you need help, contact a gatekeeper for guidance.
44 main; # debuggers seem to like this.
48 # liblddbg dbg_print() function
49 dbg_print { FLAGS = NODIRECT };
54 elfedit_command_usage;
67 elfedit_str_to_c_literal;
73 elfedit_const_to_atoui;
85 elfedit_atoconst_range;
89 elfedit_atoconst_range2;
91 elfedit_atoi_value_to_str;
92 elfedit_atoui_value_to_str;
93 elfedit_atoconst_value_to_str;
101 # Convenience functions built on top of the ato[u]i routines
114 elfedit_array_elts_delete;
116 elfedit_array_elts_move;
120 elfedit32_dyn_elt_init;
121 elfedit64_dyn_elt_init;
123 elfedit32_dyn_elt_save;
124 elfedit64_dyn_elt_save;
126 elfedit32_dyn_offset_to_str;
127 elfedit64_dyn_offset_to_str;
129 elfedit32_dynstr_getpad;
130 elfedit64_dynstr_getpad;
132 elfedit32_dynstr_insert;
133 elfedit64_dynstr_insert;
135 elfedit32_modified_ehdr;
136 elfedit64_modified_ehdr;
138 elfedit32_modified_phdr;
139 elfedit64_modified_phdr;
141 elfedit32_modified_shdr;
142 elfedit64_modified_shdr;
144 elfedit32_modified_data;
145 elfedit64_modified_data;
147 elfedit32_name_to_shndx;
148 elfedit64_name_to_shndx;
150 elfedit32_name_to_symndx;
151 elfedit64_name_to_symndx;
153 elfedit32_offset_to_str;
154 elfedit64_offset_to_str;
156 elfedit32_sec_findstr;
157 elfedit64_sec_findstr;
162 elfedit32_sec_getcap;
163 elfedit64_sec_getcap;
165 elfedit32_sec_getdyn;
166 elfedit64_sec_getdyn;
168 elfedit32_sec_getstr;
169 elfedit64_sec_getstr;
171 elfedit32_sec_getsyminfo;
172 elfedit64_sec_getsyminfo;
174 elfedit32_sec_getsymtab;
175 elfedit64_sec_getsymtab;
177 elfedit32_sec_getversym;
178 elfedit64_sec_getversym;
180 elfedit32_sec_getxshndx;
181 elfedit64_sec_getxshndx;
183 elfedit32_sec_issymtab;
184 elfedit64_sec_issymtab;
186 elfedit32_shndx_to_name;
187 elfedit64_shndx_to_name;
189 elfedit32_sec_msgprefix;
190 elfedit64_sec_msgprefix;
192 elfedit32_strtab_insert;
193 elfedit64_strtab_insert;
195 elfedit32_strtab_insert_test;
196 elfedit64_strtab_insert_test;
198 elfedit32_test_osabi;
199 elfedit64_test_osabi;
201 elfedit32_type_to_shndx;
202 elfedit64_type_to_shndx;