Skip to content

Commit

Permalink
Merge pull request kaitai-io#288 from taviso/master
Browse files Browse the repository at this point in the history
fix duplicate enums in elf kaitai-io#279
  • Loading branch information
generalmimon committed May 19, 2020
2 parents afa6bfa + 4bdddf5 commit 881de94
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions executable/elf.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -640,18 +640,14 @@ enums:
28: fini_arraysz # Size in bytes of DT_FINI_ARRAY
29: runpath # Library search path
30: flags # Flags for the object being loaded
32: encoding # Start of encoded range
32: preinit_array # Array with addresses of preinit fct
33: preinit_arraysz # Size in bytes of DT_PREINIT_ARRAY
34: maxpostags # Number used
0x6000000d: loos
0x6000000d: sunw_auxiliary
0x6000000e: sunw_rtldinf
0x6000000e: sunw_filter
0x60000010: sunw_cap
0x60000011: sunw_symtab
0x60000012: sunw_symsz
0x60000013: sunw_encoding
0x60000013: sunw_sortent
0x60000014: sunw_symsort
0x60000015: sunw_symsortsz
Expand All @@ -663,8 +659,6 @@ enums:
0x6000001b: sunw_ldmach
0x6000001d: sunw_capchainent
0x6000001f: sunw_capchainsz
0x6ffff000: hios
0x6ffffd00: valrnglo
0x6ffffdf5: gnu_prelinked # Prelinking timestamp
0x6ffffdf6: gnu_conflictsz # Size of conflict section
0x6ffffdf7: gnu_liblistsz # Size of library list
Expand All @@ -676,8 +670,6 @@ enums:
0x6ffffdfd: posflag_1 # Flags for DT_* entries, effecting the following DT_* entry.
0x6ffffdfe: syminsz # Size of syminfo table (in bytes)
0x6ffffdff: syminent # Entry size of syminfo
0x6ffffdff: valrnghi
0x6ffffe00: addrrnglo
0x6ffffef5: gnu_hash
0x6ffffef6: tlsdesc_plt
0x6ffffef7: tlsdesc_got
Expand All @@ -689,7 +681,6 @@ enums:
0x6ffffefd: pltpad
0x6ffffefe: movetab
0x6ffffeff: syminfo
0x6ffffeff: addrrnghi
0x6ffffff0: versym
0x6ffffff9: relacount
0x6ffffffa: relcount
Expand All @@ -698,9 +689,7 @@ enums:
0x6ffffffd: verdefnum
0x6ffffffe: verneed
0x6fffffff: verneednum
0x70000000: loproc
0x70000001: sparc_register
0x7ffffffd: auxiliary
0x7ffffffe: used
0x7fffffff: filter
0x7fffffff: hiproc

0 comments on commit 881de94

Please sign in to comment.