Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DCPU.cs65 internal void Enter(Opcode[] code, int numLocals) in Enter() argument
67 Frame f = new Frame(rsp, numLocals); in Enter()
175 internal Frame(Frame upper, int numLocals) in Frame() argument
178 locals = new TValue[numLocals]; in Frame()
H A DWordInterpreted.cs51 int numLocals, Opcode[] code, string[] toResolve) in WordInterpreted() argument
56 NumLocals = numLocals; in WordInterpreted()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2171 size_t numLocals = e - symbols.begin(); in sortSymTabSymbols() local
2172 getParent()->info = numLocals + 1; in sortSymTabSymbols()