diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:14 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:14 -0800 |
commit | fe5745033a4f397c62a4e00efd9257ac9f83755c (patch) | |
tree | 3be0c520fae17689bbf5584e1136fb820caef26f /linker/linker.h | |
parent | 7d9dcdc82a871926e5e3a27143908fa3f4181b5f (diff) | |
download | bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.zip bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.tar.gz bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.tar.bz2 |
auto import from //depot/cupcake/@137055
Diffstat (limited to 'linker/linker.h')
-rw-r--r-- | linker/linker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linker/linker.h b/linker/linker.h index 3ad5104..d80c761 100644 --- a/linker/linker.h +++ b/linker/linker.h @@ -95,6 +95,8 @@ struct soinfo unsigned entry; unsigned base; unsigned size; + // buddy-allocator index, negative for prelinked libraries + int ba_index; unsigned *dynamic; |