Searched refs:nopreload (Results 1 – 3 of 3) sorted by relevance
62 bool nopreload; member
151 return !entry.nopreload; in InitDefaultPublicLibraries()382 struct ConfigEntry entry = {.soname = "", .nopreload = false, .bitness = ALL}; in ParseConfig()386 entry.nopreload = true; in ParseConfig()
495 [](const struct ConfigEntry& entry) -> Result<bool> { return !entry.nopreload; }); in TEST()516 [](const struct ConfigEntry& entry) -> Result<bool> { return !entry.nopreload; }); in TEST()