Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: src/untrusted/pll_loader/pll_root.h

Issue 1825893002: PNaCl Dynamic Linking: Added portable dependencies to shared objects. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/untrusted/pll_loader/pll_root.h
diff --git a/src/untrusted/pll_loader/pll_root.h b/src/untrusted/pll_loader/pll_root.h
index 90dc71283351fe9a17955fc808a066cdf6af9b0f..25ef90246b034fbbe64d97fa456ab44276112869 100644
--- a/src/untrusted/pll_loader/pll_root.h
+++ b/src/untrusted/pll_loader/pll_root.h
@@ -41,6 +41,10 @@ struct PLLRoot {
size_t bloom_filter_shift2;
const uint32_t *bloom_filter_data;
+ // Dependencies list (akin to DT_NEEDED in ELF).
+ size_t dependencies_count;
+ const char *dependencies_list;
+
// Thread-local variables (TLS).
void *tls_template;
size_t tls_template_data_size; // Size of initialized data.

Powered by Google App Engine
This is Rietveld 408576698