Searched refs:StrSize (Results 1 – 6 of 6) sorted by relevance
35 uint64_t StrSize = 0; member399 Dyn.StrSize = Entry.d_un.d_val; in populateDynamic()429 if (Dyn.SONameOffset.hasValue() && *Dyn.SONameOffset >= Dyn.StrSize) { in populateDynamic()436 if (Offset >= Dyn.StrSize) { in populateDynamic()540 DynEnt.StrSize); in buildStub()
524 #define StrSize(x) (strlen(x) + 1) macro
95 return AllocateCopyPool (StrSize (Src), Src); in UefiDevicePathLibStrDuplicate()2789 TempBufferSize = 2 * sizeof(CHAR16) + StrSize("0x"); in DevPathFromTextBluetooth()
1085 StrSize (
4255 size_t StrSize = Str.size(); in AddModeAttr() local4257 while ((VectorStringLength + 1) < StrSize && in AddModeAttr()
2132 # BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>