xref: /titanic_52/usr/src/lib/libproc/common/Psymtab_machelf64.c (revision d51e90740114c60620c0febffd4d3ce6e280a107)
1*d51e9074Sab196087 /*
2*d51e9074Sab196087  * CDDL HEADER START
3*d51e9074Sab196087  *
4*d51e9074Sab196087  * The contents of this file are subject to the terms of the
5*d51e9074Sab196087  * Common Development and Distribution License (the "License").
6*d51e9074Sab196087  * You may not use this file except in compliance with the License.
7*d51e9074Sab196087  *
8*d51e9074Sab196087  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*d51e9074Sab196087  * or http://www.opensolaris.org/os/licensing.
10*d51e9074Sab196087  * See the License for the specific language governing permissions
11*d51e9074Sab196087  * and limitations under the License.
12*d51e9074Sab196087  *
13*d51e9074Sab196087  * When distributing Covered Code, include this CDDL HEADER in each
14*d51e9074Sab196087  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*d51e9074Sab196087  * If applicable, add the following below this CDDL HEADER, with the
16*d51e9074Sab196087  * fields enclosed by brackets "[]" replaced with your own identifying
17*d51e9074Sab196087  * information: Portions Copyright [yyyy] [name of copyright owner]
18*d51e9074Sab196087  *
19*d51e9074Sab196087  * CDDL HEADER END
20*d51e9074Sab196087  */
21*d51e9074Sab196087 
22*d51e9074Sab196087 /*
23*d51e9074Sab196087  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*d51e9074Sab196087  * Use is subject to license terms.
25*d51e9074Sab196087  */
26*d51e9074Sab196087 
27*d51e9074Sab196087 #pragma ident	"%Z%%M%	%I%	%E% SMI"
28*d51e9074Sab196087 
29*d51e9074Sab196087 /*
30*d51e9074Sab196087  * Defining _ELF64 causes the code in Psymtab_machelf32.c to generate
31*d51e9074Sab196087  * the ELFCLASS64 version of the code contained in that file.
32*d51e9074Sab196087  */
33*d51e9074Sab196087 #define	_ELF64
34*d51e9074Sab196087 #include "Psymtab_machelf32.c"
35