1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.TH "PAPI_get_shared_lib_info" 3 "Wed Jun 25 2025 19:30:48" "Version 7.2.0.0" "PAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
PAPI_get_shared_lib_info \- Get address info about the shared libraries used by the process\&.
.SH SYNOPSIS
.br
.PP
.SH "Detailed Description"
.PP
In C, this function returns a pointer to a structure containing information about the shared library used by the program\&. There is no Fortran equivalent call\&.
.PP
\fBNote\fP
.RS 4
This data will be incorporated into the \fBPAPI_get_executable_info\fP call in the future\&. \fBPAPI_get_shared_lib_info\fP will be deprecated and should be used with caution\&.
.RE
.PP
.PP
\fBSee also\fP
.RS 4
\fBPAPI_shlib_info_t\fP
.PP
\fBPAPI_get_hardware_info\fP
.PP
\fBPAPI_get_executable_info\fP
.PP
\fBPAPI_get_dmem_info\fP
.PP
\fBPAPI_get_opt\fP \fBPAPI_library_init\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for PAPI from the source code\&.
|