Searched refs:IsExtern (Results 1 – 6 of 6) sorted by relevance
121 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local163 if (IsExtern) { in processRelocationRef()
55 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local56 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
284 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local285 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
112 unsigned IsExtern = 0; in RecordX86_64Relocation() local136 IsExtern = 1; in RecordX86_64Relocation()356 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local540 if (IsExtern) { in printRelocation()565 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()