Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h299 uint8_t thunkAccessed : 1; variable
H A DThunks.cpp1221 destination.thunkAccessed = true; in Thunk()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DAArch64.cpp920 (sym.hasFlag(NEEDS_COPY) || sym.isInIplt || sym.thunkAccessed); in writePlt()