Chromium Code Reviews| 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..2fd654b197c858aae6dd530306b3f2066f4ac672 100644 |
| --- a/src/untrusted/pll_loader/pll_root.h |
| +++ b/src/untrusted/pll_loader/pll_root.h |
| @@ -47,6 +47,10 @@ struct PLLRoot { |
| size_t tls_template_total_size; // Size of initialized data + BSS. |
| size_t tls_template_alignment; |
| PLLTLSBlockGetter *tls_block_getter; |
| + |
| + // Dependencies list (akin to DT_NEEDED in ELF). |
| + size_t dependencies_count; |
| + const char *dependencies_list; |
|
Mark Seaborn
2016/03/29 19:01:11
How about a comment:
Null-separated list of libra
Sean Klein
2016/03/29 19:43:55
Done.
|
| }; |
| #endif |