Blame man/man3/PAPI_address_map_t.3

Packit Service a1973e
.TH "PAPI_address_map_t" 3 "Mon Dec 18 2017" "Version 5.6.0.0" "PAPI" \" -*- nroff -*-
Packit Service a1973e
.ad l
Packit Service a1973e
.nh
Packit Service a1973e
.SH NAME
Packit Service a1973e
PAPI_address_map_t \- 
Packit Service a1973e
.PP
Packit Service a1973e
get the executable's address space info  
Packit Service a1973e
Packit Service a1973e
.SH SYNOPSIS
Packit Service a1973e
.br
Packit Service a1973e
.PP
Packit Service a1973e
.SS "Data Fields"
Packit Service a1973e
Packit Service a1973e
.in +1c
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "char \fBname\fP [1024]"
Packit Service a1973e
.br
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "caddr_t \fBtext_start\fP"
Packit Service a1973e
.br
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "caddr_t \fBtext_end\fP"
Packit Service a1973e
.br
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "caddr_t \fBdata_start\fP"
Packit Service a1973e
.br
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "caddr_t \fBdata_end\fP"
Packit Service a1973e
.br
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "caddr_t \fBbss_start\fP"
Packit Service a1973e
.br
Packit Service a1973e
.ti -1c
Packit Service a1973e
.RI "caddr_t \fBbss_end\fP"
Packit Service a1973e
.br
Packit Service a1973e
.in -1c
Packit Service a1973e
.SH "Field Documentation"
Packit Service a1973e
.PP 
Packit Service a1973e
.SS "caddr_t PAPI_address_map_t::bss_end"
Packit Service a1973e
End address of program bss segment 
Packit Service a1973e
.SS "caddr_t PAPI_address_map_t::bss_start"
Packit Service a1973e
Start address of program bss segment 
Packit Service a1973e
.SS "caddr_t PAPI_address_map_t::data_end"
Packit Service a1973e
End address of program data segment 
Packit Service a1973e
.SS "caddr_t PAPI_address_map_t::data_start"
Packit Service a1973e
Start address of program data segment 
Packit Service a1973e
.SS "caddr_t PAPI_address_map_t::text_end"
Packit Service a1973e
End address of program text segment 
Packit Service a1973e
.SS "caddr_t PAPI_address_map_t::text_start"
Packit Service a1973e
Start address of program text segment 
Packit Service a1973e
Packit Service a1973e
.SH "Author"
Packit Service a1973e
.PP 
Packit Service a1973e
Generated automatically by Doxygen for PAPI from the source code\&.