Node of C++ Linker.

时间:2022-04-24 08:31:27

code is nothing without data.

data segment - the program memory storing initialized global variable.

code segment/ text segmemnt - the program memory storing machine code loading from executable file on the hard disk.

Reference: https://www.lurklurk.org/linkers/linkers.html