HomeSort by relevance Sort by last modified time
    Searched refs:has_plt_offset (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
symtab.h 440 has_plt_offset() const function in class:gold::Symbol
447 gold_assert(this->has_plt_offset());
706 if ((flags & FUNCTION_CALL) && this->has_plt_offset())
713 && this->has_plt_offset())
735 if (!this->has_plt_offset())
779 if (is_function_call && this->has_plt_offset())
    [all...]
x86_64.cc     [all...]
tilegx.cc     [all...]
i386.cc     [all...]
resolve.cc     [all...]
sparc.cc     [all...]
mips.cc     [all...]
output.cc 1132 if (this->use_plt_offset_ && sym->has_plt_offset())
    [all...]
aarch64.cc     [all...]
powerpc.cc     [all...]
arm.cc     [all...]
incremental.cc     [all...]

Completed in 156 milliseconds