Home
last modified time | relevance | path

Searched refs:stubsHelperIndex (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbols.h92 uint32_t stubsHelperIndex = UINT32_MAX; variable
274 bool hasStubsHelper() const { return stubsHelperIndex != UINT32_MAX; } in hasStubsHelper()
H A DSyntheticSections.cpp911 dysym->stubsHelperIndex * target->stubHelperEntrySize; in writeTo()
938 sym->stubsHelperIndex = entries.size() - 1; in addEntry()