in Compiler Design retagged by
1,067 views
1 vote
1 vote

A linker is given object module for a set of programs that were compiled separately. What information need not be included in an object module?

  1. Object mode
  2. Relocation bits
  3. Names and locations of all external symbols defined in the object module.
  4. Absolute addresses of internal symbols.
in Compiler Design retagged by
by
1.1k views

1 comment

Same question (bit of modification): https://gateoverflow.in/2601/gate1995-1-14

 

1
1

2 Answers

2 votes
2 votes
The absolute addresses of internal Symbols need not be given. These addresses will be mapped with the object midules.

Hence the option D is correct.
0 votes
0 votes
Name and locations of all external symbols defined in the object module.

So C is the correct answer
by
Answer:

Related questions