Thanks for the reply. Just to be sure, by native code you mean the C/C+ + code that the application developer creates and accesses using the NDK interface?
--Ganesh On Jan 26, 2:02 pm, Kostya Vasilyev <[email protected]> wrote: > IIRC, .text is native code. > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > 27.01.2011 0:27 пользователь "Ganesh V" <[email protected]> написал: > > > > > 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]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- 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

