summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-26Cast void* type to intptr_t before we cast it to int32_t.Logan Chien
2011-11-26Fixed the compilation errors for GOT.Chao-ying Fu
2011-11-26Fixed relocation types and added GOT supports.Chao-ying Fu
2011-11-22Clean up trailing whitespaces.Shih-wei Liao
2011-11-22Enhance to relocate cross-compiled binaryAndrew Hsieh
2011-11-22Include rsl_assert header.Logan Chien
2011-11-22Add mips routine for far stubs.Logan Chien
2011-11-21Re-enable mmap() address randomization (got turned off by accident)Andrew Hsieh
2011-11-16Fix linker bug where addend != 0 for High16 and Low16.Shih-wei Liao
2011-11-17Fix "still too far" bug.Logan Chien
2011-11-10Fix relocations in linking loader.Shih-wei Liao
2011-07-05Use arbitrary address instead of 0x7e000000.Shih-wei Liao
2011-07-01Fix Mac build.Ying Wang
2011-07-02Fix MemChunk print range.Logan Chien
2011-07-01Use llvm/Support/ELF.h.TDYa127
2011-06-19Prologuing ELFHeader.cpp, ELFSectionHeader.cp, ELFSymbol.cpp...Shih-wei Liao
2011-06-14Split MemChunk to independent compilation unit.Logan Chien
2011-06-13Implement a new stub allocation policy.Logan Chien
2011-06-12Rename ELFSectionSymTabEntry to ELFSymbol.Logan Chien
2011-06-12Code refactoring.Logan Chien