Searched refs:SYM (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | cfi_test.cpp | 56 #define SYM(type, name) auto name = reinterpret_cast<type>(dlsym(handle, #name)) in TEST() macro 57 SYM(size_t (*)(), get_count); in TEST() 58 SYM(uint64_t(*)(), get_last_type_id); in TEST() 59 SYM(void* (*)(), get_last_address); in TEST() 60 SYM(void* (*)(), get_last_diag); in TEST() 61 SYM(void* (*)(), get_global_address); in TEST() 62 SYM(void (*)(uint64_t, void*, void*), __cfi_check); in TEST() 63 SYM(char*, bss); in TEST() 64 #undef SYM in TEST()
|