elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.c
authorFlorian Weimer <fweimer@redhat.com>
Sat, 8 Feb 2020 14:00:28 +0000 (15:00 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 15 Feb 2020 10:00:45 +0000 (11:00 +0100)
commitc76147afe917ef7d309ee893f8f017a3c2934aac
tree2be9ac3a4a4459db07def67f79e0562233e8f976
parentabcc039d2e26b3c9c723d6419e086753a791b3d5
elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.c

The definitions are moved into a new file, elf/dl-sym-post.h, so that
this code can be used by the dynamic loader as well.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
elf/dl-sym-post.h [new file with mode: 0644]
elf/dl-sym.c