| 1790 | } |
| 1791 | |
| 1792 | struct kt_so_data_t |
| 1793 | { |
| 1794 | uintptr_t soinfo = 0; |
| 1795 | int soinfo_next_count = 0; |
| 1796 | ElfScanner elf{}; |
| 1797 | kitty_soinfo_offsets_t offsets{}; |
| 1798 | }; |
| 1799 | |
| 1800 | std::vector<kt_so_data_t> soheads; |
| 1801 | static const char *heads[] = {"/app_process", "/app_process64", "/libdl.so"}; |
nothing calls this directly
no outgoing calls
no test coverage detected