inspect-library: Refactor several functions into a separate file
Move the shared functions between `inspect-library` and
`inspect-library-supplement` into a common separate file.
This helps to avoid duplicating code between the two helpers.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
5fbba53b
No related branches found
No related tags found
Showing
- helpers/inspect-library-libelf.c 1 addition, 142 deletionshelpers/inspect-library-libelf.c
- helpers/inspect-library-utils.c 159 additions, 0 deletionshelpers/inspect-library-utils.c
- helpers/inspect-library-utils.h 69 additions, 0 deletionshelpers/inspect-library-utils.h
- helpers/inspect-library.c 2 additions, 136 deletionshelpers/inspect-library.c
- helpers/meson.build 2 additions, 2 deletionshelpers/meson.build
helpers/inspect-library-utils.c
0 → 100644
helpers/inspect-library-utils.h
0 → 100644
Please register or sign in to comment