mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 04:00:17 +00:00
TODO: cheri: elf: turn back to addresses: l_map_end, l_text_end, l_relro_start
TODO: squash into
51fe1e15ed
TODO(incomplete): cheri: rtld: more elfptr_t in linkmap struct
This commit is contained in:
parent
284e4f1755
commit
bfc66c9896
@ -253,9 +253,10 @@ struct link_map
|
||||
|
||||
/* Start and finish of memory map for this object. l_map_start
|
||||
need not be the same as l_addr. */
|
||||
elfptr_t l_map_start, l_map_end;
|
||||
elfptr_t l_map_start;
|
||||
ElfW(Addr) l_map_end;
|
||||
/* End of the executable part of the mapping. */
|
||||
elfptr_t l_text_end;
|
||||
ElfW(Addr) l_text_end;
|
||||
|
||||
/* Default array for 'l_scope'. */
|
||||
struct r_scope_elem *l_scope_mem[4];
|
||||
@ -344,7 +345,7 @@ struct link_map
|
||||
|
||||
/* Information used to change permission after the relocations are
|
||||
done. */
|
||||
elfptr_t l_relro_addr;
|
||||
ElfW(Addr) l_relro_addr;
|
||||
size_t l_relro_size;
|
||||
|
||||
unsigned long long int l_serial;
|
||||
|
Loading…
Reference in New Issue
Block a user