mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Resolve #1014
This commit is contained in:
@@ -54,6 +54,9 @@ void create<SymbolVersionDefinition>(nb::module_& m) {
|
||||
nb::overload_cast<uint32_t>(&SymbolVersionDefinition::hash),
|
||||
"Hash value of the symbol's name (using ELF hash function)"_doc)
|
||||
|
||||
.def_prop_ro("ndx", &SymbolVersionDefinition::ndx,
|
||||
"Numeric value used as an index in the :class`~.ELF.SymbolVersion` table"_doc)
|
||||
|
||||
.def_prop_ro("auxiliary_symbols",
|
||||
nb::overload_cast<>(&SymbolVersionDefinition::symbols_aux),
|
||||
nb::rv_policy::reference_internal)
|
||||
|
||||
Reference in New Issue
Block a user