Searched refs:MustBeRelocatable (Results 1 – 1 of 1) sorted by relevance
1192 bool MustBeRelocatable = false; variable1227 MustBeRelocatable |= isa<RelocationSection>(*Ptr); in addSection()1238 return (Type != ELF::ET_DYN && Type != ELF::ET_EXEC) || MustBeRelocatable; in isRelocatable()