blob: 54842b22992276cd44165d5ac1668caff3423a09 [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001/* Used to store the function descriptor table */
2struct link_map_machine
3 {
4 size_t fptr_table_len;
5 ElfW(Addr) *fptr_table;
6 };