diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/link.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/link.h b/elf/link.h index 9bf61508bf..d056e65617 100644 --- a/elf/link.h +++ b/elf/link.h @@ -190,6 +190,9 @@ struct link_map /* Collected information about own RPATH directories. */ struct r_search_path_elem **l_rpath_dirs; + + /* Collected results of relocation while profiling. */ + ElfW(Addr) *l_reloc_result; }; |