summaryrefslogtreecommitdiff
path: root/ldelf
AgeCommit message (Expand)Author
2019-10-24ldelf: link.mk: add generated ldelf.map to $(cleanfiles)Jerome Forissier
2019-10-21ftrace: Add support for syscall function tracerSumit Garg
2019-10-07ldelf: increase heap size from 8 to 12 KiBJerome Forissier
2019-09-10ldelf: add __noreturnJerome Forissier
2019-09-09ta: ldelf.ld.S: align __reloc_begin on 8 bytesJerome Forissier
2019-09-02build: do not use -Wp with the preprocessor and use -o instead of a redirectionJerome Forissier
2019-08-23core, ldelf: add support for runtime loading of shared librariesJerome Forissier
2019-08-23libutee: add tee_uuid_from_str()Jerome Forissier
2019-08-23ldelf: fix commentJerome Forissier
2019-08-21Remove ASM define for assembly filesJens Wiklander
2019-08-21Replace ASM with compiler-builtin __ASSEMBLER__Jens Wiklander
2019-08-20ftrace: enable trace for utee_* assembly APIsSumit Garg
2019-08-13ftrace: Add function execution time supportSumit Garg
2019-08-13ldelf: ftrace: pass ftrace buffer address to kernelSumit Garg
2019-07-30ldelf: accurate non-legacy TA checkJens Wiklander
2019-07-19ldelf: fix warning in ftrace_init()Jens Wiklander
2019-07-10ta: ldelf.ld.S: move .dynamic section next to .gotJerome Forissier
2019-07-01ftrace: Enable support for 32 bit appsSumit Garg
2019-06-28ldelf: support TA ftraceJens Wiklander
2019-06-28ldelf: use DT_HASH to lookup symbols fasterJerome Forissier
2019-06-28ldelf: support TA ASLRJens Wiklander
2019-06-28ldelf: remap first page of librariesJens Wiklander
2019-06-28ldelf: support dumping TA call stackJens Wiklander
2019-06-28ldelf: support dumping memory mapJens Wiklander
2019-06-28Add user mode ELF loaderJens Wiklander
2019-06-28Move elf definition headers to common locationJens Wiklander