This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Call into a function?


On Thu, Apr 21, 2005 at 10:41:40AM +0800, Zhenyu Guo wrote:
> Hi,
> A code segment from Itanium platform.
> Note the instruction at 0x4000000000000722, what does this mean? 
> I'vd gdbed the program, r2=0, so 0x4000000000000722 just not executes.
> This puzzles me because I am working on analyzing elfs depends on br
> Instructions. Can I call into the internal of a function?

I don't know anything about ia64, but it looks like you are looking at
an unrelocated instruction; notice that it's branching to basically the
same place it comes from.

Objdump and readelf can help you look at the relocations, if any.


-- 
Daniel Jacobowitz
CodeSourcery, LLC


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