This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ELF header


hiii alll,
 i am working on elf(executable link format).
 Please help me to extract section name.
 one way is read each section table, and if section type(sh_type) is
 SHT_STRTAB then read the contents of that section and store.
 
 Is there any other way to access it.

 One more.
  what is the use of e_shstrndx in ELF header and why it is used??

waiting .... 


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]