Searched refs:nopreload (Results 1 – 3 of 3) sorted by relevance
60 bool nopreload; member
179 return !entry.nopreload; in InitDefaultPublicLibraries()451 struct ConfigEntry entry = {.soname = "", .nopreload = false, .bitness = ALL}; in ParseConfig()455 entry.nopreload = true; in ParseConfig()
652 [](const struct ConfigEntry& entry) -> Result<bool> { return !entry.nopreload; }); in TEST()673 [](const struct ConfigEntry& entry) -> Result<bool> { return !entry.nopreload; }); in TEST()