Home
last modified time | relevance | path

Searched refs:DT_RUNPATH (Results 1 – 13 of 13) sorted by relevance

/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm/
Dlibtest-runpath-multi.so.txt9 DT_RUNPATH /system/lib
10 DT_RUNPATH /vendor/lib
Dlibtest-runpath.so.txt9 DT_RUNPATH $ORIGIN/../lib
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86_64/
Dlibtest-runpath-multi.so.txt9 DT_RUNPATH /system/lib
10 DT_RUNPATH /vendor/lib
Dlibtest-runpath.so.txt9 DT_RUNPATH $ORIGIN/../lib
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86/
Dlibtest-runpath-multi.so.txt9 DT_RUNPATH /system/lib
10 DT_RUNPATH /vendor/lib
Dlibtest-runpath.so.txt9 DT_RUNPATH $ORIGIN/../lib
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm64/
Dlibtest-runpath-multi.so.txt9 DT_RUNPATH /system/lib
10 DT_RUNPATH /vendor/lib
Dlibtest-runpath.so.txt9 DT_RUNPATH $ORIGIN/../lib
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/mips64/
Dlibtest-runpath-multi.so.txt9 DT_RUNPATH /system/lib
10 DT_RUNPATH /vendor/lib
Dlibtest-runpath.so.txt9 DT_RUNPATH $ORIGIN/../lib
/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/mips/
Dlibtest-runpath-multi.so.txt9 DT_RUNPATH /system/lib
10 DT_RUNPATH /vendor/lib
Dlibtest-runpath.so.txt9 DT_RUNPATH $ORIGIN/../lib
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py463 DT_RUNPATH = 29 variable in ELF
788 elif ent.d_tag == ELF.DT_RUNPATH: