6 lines
88 B
C
6 lines
88 B
C
struct link_map_machine
|
|
{
|
|
size_t fptr_table_len;
|
|
Elf64_Addr *fptr_table;
|
|
};
|