mirror of https://git.musl-libc.org/git/musl
Browse Source
the outer-loop approach made sense when we were also processing
DT_JMPREL, which might be in REL or RELA form, to avoid major code
duplication. commit 09db855b35 removed
processing of DT_JMPREL, and in the remaining two tables, the format
(REL or RELA) is known by the name of the table. simply writing two
versions of the loop results in smaller and simpler code.
master
1 changed files with 16 additions and 24 deletions
Loading…
Reference in new issue