diff options
author | Elliott Hughes <enh@google.com> | 2018-02-16 10:05:08 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-02-16 10:05:08 -0800 |
commit | da1bb113408030cebd1b7f2ce4b10b0e1852666d (patch) | |
tree | cebae02340e29719ff51cf0c5e8e96d9e029cfbb /libc/malloc_hooks/malloc_hooks.cpp | |
parent | d5172fced0f88114e21086db5defaee64371de32 (diff) |
The VDSO soname varies by architecture.
From http://man7.org/linux/man-pages/man7/vdso.7.html:
user ABI vDSO name
─────────────────────────────
aarch64 linux-vdso.so.1
arm linux-vdso.so.1
ia64 linux-gate.so.1
mips linux-vdso.so.1
ppc/32 linux-vdso32.so.1
ppc/64 linux-vdso64.so.1
s390 linux-vdso32.so.1
s390x linux-vdso64.so.1
sh linux-gate.so.1
* i386 linux-gate.so.1
* x86-64 linux-vdso.so.1
x86/x32 linux-vdso.so.1
Note that Android "x86" is Linux's "i386", which is the odd one out
amongst Android's supported architectures.
Bug: http://b/72831787
Test: ran tests
Change-Id: I0a28127af042e2fd7673f24bbb30f8a50556cf96
Diffstat (limited to 'libc/malloc_hooks/malloc_hooks.cpp')
0 files changed, 0 insertions, 0 deletions