elf_debug_lookup_symbol
addr_t elf_debug_lookup_symbol(const char* searchName);
return elf_debug_lookup_symbol(variableName + 1) != 0;
addr_t value = elf_debug_lookup_symbol(variableName + 1);