A quick question. How do dynamic libraries on ARM Linux locate
their data segment, are all .data references relative to a register (sb
looks like it is for this purpose) or if a register contains the address
of the global offset table or what.
        The reason I ask is that currently the glibc seems to map the
text/data of dynamic libraries with one mapping which is then splits. For
some work I'm doing I'd like to map the .text and .data at arbitarily
different points in the processes address space.

        Cheres, Adam


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
http://www.arm.linux.org.uk/armlinux/mailinglists.php
Please visit the above addresses for information on this list.

Reply via email to