mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
(struct link_map): Add new field l_reloc_result.
This commit is contained in:
parent
afdecda04a
commit
f6d8a525ef
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user