Searched refs:sKeepSymbols (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp209 static bool sKeepSymbols = false; variable
629 PE_parse_boot_argn("keepsyms", &sKeepSymbols, sizeof(sKeepSymbols));
846 if (!sKeepSymbols) {
917 if (!sKeepSymbols) {
5182 if (sKeepSymbols || !isExecutable() || !linkedExecutable || flags.jettisonLinkeditSeg) {
5184 if (sKeepSymbols || isLibrary() || !isExecutable() || !linkedExecutable || flags.jettisonLinkeditSeg) {
5451 return (sKeepSymbols || strncmp(seg->segname, SEG_LINKEDIT, sizeof(seg->segname)));

Completed in 30 milliseconds