pub fn lookup_symbol_by_name(
lib_desc: Option<Descriptor>,
name: &str,
) -> Result<usize, TwzError>Expand description
Look up a symbol by name. If lib_desc is None, searches across all libraries in the
caller’s compartment (RTLD_DEFAULT semantics). Returns the relocated symbol address.