Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Plugins/Arrow/cmake/exported_symbols.txt is written in an unsupported language. File is not indexed.

0001 # macOS exported-symbols list for libActsPluginArrow (allowlist).
0002 #
0003 # Used by ld64 via -exported_symbols_list. Any symbol whose mangled name
0004 # matches a pattern here is exported from the .so; all others are hidden,
0005 # regardless of their origin.
0006 #
0007 # Pattern syntax: shell-style globs against the "linker symbol name",
0008 # which on macOS has an extra leading underscore (e.g., _ZN4Acts... appears
0009 # as __ZN4Acts in the symbol table).
0010 #
0011 # Anything whose mangled name contains "Acts" — covers all ACTS-related
0012 # namespaces (Acts::, ActsPlugins::, ActsExamples::) and any template,
0013 # vtable, typeinfo, or thunk parameterized on ACTS types.
0014 # C++ mangling is case-sensitive, so this does not match lowercase
0015 # "acts" or "ACTS".
0016 *Acts*