K
K
Kirill Batalin2016-03-14 20:57:53
Operating Systems
Kirill Batalin, 2016-03-14 20:57:53

What is a dynamic segment in a process?

Subject. I decided to figure out what the process is, what it consists of. The question appeared after reading the presentation (8 slide).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Moseychuk, 2016-03-14
@kir55rus

This segment contains data about the dynamic libraries with which the executable file is linked. There are pointers that will be configured by the loader during process startup. This is necessary because the same library can be loaded into a random memory area at the next start, and at the compilation stage, the addresses of functions and data structures from this library cannot be calculated.
Read more about dynamic linking.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question