2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
12 .\" Copyright 2015 Joyent, Inc.
19 .Nd get the link-map identifier of an address
25 .Fa "struct ps_prochandle *P"
32 function attempts to determine the link-map identifier that corresponds
39 does not correspond to an address from an object mapped in by the
40 run-time link editor, such as anonymous mapping created with
42 then there will be no corresponding link-map identifier.
47 pointer that will be filled in with the link-map identifier when it is
48 successfully determined by the run-time link-editor.
50 Upon successful completion, the
56 with the link-map identifier of
60 is returned to indicate that the link-map identifier could not be
62 .Sh INTERFACE STABILITY