diff --git a/globals.html b/globals.html index a1d26a4..6488b7d 100644 --- a/globals.html +++ b/globals.html @@ -289,9 +289,6 @@
u64 get_cpuid_got_index | -( | -elf_entry_ctx_t * | -ctx | ) | -- |
get the cpuid() GOT index
-stores the index in elf_entry_ctx_t::cpuid_fn
-ctx |
initialises the elf_entry_ctx_t
-stores the address of the symbol cpuid_random_symbol in elf_entry_ctx_t::symbol_ptr stores the return address of the function that called the IFUNC resolver which is a stack address in ld.so calls update_got_offset() to update elf_entry_ctx_t::got_offset calls get_cpuid_got_index() to update elf_entry_ctx_t.got_ctx.cpuid_fn
+stores the address of the symbol cpuid_random_symbol in elf_entry_ctx_t::symbol_ptr stores the return address of the function that called the IFUNC resolver which is a stack address in ld.so calls update_got_offset() to update elf_entry_ctx_t::got_offset calls update_cpuid_got_index() to update elf_entry_ctx_t.got_ctx.cpuid_fn
ctx |
void update_cpuid_got_index | +( | +elf_entry_ctx_t * | +ctx | ) | ++ |
get the cpuid() GOT index
+stores the index in elf_entry_ctx_t::cpuid_fn
+ctx |
used by call_backdoor_init_stage2(), update_got_offset() and get_cpuid_got_index()
diff --git a/xzre_8h_source.html b/xzre_8h_source.html index 53f74ab..9337631 100644 --- a/xzre_8h_source.html +++ b/xzre_8h_source.html @@ -1856,7 +1856,7 @@ - +