mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-29 11:02:13 +03:00
Merge pull request #377 from GaloisInc/vr/fix-doc
fix copy-pasted docstring
This commit is contained in:
commit
da66e03973
@ -1518,7 +1518,7 @@ elfStaticSymbolTable elf = do
|
||||
Left _ -> Nothing
|
||||
Right v -> Just (Elf.symtabEntries v)
|
||||
|
||||
-- | Find and get static symbol table entries from an ELF binary.
|
||||
-- | Find and get dynamic symbol table entries from an ELF binary.
|
||||
elfDynamicSymbolTable :: Integral (ElfWordType w)
|
||||
=> Elf.ElfHeaderInfo w
|
||||
-> Maybe (V.Vector (Elf.SymtabEntry BS.ByteString (ElfWordType w)))
|
||||
|
Loading…
Reference in New Issue
Block a user