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