xiaoxiang781216 commented on code in PR #19942: URL: https://github.com/apache/nuttx/pull/19942#discussion_r3917915313
########## include/nuttx/lib/elf.h: ########## @@ -278,6 +278,20 @@ struct mod_loadinfo_s FAR struct file *pinfile; #endif + /* The object's data base, from DT_PLTGOT. An FDPIC module runs with this + * in the PIC base register. + */ + + uintptr_t gotaddr; Review Comment: yes, both methods have two fields, but gotbase/sh_size is clearer then gotbase/gotindex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
