Home | History | Annotate | Download | only in MC

Lines Matching refs:get

200   static SectionKind get(Kind K) {
207 static SectionKind getMetadata() { return get(Metadata); }
208 static SectionKind getText() { return get(Text); }
209 static SectionKind getReadOnly() { return get(ReadOnly); }
211 return get(Mergeable1ByteCString);
214 return get(Mergeable2ByteCString);
217 return get(Mergeable4ByteCString);
219 static SectionKind getMergeableConst() { return get(MergeableConst); }
220 static SectionKind getMergeableConst4() { return get(MergeableConst4); }
221 static SectionKind getMergeableConst8() { return get(MergeableConst8); }
222 static SectionKind getMergeableConst16() { return get(MergeableConst16); }
223 static SectionKind getThreadBSS() { return get(ThreadBSS); }
224 static SectionKind getThreadData() { return get(ThreadData); }
225 static SectionKind getBSS() { return get(BSS); }
226 static SectionKind getBSSLocal() { return get(BSSLocal); }
227 static SectionKind getBSSExtern() { return get(BSSExtern); }
228 static SectionKind getCommon() { return get(Common); }
229 static SectionKind getDataRel() { return get(DataRel); }
230 static SectionKind getDataRelLocal() { return get(DataRelLocal); }
231 static SectionKind getDataNoRel() { return get(DataNoRel); }
232 static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); }
234 return get(ReadOnlyWithRelLocal);