https://github.com/JuliaLang/julia
Raw File
Tip revision: 538476b53b22529581c6c2c1002dd178edb0a4af authored by Diogo Netto on 13 May 2023, 15:31:40 UTC
typo
Tip revision: 538476b
julia.expmap
{
  global:
    pthread*;
    __stack_chk_guard;
    asprintf;
    bitvector_*;
    ios_*;
    arraylist_grow;
    small_arraylist_grow;
    small_typeof;
    jl_*;
    ijl_*;
    _jl_mutex_*;
    rec_backtrace;
    julia_*;
    libsupport_init;
    localtime_r;
    memhash;
    memhash32;
    memhash32_seed;
    memhash_seed;
    restore_signals;
    u8_*;
    uv_*;
    add_library_mapping;
    utf8proc_*;
    jlbacktrace;
    jlbacktracet;
    _IO_stdin_used;
    _Z24jl_coverage_data_pointerN4llvm9StringRefEi;
    _Z22jl_coverage_alloc_lineN4llvm9StringRefEi;
    _Z22jl_malloc_data_pointerN4llvm9StringRefEi;
    LLVMExtra*;
    llvmGetPassPluginInfo;

    /* Make visible so that linker will merge duplicate definitions across DSO boundaries */
    _ZN4llvm3Any6TypeId*;

    /* freebsd */
    environ;
    __progname;

  local:
    *;
};
back to top