difference between linker and loader tabular form
#1

can you pls provide the difference between linker and loader
Reply
#2

Linker: Linker is a program that takes one or more objects generated by a compiler and combines them into a single executable program.
Linker is a program that takes one or more objects generated by a compiler and combines them into a single executable program.

Once a linker has scanned all of the input files to determine segment sizes, symbol definitions and symbol references, figured out which library modules to include, and decided where in the output address space all of the segments will go, the next stage the heart of the linking process, relocation is. We use relocation to refer both to the process of adjusting program addresses to account for non-zero segment origins, and the process of resolving references to external symbols, since the two are frequently handled together. The linker's first pass lays out the positions of the various segments and collects the segment-relative values of all global symbols in the program. Once the linker determines the position of each segment, it potentially needs to fix up all storage addresses to reflect the new locations of the segments. On most architecture, addresses in data are absolute, while those embedded in instructions may be absolute or relative. The linker needs to fix up accordingly, as we'll discuss later
Loaders: Loader is the part of an operating system that is responsible for loading programs from executable (i.e., executable files) into memory, preparing them for execution and then executing them.

Loader is the part of an operating system that is responsible for loading programs from executable (i.e., executable files) into memory, preparing them for execution and then executing them. In computing, a loader is the part of an operating system that is responsible for loading programs. It is one of the essential stages in the process of starting a program, as it places programs into memory and prepares them for execution. Loading a program involves reading the contents of executable file, the file containing the program text, into memory, and then carrying out other required preparatory tasks to prepare the executable for running. Once loading is complete, the operating system starts the program by passing control to the loaded program code.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Tagged Pages: 5 difference between linker and loader in tabular form, difference between linker and loader in tabular form,
Popular Searches: difference between multiplexer and demultiplexer in table form, sent computing pdfm fm and pm in tabular form, difference beetween nc and cnc in tabular form, difference table between fdma tdma cdma in tabular form, powered by fireboard underd loader tabular form, comparison between am fm and pm in tabular form, how to make a tabular,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
Thumbs Up online catering management system on php with report and source code and ppt 4 8,920 29-04-2017, 10:59 AM
Last Post: jaseela123d
  dlw summer training application form 2016 17 5 2,067 10-02-2017, 04:41 PM
Last Post: Arun Kumar yadav
  empilweni nursing school application form for 2017 4 1,445 22-09-2016, 07:42 PM
Last Post: Guest
  cheque book request form state bank of bikaner jaipur 3 1,083 04-09-2016, 09:49 PM
Last Post: Guest
  online application form for kagumo teacher s college 2 832 23-08-2016, 12:20 PM
Last Post: jaseela123d
  kagumo teachers training college application form 3 821 16-08-2016, 10:29 AM
Last Post: seminar report asees
  funny conversation between anchors script 1 2,295 28-07-2016, 03:11 PM
Last Post: jaseela123d
  empilweni nursing college application form 2016 1 710 28-07-2016, 02:15 PM
Last Post: seminar report asees
  empilweni nursing college application form 2016 2 752 23-07-2016, 04:03 PM
Last Post: visalakshik
  kagumo teachers college application form 2 689 23-07-2016, 03:23 PM
Last Post: jaseela123d

Forum Jump: