Searched refs:nopreload (Results 1 – 3 of 3) sorted by relevance
57 bool nopreload; member
172 return !entry.nopreload; in InitDefaultPublicLibraries()413 struct ConfigEntry entry = {.soname = "", .nopreload = false, .bitness = ALL}; in ParseConfig()417 entry.nopreload = true; in ParseConfig()
642 [](const struct ConfigEntry& entry) -> Result<bool> { return !entry.nopreload; }); in TEST()663 [](const struct ConfigEntry& entry) -> Result<bool> { return !entry.nopreload; }); in TEST()