link.h (7247f8883be6bcac5fe4735b6f87f873387dbbef) link.h (22872efb9462b28180d11ea401344608e641a5aa)
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

--- 5 unchanged lines hidden (view full) ---

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/*
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

--- 5 unchanged lines hidden (view full) ---

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 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
22 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
24 */
25
26#ifndef _LINK_H
27#define _LINK_H
28
29#pragma ident "%Z%%M% %I% %E% SMI"
30

--- 78 unchanged lines hidden (view full) ---

109#define LD_SUP_EXTRACTED 0x4 /* file extracted from archive */
110#endif
111
112/*
113 * Runtime link-map identifiers.
114 */
115#define LM_ID_BASE 0x00
116#define LM_ID_LDSO 0x01
23 * Use is subject to license terms.
24 */
25
26#ifndef _LINK_H
27#define _LINK_H
28
29#pragma ident "%Z%%M% %I% %E% SMI"
30

--- 78 unchanged lines hidden (view full) ---

109#define LD_SUP_EXTRACTED 0x4 /* file extracted from archive */
110#endif
111
112/*
113 * Runtime link-map identifiers.
114 */
115#define LM_ID_BASE 0x00
116#define LM_ID_LDSO 0x01
117#define LM_ID_BRAND 0x02 /* marks branded objs in rd_loadobj_t */
117#define LM_ID_NUM 2
118
118
119#define LM_ID_NUM 3
120
121
119#define LM_ID_BRAND 0xfd /* brand emulation linkmap objs */
120#define LM_ID_NONE 0xfe /* no link map specified */
122#define LM_ID_NEWLM 0xff /* create a new link-map */
123
124/*
125 * Runtime Link-Edit Auditing.
126 */
127#define LAV_NONE 0
128#define LAV_VERSION1 1
129#define LAV_VERSION2 2

--- 149 unchanged lines hidden ---
121#define LM_ID_NEWLM 0xff /* create a new link-map */
122
123/*
124 * Runtime Link-Edit Auditing.
125 */
126#define LAV_NONE 0
127#define LAV_VERSION1 1
128#define LAV_VERSION2 2

--- 149 unchanged lines hidden ---