commit | b2bc643e097774c14507852ea74824c2f11a7b9d | [log] [tgz] |
---|---|---|
author | Matthieu Longo <matthieu.longo@arm.com> | Mon Feb 24 18:32:08 2025 +0000 |
committer | Matthieu Longo <matthieu.longo@arm.com> | Tue Mar 04 11:02:03 2025 +0000 |
tree | 9b420880bd78b8da9c6645b572fb6fbb92a2a338 | |
parent | 005cd152baa9aa4e56797d816cfd1f77105f385b [diff] |
refactoring _bfd_elf_get_property - Extract _bfd_elf_find_property and _bfd_elf_insert_property from the function's body to improve the code readability. - Export _bfd_elf_find_property's symbol as it will be used in a later commit.