Skip to content

Commit 5358a71

Browse files
committed
Add Abstract Symbols type
1 parent 27354db commit 5358a71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ObjFileBase.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export ObjectHandle, SectionRef, SymbolRef, debugsections
66
export printfield, printentry, printfield_with_color, deref,
77
sectionaddress, sectionoffset, sectionsize, sectionname,
88
load_strtab, readmeta, StrTab, symname, Sections, symbolvalue,
9-
isundef
9+
isundef, symbolnum, Symbols
1010

1111
import Base: read, seek, readbytes, position, show, showcompact, readuntil
1212

@@ -112,6 +112,7 @@ end
112112
# end
113113
##
114114

115+
abstract Symbols{T<:ObjectHandle}
115116
abstract Sections{T<:ObjectHandle}
116117
abstract SectionRef{T<:ObjectHandle}
117118
abstract Section{T<:ObjectHandle}

0 commit comments

Comments
 (0)