History log of /frameworks/compile/linkloader/include/StubLayout.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
72dca268900fa25946bade332f0fbdc2c2ff9487 22-Nov-2011 Andrew Hsieh <andrewhsieh@google.com> Enhance to relocate cross-compiled binary

Change-Id: I070a3a8a2d1d5f5b18e4062a299ecc9cb5e92a51
/frameworks/compile/linkloader/include/StubLayout.h
7cea0a041b87afe2c5ad5f26e6a89494d0819bd1 16-Nov-2011 Logan Chien <loganchien@google.com> Fix "still too far" bug.

Before this commit, we are only generating stubs for external
functions. However, it is possible that two PROGBITS sections
are far from each other, and result in "still too far" assertion
failure. In order to fix this problem, we have to generate
stubs for both internal and external functions.

Change-Id: I27adf50abf508c80fdedc36e97f288b123ccb22d
/frameworks/compile/linkloader/include/StubLayout.h
e2cdbc6710aa43475f17e73aba143ceb786e968c 20-Jun-2011 Shih-wei Liao <sliao@google.com> Fix ELFHeader.h, ELFObject.h, ELFReloc.h, ...

Change-Id: I830a5e808000617996431b0c836eb219bea8972c
/frameworks/compile/linkloader/include/StubLayout.h
2061b057e0922ac33b9314c1ccaa50eb7286b847 12-Jun-2011 Logan Chien <tzuhsiang.chien@gmail.com> Implement a new stub allocation policy.

The new allocation policy will allocate the stub table with
the .text section. So that we can guarantee that the stub will
be near enough.
/frameworks/compile/linkloader/include/StubLayout.h
a3e9806ff102d256d38bd930d537c206adc8bb6c 02-Jun-2011 Logan Chien <tzuhsiang.chien@gmail.com> Cleanup header guard.
/frameworks/compile/linkloader/include/StubLayout.h
9a7cbd14dcdc519f34d0bbefd650ed29bd3897c9 01-Jun-2011 Logan Chien <tzuhsiang.chien@gmail.com> Code refactoring.
/frameworks/compile/linkloader/include/StubLayout.h