Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp142 const_cast<Symbol &>(s).thunkAccessed = true; in getRelExpr()
951 (sym.hasFlag(NEEDS_COPY) || sym.isInIplt || sym.thunkAccessed); in writePlt()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbols.h325 uint8_t thunkAccessed : 1; variable
H A DThunks.cpp1252 destination.thunkAccessed = true; in Thunk()