Searched refs:maxProt (Results 1 – 5 of 5) sorted by relevance
41 static uint32_t maxProt(StringRef name) { in maxProt() function48 return it->maxProt; in maxProt()223 segRef->maxProt = maxProt(name); in getOrCreateOutputSegment()
56 uint32_t maxProt = 0; variable
88 uint32_t maxProt; member
1987 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local1995 if (initProt > maxProt) in link()1999 if (maxProt != initProt && config->arch() != AK_i386) in link()2006 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()
240 c->maxprot = seg->maxProt; in writeTo()