Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » PLEASE!, ElfParser/ PEParser
PLEASE!, ElfParser/ PEParser [message #90184] Thu, 18 December 2003 15:05 Go to next message
Eclipse UserFriend
Originally posted by: angeles_sorano.yahoo.com.ar

Hello!

Could any specialist consultant clarify me:

1. what is the functionality of ElfParser.java and PEParser.java, both
from package org.eclipse.cdt.internal.core.model.parser?

2. what is the meaning of ELF and PE?

Thanksss!!!!
Regards,
Angeles
Re: PLEASE!, ElfParser/ PEParser [message #90213 is a reply to message #90184] Thu, 18 December 2003 19:08 Go to previous messageGo to next message
Eclipse UserFriend
Angeles Sorano wrote:
> Hello!
>
> Could any specialist consultant clarify me:
>
> 1. what is the functionality of ElfParser.java and PEParser.java, both
> from package org.eclipse.cdt.internal.core.model.parser?
>
> 2. what is the meaning of ELF and PE?
>
> Thanksss!!!!
> Regards,
> Angeles
>
They are for parsing binary objects and libraries.
ELF is used i.e. on Linux, where PE is the binary format on Windows.
There are even more such formats.
The parsers are probably used for the debug plugins as I know. You can
even open the outline in the project view, to see which symbols are in
that specific binary.
Re: PLEASE!, ElfParser/ PEParser [message #90361 is a reply to message #90213] Fri, 19 December 2003 13:56 Go to previous message
Eclipse UserFriend
Originally posted by: angeles_sorano.yahoo.com.ar

Thank you very much, Kesselhaus!

kesselhaus wrote:

> Angeles Sorano wrote:
> > Hello!
> >
> > Could any specialist consultant clarify me:
> >
> > 1. what is the functionality of ElfParser.java and PEParser.java, both
> > from package org.eclipse.cdt.internal.core.model.parser?
> >
> > 2. what is the meaning of ELF and PE?
> >
> > Thanksss!!!!
> > Regards,
> > Angeles
> >
> They are for parsing binary objects and libraries.
> ELF is used i.e. on Linux, where PE is the binary format on Windows.
> There are even more such formats.
> The parsers are probably used for the debug plugins as I know. You can
> even open the outline in the project view, to see which symbols are in
> that specific binary.
Previous Topic:Won't compile
Next Topic:org.eclipse.cdt.core" not found
Goto Forum:
  


Current Time: Mon Jul 14 04:55:43 EDT 2025

Powered by FUDForum. Page generated in 0.10670 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top