_papi_address_map

@ingroup papi_data_structures @brief get the executable's address space info

Members

Variables

bss_end
caddr_t bss_end;
Undocumented in source.
bss_start
caddr_t bss_start;
Undocumented in source.
data_end
caddr_t data_end;
Undocumented in source.
data_start
caddr_t data_start;
Undocumented in source.
name
char[1024] name;
Undocumented in source.
text_end
caddr_t text_end;
Undocumented in source.
text_start
caddr_t text_start;
Undocumented in source.

Meta