xref: /onnv-gate/usr/src/cmd/sgs/libelf/common/libelf.wlcmd (revision 6572:57d9d49c8eb0)
10Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
20Sstevel@tonic-gate#
3*6572Sab196087# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
40Sstevel@tonic-gate# Use is subject to license terms.
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# CDDL HEADER START
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# The contents of this file are subject to the terms of the
9*6572Sab196087# Common Development and Distribution License (the "License").
10*6572Sab196087# You may not use this file except in compliance with the License.
110Sstevel@tonic-gate#
120Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
130Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
140Sstevel@tonic-gate# See the License for the specific language governing permissions
150Sstevel@tonic-gate# and limitations under the License.
160Sstevel@tonic-gate#
170Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
180Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
190Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
200Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
210Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
220Sstevel@tonic-gate#
230Sstevel@tonic-gate# CDDL HEADER END
240Sstevel@tonic-gate#
250Sstevel@tonic-gateroot _elf_begin
260Sstevel@tonic-gateroot _elf_cntl
270Sstevel@tonic-gateroot _elf_end
280Sstevel@tonic-gateroot _elf_errmsg
290Sstevel@tonic-gateroot _elf_errno
300Sstevel@tonic-gateroot _elf_fill
310Sstevel@tonic-gateroot _elf_flagdata
320Sstevel@tonic-gateroot _elf_flagehdr
330Sstevel@tonic-gateroot _elf_flagelf
340Sstevel@tonic-gateroot _elf_flagphdr
350Sstevel@tonic-gateroot _elf_flagscn
360Sstevel@tonic-gateroot _elf_flagshdr
370Sstevel@tonic-gateroot _elf32_fsize
380Sstevel@tonic-gateroot _elf_getarhdr
390Sstevel@tonic-gateroot _elf_getarsym
400Sstevel@tonic-gateroot _elf_getbase
410Sstevel@tonic-gateroot _elf_getdata
420Sstevel@tonic-gateroot _elf32_getehdr
430Sstevel@tonic-gateroot _elf_getident
440Sstevel@tonic-gateroot _elf32_getphdr
450Sstevel@tonic-gateroot _elf_getscn
460Sstevel@tonic-gateroot _elf32_getshdr
470Sstevel@tonic-gateroot _elf_hash
480Sstevel@tonic-gateroot _elf_kind
490Sstevel@tonic-gateroot _elf_memory
500Sstevel@tonic-gateroot _elf_ndxscn
510Sstevel@tonic-gateroot _elf_newdata
520Sstevel@tonic-gateroot _elf32_newehdr
530Sstevel@tonic-gateroot _elf32_newphdr
540Sstevel@tonic-gateroot _elf_newscn
550Sstevel@tonic-gateroot _elf_nextscn
560Sstevel@tonic-gateroot _elf_next
570Sstevel@tonic-gateroot _elf_rand
580Sstevel@tonic-gateroot _elf_rawdata
590Sstevel@tonic-gateroot _elf_rawfile
600Sstevel@tonic-gateroot _elf_strptr
610Sstevel@tonic-gateroot _elf_update
620Sstevel@tonic-gateroot _elf_version
630Sstevel@tonic-gate#root _elf32_xlatetof
640Sstevel@tonic-gate#root _elf32_xlatetom
650Sstevel@tonic-gateroot nlist
660Sstevel@tonic-gate#root _elf_errmsg_r
670Sstevel@tonic-gateroot demangle
68*6572Sab196087add xlate.c:xlate/f target `funcs | egrep '_to(m|f)$'` xlate.c:byte_to
69*6572Sab196087add xlate64.c:xlate/f target `funcs | egrep '_to(m|f)$'` xlate64.c:byte_to
70*6572Sab196087#
71*6572Sab196087root _elf_getxoff
72*6572Sab196087root _elf_swap_wrimage
73*6572Sab196087root _gelf_getdyndtflags_1
74*6572Sab196087root elf_getshnum
75*6572Sab196087root elf_getshstrndx
76*6572Sab196087root gelf_checksum
77*6572Sab196087root gelf_fsize
78*6572Sab196087root gelf_getcap
79*6572Sab196087root gelf_getmove
80*6572Sab196087root gelf_getphdr
81*6572Sab196087root gelf_getrel
82*6572Sab196087root gelf_getrela
83*6572Sab196087root gelf_getsyminfo
84*6572Sab196087root gelf_getsymshndx
85*6572Sab196087root gelf_newehdr
86*6572Sab196087root gelf_newphdr
87*6572Sab196087root gelf_update_cap
88*6572Sab196087root gelf_update_dyn
89*6572Sab196087root gelf_update_ehdr
90*6572Sab196087root gelf_update_move
91*6572Sab196087root gelf_update_phdr
92*6572Sab196087root gelf_update_rel
93*6572Sab196087root gelf_update_rela
94*6572Sab196087root gelf_update_shdr
95*6572Sab196087root gelf_update_syminfo
96*6572Sab196087root gelf_update_symshndx
97*6572Sab196087root gelf_xlatetof
98*6572Sab196087root gelf_xlatetom
99