ELF and processor specific aspects of dynamic linking

Ripunjay Tripathi <ripunjay.tripathi@gmail.com>
Mon, 22 Mar 2010 03:42:56 -0700 (PDT)

          From comp.compilers

Related articles
ELF and processor specific aspects of dynamic linking ripunjay.tripathi@gmail.com (Ripunjay Tripathi) (2010-03-22)
Re: ELF and processor specific aspects of dynamic linking iant@google.com (Ian Lance Taylor) (2010-03-23)
| List of all articles for this month |

From: Ripunjay Tripathi <ripunjay.tripathi@gmail.com>
Newsgroups: comp.compilers
Date: Mon, 22 Mar 2010 03:42:56 -0700 (PDT)
Organization: Compilers Central
Keywords: linker, question
Posted-Date: 22 Mar 2010 21:17:59 EDT

I am trying to understand the process of dynamic linking, in detail.
For the purpose, I tried .got section of ELF.


q.1 : I read in ELF Standard 1.2(Appendix) that Global offset table's
format and interpretation are processor specific. Can some body please
help me, why we don't have standard for this as well and why it has to
be processor specific?


q.2 : Can someone point to a tutorial or some thing, where I can get
some understanding of operations of a dynamic linker on a live
process, examining the contents of .got, .got.plt sections etc in each
step (at least for Intel)?


Ripunjay Tripathi
[Well, there's always my book. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.