Searched refs:SYM (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dcfi_test.cpp46 #define SYM(type, name) auto name = reinterpret_cast<type>(dlsym(handle, #name)) macro
47 SYM(size_t (*)(), get_count);
48 SYM(uint64_t(*)(), get_last_type_id);
49 SYM(void* (*)(), get_last_address);
50 SYM(void* (*)(), get_last_diag);
51 SYM(void* (*)(), get_global_address);
52 SYM(void (*)(uint64_t, void*, void*), __cfi_check);
53 SYM(char*, bss);
54 #undef SYM macro

Completed in 39 milliseconds