Searched refs:maxProt (Results 1 – 5 of 5) sorted by relevance
41 static uint32_t maxProt(StringRef name) { in maxProt() function194 segRef->maxProt = maxProt(name); in getOrCreateOutputSegment()
56 uint32_t maxProt = 0; variable
87 uint32_t maxProt; member
1843 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local1845 if (maxProt != initProt && config->arch() != AK_i386) in link()1850 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()
241 c->maxprot = seg->maxProt; in writeTo()