Home
last modified time | relevance | path

Searched refs:MustBeRelocatable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1192 bool MustBeRelocatable = false; variable
1227 MustBeRelocatable |= isa<RelocationSection>(*Ptr); in addSection()
1238 return (Type != ELF::ET_DYN && Type != ELF::ET_EXEC) || MustBeRelocatable; in isRelocatable()