History log of /optee_os/ldelf/ta_elf_rel.c (Results 26 – 27 of 27)
Revision Date Author Comments
# 9f392760 18-Jun-2019 Jerome Forissier <jerome.forissier@linaro.org>

ldelf: use DT_HASH to lookup symbols faster

Use the ELF hash table to lookup symbols rather than iterating over the
whole symbol table.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>

ldelf: use DT_HASH to lookup symbols faster

Use the ELF hash table to lookup symbols rather than iterating over the
whole symbol table.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>

show more ...


# 7509ff7c 23-May-2019 Jens Wiklander <jens.wiklander@linaro.org>

Add user mode ELF loader

Adds ldelf which loads user mode TAs while in user mode. The TA ELF file is
loaded and relocated by ldelf before the TA can be executed.

Reviewed-by: Jerome Forissier <jero

Add user mode ELF loader

Adds ldelf which loads user mode TAs while in user mode. The TA ELF file is
loaded and relocated by ldelf before the TA can be executed.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

show more ...


12