mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Purely cosmetic change: order DT_REL* and DT_RELA* consistently.
From projects/uefi, r246107 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b5019bc45b
commit
ed4c8729a2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,8 +61,8 @@ _reloc(unsigned long ImageBase, ElfW_Dyn *dynamic, EFI_HANDLE image_handle,
|
|||
relent = 0;
|
||||
for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
|
||||
switch (dynp->d_tag) {
|
||||
case DT_RELA:
|
||||
case DT_REL:
|
||||
case DT_RELA:
|
||||
rel = (ElfW_Rel *) ((unsigned long) dynp->d_un.d_ptr +
|
||||
ImageBase);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue