commit | cf3825777802a65f5476ff2652dc1c1c26e6728a | [log] [tgz] |
---|---|---|
author | Matthieu Longo <matthieu.longo@arm.com> | Tue Feb 25 11:29:01 2025 +0000 |
committer | Matthieu Longo <matthieu.longo@arm.com> | Tue Mar 04 11:02:03 2025 +0000 |
tree | c3268292e24d008ec70371cefdf5daa32b9c3f9c | |
parent | b2bc643e097774c14507852ea74824c2f11a7b9d [diff] |
refactoring elf_find_and_remove_property This refactoring focuses primarily on code readability and reuse. - Use the already defined _bfd_elf_find_property instead of another raw for-loop. - Extract _bfd_elf_remove_property out of the function body.