Home
last modified time | relevance | path

Searched refs:add_plt_entry (Results 1 – 3 of 3) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DElf.h446 virtual Symbol add_plt_entry(const Symbol &sym, Section &plt, Section &got,
H A DHexagonOffload.cpp594 …Symbol add_plt_entry(const Symbol &sym, Section &plt, Section &got, const Symbol &got_sym) overrid… in add_plt_entry() function in Halide::Internal::Elf::HexagonLinker
H A DElf.cpp722 plt_symbols.push_back(linker->add_plt_entry(*sym, plt, got, got_sym)); in write_shared_object_internal()