Get the executable's address space info
char name [1024]
caddr_t text_start
caddr_t text_end
caddr_t data_start
caddr_t data_end
caddr_t bss_start
caddr_t bss_end
End address of program bss segment
Start address of program bss segment
End address of program data segment
Start address of program data segment
End address of program text segment
Start address of program text segment
Generated automatically by Doxygen for PAPI from the source code.