I had a very basic question about the layout specified in the prelink-
linux-arm.map file. What does the .text section contain?

I profiled the Robo Defense game as well as many other applications.
For most applications, the most time was spent in some Android
library. For example, Pandora spent most of its time in libomx.

But Robo Defense spent a lot of its time in basic blocks belonging to
its .text section. Moreover, these same code segments are used by the
google video app as well. I wonder how is this possible. What is
generally contained in .text section? Is this a case of google video
publishing a service and robo defense using it? I downloaded the
Android source and searched for these code segments using grep but
could not find them.

Thanks in advance for the help
--Ganesh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to