ElfSymbolTable.findSymbolByName

ElfSymbol findSymbolByName(string name)

Find a symbol by its name.

Returns the first symbol with a matching name. If multiple symbols have the same name, returns the first one found.

Parameters

nameThe symbol name to search for.

Returns

The ElfSymbol if found, or ElfSymbol.init if not found.