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