• retagged by
906 views

1 Answer

0 0 votes

A loader which combines the functions of a relocating loader with the ability to combine a number of program segments that have been independently compiled into an executable program

Position:
Show:

Related questions

4 4 votes
1 answers 1 answer
2.2k
2.2k views
dd asked Dec 13, 2016
2,205 views
Consider the following statements:S1: When you statically link a file into an executable, the contents of the file are included during link time.S2: When you link dynamic...
7 7 votes
4 answers 4 answers
3.8k
3.8k views
Akash Kumar Roy asked Mar 28, 2018
3,817 views
"Dynamic linking can cause security concerns as till run time path for searching dynamic library is not known."Can someone explain this in his own and simple words?note :...
1 1 vote
0 0 answers
508
508 views
iarnav asked Aug 25, 2018
508 views
Please explain Dynamic linking and Dynamic Libraries in an intuitive way with an example.
0 0 votes
1 1 answer
619
619 views
Na462 asked Jul 1, 2018
619 views
Compare Following Points between Static and Dynamic Linking :- 1. Program Startup.2. Overall Page Fault Rate.