aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-07-22 17:10:57 -0300
committerCarlos O'Donell <carlos@redhat.com>2022-03-29 17:01:50 -0400
commite6e3d4cd26cc99fead24265d4461741d8eaeaf32 (patch)
tree8b12a0c6d5d5397146bb95595c9252eaa9b93483 /sysdeps
parent416fbda1c1c33780c72303ccff99d4b48e2bbcad (diff)
downloadglibc-e6e3d4cd26cc99fead24265d4461741d8eaeaf32.tar.xz
glibc-e6e3d4cd26cc99fead24265d4461741d8eaeaf32.zip
elf: Add _dl_audit_preinit
It consolidates the code required to call la_preinit audit callback. Checked on x86_64-linux-gnu, i686-linux-gnu, and aarch64-linux-gnu. Reviewed-by: Florian Weimer <fweimer@redhat.com> (cherry picked from commit 0b98a8748759e88b58927882a8714109abe0a2d6)
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/ldsodefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index be5f3d16ca..5ccd3b4a38 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -1387,6 +1387,9 @@ void _dl_audit_objopen (struct link_map *l, Lmid_t nsid)
void _dl_audit_objclose (struct link_map *l)
attribute_hidden;
+/* Call the la_preinit from the audit modules for the link_map L. */
+void _dl_audit_preinit (struct link_map *l);
+
/* Call the la_symbind{32,64} from the audit modules for the link_map L. */
void _dl_audit_symbind (struct link_map *l, struct reloc_result *reloc_result,
const ElfW(Sym) *defsym, DL_FIXUP_VALUE_TYPE *value,