blob: 54842b22992276cd44165d5ac1668caff3423a09 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* Used to store the function descriptor table */
2struct link_map_machine
3 {
4 size_t fptr_table_len;
5 ElfW(Addr) *fptr_table;
6 };