Searched refs:IsExtern (Results 1 – 4 of 4) sorted by relevance
51 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local52 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
285 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local286 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
114 unsigned IsExtern = 0; in RecordX86_64Relocation() local138 IsExtern = 1; in RecordX86_64Relocation()338 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
150 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument160 (IsExtern << 4) | // was << 27 in makeRelocationInfo()