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