summaryrefslogtreecommitdiffstats
path: root/linkers/rld-elf.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-01-22 22:08:09 +1100
committerChris Johns <chrisj@rtems.org>2013-01-22 22:08:09 +1100
commite78e2b0ce584aaba4a81001641203510003e9829 (patch)
tree234c896766e86d4686cad8a926e0e10d24b2f944 /linkers/rld-elf.h
parentFixed the layout output to give to all the needed detail. (diff)
downloadrtems-tools-e78e2b0ce584aaba4a81001641203510003e9829.tar.bz2
Documentation.
Diffstat (limited to 'linkers/rld-elf.h')
-rw-r--r--linkers/rld-elf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/linkers/rld-elf.h b/linkers/rld-elf.h
index 13db61d..fffe036 100644
--- a/linkers/rld-elf.h
+++ b/linkers/rld-elf.h
@@ -49,6 +49,7 @@ namespace rld
/**
* Construct a relocation record.
*
+ * @param sym The symbol the relocation references.
* @param offset The offset in the section the relocation applies to.
* @param info The relocation info.
* @param addend The constant addend value.
@@ -385,6 +386,7 @@ namespace rld
* @param offset The offet to segment.
* @param filesz The segment size in the file.
* @param memsz The segment size in memory.
+ * @param align The segment alignment.
* @param vaddr The virtual address in memory.
* @param paddr The physical address if any.
*/
@@ -555,12 +557,12 @@ namespace rld
* Get a filtered container of symbols given the various types. If the
* symbols are not loaded they are loaded.
*
- * @param filter_syms The filtered symbols found in the file. This is a
- * container of pointers.
+ * @param filtered_syms The filtered symbols found in the file. This is a
+ * container of pointers.
+ * @param unresolved Return unresolved symbols.
* @param local Return local symbols.
* @param weak Return weak symbols.
* @param global Return global symbols.
- * @param unresolved Return unresolved symbols.
*/
void get_symbols (rld::symbols::pointers& filtered_syms,
bool unresolved = false,