elf.nm: fix load error
parent
829b7c8904
commit
06d91b239f
|
@ -3,7 +3,7 @@
|
|||
USING: elf help.markup help.syntax ;
|
||||
IN: elf.nm
|
||||
|
||||
HELP: nm
|
||||
HELP: elf-nm
|
||||
{ $values
|
||||
{ "path" "a pathname string" }
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ HELP: print-symbol
|
|||
|
||||
ARTICLE: "elf.nm" "ELF nm"
|
||||
"The " { $vocab-link "elf.nm" } " vocab prints the values, sections and names of the symbols in a given ELF file. In an ELF executable or shared library, the symbol values are typically their virtual addresses. In a relocatable ELF object, they are section-relative offsets."
|
||||
{ $subsections elf-nm }
|
||||
;
|
||||
|
||||
ABOUT: "elf.nm"
|
||||
|
|
Loading…
Reference in New Issue