get_symbol        633 src/Elf.cpp        auto get_symbol = [&](const Relocation &r) {
get_symbol        634 src/Elf.cpp            const Symbol *sym = r.get_symbol();
get_symbol        648 src/Elf.cpp            const Symbol *s = get_symbol(r);
get_symbol        675 src/Elf.cpp                const Symbol *sym = get_symbol(r);
get_symbol        794 src/Elf.cpp                const Symbol *sym = get_symbol(r);
get_symbol        838 src/Elf.cpp                Rela<T> rela(i_offset, r.get_type(), symbol_idxs[get_symbol(r)], r.get_addend());
get_symbol        174 src/Elf.h          const Symbol *get_symbol() const { return symbol; }
get_symbol        324 src/HexagonOffload.cpp         if (r.get_symbol() == sym) {
get_symbol        496 src/HexagonOffload.cpp             if (r.get_symbol() == &sym && r.get_type() == R_HEX_GLOB_DAT) {
get_symbol        126 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_initialize_kernels_v3", remote_initialize_kernels);
get_symbol        128 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_get_symbol_v4", remote_get_symbol);
get_symbol        130 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_run", remote_run);
get_symbol        132 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_release_kernels_v2", remote_release_kernels);
get_symbol        135 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_host_malloc_init", host_malloc_init);
get_symbol        137 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_host_malloc_deinit", host_malloc_deinit);
get_symbol        139 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_host_malloc", host_malloc);
get_symbol        141 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_host_free", host_free);
get_symbol        145 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_poll_log", remote_poll_log, /* required */ false);
get_symbol        146 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_poll_profiler_state", remote_poll_profiler_state, /* required */ false);
get_symbol        149 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_power_hvx_on", remote_power_hvx_on, /* required */ false);
get_symbol        150 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_power_hvx_off", remote_power_hvx_off, /* required */ false);
get_symbol        151 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_set_performance", remote_set_performance, /* required */ false);
get_symbol        152 src/runtime/hexagon_host.cpp     get_symbol(user_context, host_lib, "halide_hexagon_remote_set_performance_mode", remote_set_performance_mode, /* required */ false);
get_symbol        459 src/runtime/hexagon_remote/sim_remote.cpp             set_rpc_return(get_symbol(
get_symbol        120 src/runtime/noos.cpp                             halide_get_symbol_t get_symbol,
get_symbol        129 src/runtime/noos.cpp     halide_set_custom_get_symbol(get_symbol);