Lines Matching refs:strings
194 uint32_t strings; /**< 6c */
244 uint64_t strings; /**< b0 */
508 || (!SOL32_VALID_ADDRESS(Module.strings) && Module.strings)
519 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize)
522 /* Check that the symtbl and strings points inside the symspace. */
523 if (Module.strings - Module.symspace >= Module.symsize)
549 char const *pbStrings = (char const *)pvSymSpace + (Module.strings - Module.symspace);
550 size_t cbMaxStrings = Module.symsize - (Module.strings - Module.symspace);
654 || (!SOL64_VALID_ADDRESS(Module.strings) && Module.strings)
665 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize)
668 /* Check that the symtbl and strings points inside the symspace. */
669 if (Module.strings - Module.symspace >= Module.symsize)
695 char const *pbStrings = (char const *)pvSymSpace + (Module.strings - Module.symspace);
696 size_t cbMaxStrings = Module.symsize - (Module.strings - Module.symspace);