Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable1.c2058 DT_FIELD *EntryStart; in DtCompileHmat()
2181 EntryStart = *PFieldList; in DtCompileIort()
2208 DtFatal (ASL_MSG_INVALID_EXPRESSION, EntryStart, "HMAT"); in DtCompileIort()
1919 DT_FIELD *EntryStart; DtCompileHmat() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h118 const uint8_t *EntryStart = (const uint8_t *)First + N * sizeof(T); member
119 if (EntryStart + sizeof(T) > BufEnd)