Searched refs:maxProt (Results 1 – 5 of 5) sorted by relevance
41 static uint32_t maxProt(StringRef name) { in maxProt() function180 segRef->maxProt = maxProt(name); in getOrCreateOutputSegment()
57 uint32_t maxProt = 0; variable
77 uint32_t maxProt; member
1323 uint32_t maxProt = parseProtection(arg->getValue(1)); in link() local1325 if (maxProt != initProt && config->arch() != AK_i386) in link()1330 config->segmentProtections.push_back({segName, maxProt, initProt}); in link()
239 c->maxprot = seg->maxProt; in writeTo()