summaryrefslogtreecommitdiff
path: root/libbsd/include/link_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd/include/link_elf.h')
-rw-r--r--libbsd/include/link_elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd/include/link_elf.h b/libbsd/include/link_elf.h
index 679d8e1..6419561 100644
--- a/libbsd/include/link_elf.h
+++ b/libbsd/include/link_elf.h
@@ -39,6 +39,8 @@ struct link_map {
uint32_t sec_num; /**< The count of section. */
section_detail* sec_detail; /**< The section details. */
uint32_t* sec_addr[rap_secs]; /**< The RAP section addr. */
+ uint32_t rpathlen; /**< The length of the path. */
+ char* rpath; /**< The path of object files. */
struct link_map* l_next; /**< Linked list of mapped libs. */
struct link_map* l_prev;
};