Searched refs:StrIndex (Results 1 – 3 of 3) sorted by relevance
34 unsigned StrIndex = i + WordIndex; in convertCharsToWord() local36 if (StrIndex < Str.size()) { // If it's within the string, get a real char. in convertCharsToWord()37 CharToAdd = Str[StrIndex]; in convertCharsToWord()
62 uint64_t StrIndex; in getIndexedString() local65 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()68 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()71 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()74 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()78 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()87 uint64_t StrOffsetsOffset = 4 * StrIndex; in getIndexedString()
950 for (size_t StrIndex = 0; CurrentStr < TableEnd; ++StrIndex) { in printNeededLibraries() local953 if (StrIndex % 3 == 1) in printNeededLibraries()964 for (size_t StrIndex = 0; CurrentStr < TableEnd; in printNeededLibraries() local965 ++StrIndex, CurrentStr += strlen(CurrentStr) + 1) { in printNeededLibraries()966 if (StrIndex >= 3 && StrIndex % 3 != 0) { in printNeededLibraries()967 if (StrIndex % 3 == 1) in printNeededLibraries()