When compiling a C++ program on Linux or Windows, what is best way to locate the boundaries of each of the memory segments (e.g. .bss, .data, .rodata, .text) ?
Are there