Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldump.c55 static void DumpVector(const void* b, int n, size_t size, DumpState* D) in DumpVector() function
76 #define DumpCode(f,D) DumpVector(f->code,f->sizecode,sizeof(Instruction),D)
125 DumpVector(f->lineinfo,n,sizeof(int),D); in DumpDebug()