Skip to content

Commit efe19b1

Browse files
committed
Add function to determine if an object file is an executable
1 parent 6aecef2 commit efe19b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ObjFileBase.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ Determine whether an object file is a relocatable (.o) object file.
8888
function isrelocatable
8989
end
9090

91+
"""
92+
Determine whether an object file is an executable object file.
93+
"""
94+
function isexecutable
95+
end
96+
97+
9198
"""
9299
Turn a section name into the object-file specific naming convention.
93100
"""

0 commit comments

Comments
 (0)