From f6d8a525ef354f5903f81d20ed879935c633aafd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 4 Mar 1998 09:45:23 +0000 Subject: (struct link_map): Add new field l_reloc_result. --- elf/link.h | 3 +++ 1 file changed, 3 insertions(+) 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; }; -- cgit 1.4.1